mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
99f647e200
git commit 202be274a4
went a little wild in removing trailing spaces
in gas/testsuite/gas/i386/{secidx.d,secrel.d}, causing
x86_64-w64-mingw32 +FAIL: i386 secrel reloc
x86_64-w64-mingw32 +FAIL: i386 secidx reloc
I could have just replaced the trailing space, but let's fix the
objdump output instead. Touches lots of testsuite files.
28 lines
791 B
Makefile
28 lines
791 B
Makefile
#ld: -q -T arm.ld
|
|
#objdump: -sr
|
|
|
|
.*: file format.*
|
|
|
|
#...
|
|
RELOCATION RECORDS FOR \[\.ARM\.exidx\]:
|
|
OFFSET +TYPE +VALUE
|
|
00000000 R_ARM_PREL31 \.text
|
|
00000000 R_ARM_NONE __aeabi_unwind_cpp_pr0
|
|
00000008 R_ARM_PREL31 \.text
|
|
00000008 R_ARM_NONE __aeabi_unwind_cpp_pr1
|
|
0000000c R_ARM_PREL31 \.text
|
|
00000010 R_ARM_PREL31 \.text
|
|
00000010 R_ARM_NONE __aeabi_unwind_cpp_pr0
|
|
00000010 R_ARM_PREL31 \.text
|
|
00000010 R_ARM_NONE __aeabi_unwind_cpp_pr0
|
|
00000018 R_ARM_PREL31 \.text
|
|
|
|
|
|
Contents of section .text:
|
|
#...
|
|
Contents of section .ARM.exidx:
|
|
8020 (e0ffff7f b0b0a880 dcffff7f e8ffff7f|7fffffe0 80a8b0b0 7fffffdc 7fffffe8) .*
|
|
8030 (d8ffff7f b0b0a880 d8ffff7f 01000000|7fffffd8 80a8b0b0 7fffffd8 00000001) .*
|
|
Contents of section .far:
|
|
#...
|