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.
17 lines
539 B
Makefile
17 lines
539 B
Makefile
#source: ppc476-shared.s
|
|
#as: -a32
|
|
#ld: -melf32ppc -shared -z common-page-size=0x10000 -z notext --ppc476-workaround -T ppc476-shared.lnk
|
|
#objdump: -R
|
|
#target: powerpc*-*-*
|
|
|
|
.*: file format .*
|
|
|
|
DYNAMIC RELOCATION RECORDS
|
|
OFFSET +TYPE +VALUE
|
|
0001000[02] R_PPC_ADDR16_LO \.text\+0x00050000
|
|
0002000[02] R_PPC_ADDR16_LO \.text\+0x00050000
|
|
0003000[02] R_PPC_ADDR16_LO \.text\+0x00050000
|
|
0004000[02] R_PPC_ADDR16_HA \.text\+0x00050000
|
|
0004001[02] R_PPC_ADDR16_HA \.text\+0x00050000
|
|
0004002[02] R_PPC_ADDR16_HA \.text\+0x00050000
|