mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
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.
16 lines
479 B
Plaintext
16 lines
479 B
Plaintext
|
|
.*: file format elf32-tradbigmips
|
|
|
|
DYNAMIC RELOCATION RECORDS
|
|
OFFSET +TYPE +VALUE
|
|
00000000 R_MIPS_NONE \*ABS\*
|
|
1000002c R_MIPS_TLS_DTPMOD32 tlsvar_gd@VER_1
|
|
10000030 R_MIPS_TLS_DTPREL32 tlsvar_gd@VER_1
|
|
10000040 R_MIPS_TLS_TPREL32 tlsvar_ie@VER_1
|
|
|
|
|
|
Contents of section .got:
|
|
10000020 00000000 80000000 0040051c 00000000 .........@......
|
|
10000030 00000000 ffff900c 00000001 ffff8008 ................
|
|
10000040 00000000 00000001 00000000 ............
|