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 | a30fb6667a3d51ab3330df721fa5a8b8f26dd90e (patch) | |
tree | 0ebc6d433ecdf25532367a51ea57ffc2f282e1e8 /gdb/testsuite/gdb.python/py-missing-debug.c | |
parent | fcb6b96aa34d5de2f04d2b5ce659a4248fb6b103 (diff) | |
download | binutils-a30fb6667a3d51ab3330df721fa5a8b8f26dd90e.zip binutils-a30fb6667a3d51ab3330df721fa5a8b8f26dd90e.tar.gz binutils-a30fb6667a3d51ab3330df721fa5a8b8f26dd90e.tar.bz2 |
MIPS/LD/testsuite: Switch mips16-hilo tests to new disassembly format
Switch the o32 and n32 mips16-hilo MIPS LD tests to the new disassembly
format, to reduce discrepancies in output in preparation to reuse for
generic linker tests.
Taking the first line of disassembly output as an example the difference
is:
00500000 <stuff> 6c00 li a0,0
vs:
0x0000000000500000 6c00 li a0,0
for ELF and srec input respectively with the currently used older format
requested with `--prefix-addresses', but with the new disassembly format
it is exactly the same between the two input formats and no information
that we need is lost in the transition:
500000: 6c00 li a0,0
Diffstat (limited to 'gdb/testsuite/gdb.python/py-missing-debug.c')
0 files changed, 0 insertions, 0 deletions