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.
14 lines
417 B
Plaintext
14 lines
417 B
Plaintext
.*: file format elf32-tradbigmips
|
|
|
|
DYNAMIC RELOCATION RECORDS
|
|
OFFSET +TYPE +VALUE
|
|
00000000 R_MIPS_NONE \*ABS\*
|
|
10000030 R_MIPS_TLS_DTPMOD32 tlsvar_gd
|
|
10000034 R_MIPS_TLS_DTPREL32 tlsvar_gd
|
|
10000040 R_MIPS_TLS_TPREL32 tlsvar_ie
|
|
|
|
Contents of section .got:
|
|
10000020 00000000 80000000 004004dc ffff900c .*
|
|
10000030 00000000 00000000 00000001 00000000 .*
|
|
10000040 00000000 00000001 ffff8008 .*
|