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.
21 lines
524 B
Makefile
21 lines
524 B
Makefile
#source: size32-2.s
|
|
#as: --32
|
|
#ld: -shared -melf_i386
|
|
#objdump: -R -s -j .data
|
|
#target: x86_64-*-* i?86-*-*
|
|
|
|
.*: +file format .*
|
|
|
|
DYNAMIC RELOCATION RECORDS
|
|
OFFSET +TYPE +VALUE
|
|
[[:xdigit:]]+ R_386_SIZE32 xxx
|
|
[[:xdigit:]]+ R_386_SIZE32 yyy
|
|
[[:xdigit:]]+ R_386_SIZE32 zzz
|
|
[[:xdigit:]]+ R_386_SIZE32 zzz
|
|
[[:xdigit:]]+ R_386_SIZE32 zzz
|
|
|
|
|
|
Contents of section .data:
|
|
[[:xdigit:]]+ 00000000 00000000 00000000 e2ffffff ................
|
|
[[:xdigit:]]+ 1e000000 ....
|