mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31: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.
33 lines
877 B
Makefile
33 lines
877 B
Makefile
#source: tls-local-59.s
|
|
#as: --pic --no-underscore --em=criself -I$srcdir/$subdir
|
|
#ld: -m crislinux --shared --hash-style=sysv
|
|
#objdump: -s -t -r -p -R -T
|
|
|
|
# A DSO with a R_CRIS_32_GOT_GD, a R_CRIS_16_GOT_GD, a
|
|
# R_CRIS_32_GOT_TPREL and a R_CRIS_16_GOT_TPREL against the same local
|
|
# symbol. Check that we have proper NPTL/TLS markings and GOT.
|
|
|
|
.*: file format elf32-cris
|
|
|
|
Program Header:
|
|
#...
|
|
TLS off .*
|
|
filesz 0x00000080 memsz 0x00000080 flags r--
|
|
#...
|
|
FLAGS 0x00000010
|
|
#...
|
|
DYNAMIC RELOCATION RECORDS
|
|
OFFSET +TYPE +VALUE
|
|
0000229c R_CRIS_32_TPREL \*ABS\*
|
|
000022a0 R_CRIS_DTP \*ABS\*
|
|
|
|
Contents of section \.hash:
|
|
#...
|
|
Contents of section \.text:
|
|
0184 6fae1000 00006fae 0c000000 5fae1000 .*
|
|
0194 5fae0c00 .*
|
|
#...
|
|
Contents of section \.got:
|
|
2290 18220+ 0+ 0+ 0+ .*
|
|
22a0 0+ 0+ .*
|