mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21: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.
23 lines
462 B
Plaintext
23 lines
462 B
Plaintext
|
|
.*
|
|
|
|
# It doesn't matter whether .text, .bss and .debug are listed, as long as
|
|
# they're empty. The important thing is that .loader shouldn't appear
|
|
# at all.
|
|
Sections:
|
|
*Idx Name * Size .*
|
|
*0 \.text * 0+0 .*
|
|
*ALLOC, LOAD, CODE
|
|
*1 \.data * 0+8 .*
|
|
*CONTENTS, ALLOC, LOAD, RELOC, DATA
|
|
*2 \.bss * 0+0 .*
|
|
*ALLOC
|
|
*3 \.debug * 0+0 .*
|
|
|
|
RELOCATION RECORDS FOR \[\.data\]:
|
|
OFFSET +TYPE +VALUE
|
|
0+0 R_POS(|_32) * \.puts
|
|
0+4 R_POS(|_32) * foobar
|
|
|
|
|