mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-12 12:16:04 +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.
24 lines
676 B
Makefile
24 lines
676 B
Makefile
#name: C6X data relocations, local symbols, -r
|
|
#as: -mlittle-endian
|
|
#ld: -r -melf32_tic6x_le
|
|
#source: data-reloc-local-1.s
|
|
#source: data-reloc-local-2.s
|
|
#objdump: -r -s -j .data
|
|
|
|
.*: *file format elf32-tic6x-le
|
|
|
|
RELOCATION RECORDS FOR \[\.data\]:
|
|
OFFSET +TYPE +VALUE
|
|
0+ R_C6000_ABS32 \.data
|
|
0+4 R_C6000_ABS32 \.data\+0x00000004
|
|
0+8 R_C6000_ABS32 \.data\+0x0000000c
|
|
0+c R_C6000_ABS32 \.data\+0x00000008
|
|
0+10 R_C6000_ABS16 \.data\+0x0000000c
|
|
0+12 R_C6000_ABS8 \.data\+0x00000008
|
|
0+13 R_C6000_ABS8 \.data\+0x0000000c
|
|
|
|
|
|
Contents of section \.data:
|
|
[ \t]*0000 00000000 00000000 00000000 00000000 .*
|
|
[ \t]*0010 00000000 .*
|