diff options
author | Maciej W. Rozycki <macro@orcam.me.uk> | 2025-07-06 19:22:49 +0100 |
---|---|---|
committer | Maciej W. Rozycki <macro@orcam.me.uk> | 2025-07-06 19:22:49 +0100 |
commit | fcb6b96aa34d5de2f04d2b5ce659a4248fb6b103 (patch) | |
tree | 9d4637df0f41b1f8800f9dcdadc29123dc016809 | |
parent | 293e937452b8846ffab2782438ede1a01b9304b9 (diff) | |
download | binutils-fcb6b96aa34d5de2f04d2b5ce659a4248fb6b103.zip binutils-fcb6b96aa34d5de2f04d2b5ce659a4248fb6b103.tar.gz binutils-fcb6b96aa34d5de2f04d2b5ce659a4248fb6b103.tar.bz2 |
MIPS/LD/testsuite: Remove symbol table output from mips16-hilo tests
The o32 and n32 mips16-hilo MIPS LD tests request symbol table output
only to discard it in matching. The symbol table is not relevant to
these tests, so remove it from output requested and adjust matching
patterns accordingly.
-rw-r--r-- | ld/testsuite/ld-mips-elf/mips16-hilo-n32.d | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-mips-elf/mips16-hilo.d | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/ld/testsuite/ld-mips-elf/mips16-hilo-n32.d b/ld/testsuite/ld-mips-elf/mips16-hilo-n32.d index 2048508..6bcb848 100644 --- a/ld/testsuite/ld-mips-elf/mips16-hilo-n32.d +++ b/ld/testsuite/ld-mips-elf/mips16-hilo-n32.d @@ -2,6 +2,6 @@ #source: ../../../gas/testsuite/gas/mips/mips16-hilo.s #source: mips16-hilo.s #as: -march=mips3 -#objdump: -mmips:16 --prefix-addresses -tdr --show-raw-insn +#objdump: -mmips:16 --prefix-addresses -dr --show-raw-insn #ld: -Tmips16-hilo.ld -e 0x500000 -N #dump: mips16-hilo.d diff --git a/ld/testsuite/ld-mips-elf/mips16-hilo.d b/ld/testsuite/ld-mips-elf/mips16-hilo.d index dfa840c..0c1936e 100644 --- a/ld/testsuite/ld-mips-elf/mips16-hilo.d +++ b/ld/testsuite/ld-mips-elf/mips16-hilo.d @@ -2,13 +2,11 @@ #source: ../../../gas/testsuite/gas/mips/mips16-hilo.s #source: mips16-hilo.s #as: -march=mips1 -#objdump: -mmips:16 --prefix-addresses -tdr --show-raw-insn +#objdump: -mmips:16 --prefix-addresses -dr --show-raw-insn #ld: -Tmips16-hilo.ld -e 0x500000 -N .*: file format elf.*mips.* -#... - Disassembly of section .text: 0+500000 <[^>]*> 6c00 li a0,0 0+500002 <[^>]*> f400 3480 sll a0,16 |