mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
3b4412a041
ld/ * testsuite/ld-mips-elf/unaligned-syms.s: Rename to... * testsuite/ld-mips-elf/unaligned-data.s: ... this. * testsuite/ld-mips-elf/unaligned-ldpc-0.d: Adjust accordingly. * testsuite/ld-mips-elf/unaligned-ldpc-1.d: Likewise. * testsuite/ld-mips-elf/unaligned-lwpc-0.d: Likewise. * testsuite/ld-mips-elf/unaligned-lwpc-1.d: Likewise.
14 lines
397 B
Makefile
14 lines
397 B
Makefile
#name: MIPS LWPC from unaligned symbol 0
|
|
#source: unaligned-lwpc-0.s
|
|
#source: unaligned-data.s
|
|
#as: -EB -32 -mips32r6
|
|
#ld: -EB -Ttext 0x1c000000 -Tdata 0x1c080000 -e 0x1c000000
|
|
#objdump: -dr --prefix-addresses --show-raw-insn
|
|
|
|
.*: +file format .*mips.*
|
|
|
|
Disassembly of section \.text:
|
|
[0-9a-f]+ <[^>]*> ec4a0008 lwpc v0,1c080020 <bar0>
|
|
[0-9a-f]+ <[^>]*> ec4a0008 lwpc v0,1c080024 <bar4>
|
|
\.\.\.
|