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.
27 lines
641 B
Makefile
27 lines
641 B
Makefile
#source: weakhid.s
|
|
#as: --pic --no-underscore --em=criself
|
|
#ld: --shared -m crislinux -z nocombreloc --hash-style=sysv
|
|
#objdump: -s -R -T
|
|
|
|
# Check that .weak and .weak .hidden object references are handled
|
|
# correctly when generating a DSO.
|
|
|
|
.*: file format elf32-cris
|
|
|
|
DYNAMIC SYMBOL TABLE:
|
|
0+21b4 l d \.data 0+ \.data
|
|
0+21b4 g DO \.data 0+c x
|
|
0+ D \*UND\* 0+ xregobj
|
|
0+ w D \*UND\* 0+ xweakobj
|
|
|
|
|
|
DYNAMIC RELOCATION RECORDS
|
|
OFFSET +TYPE +VALUE
|
|
0+21b8 R_CRIS_32 xweakobj
|
|
0+21bc R_CRIS_32 xregobj
|
|
|
|
Contents of section \.hash:
|
|
#...
|
|
Contents of section \.data:
|
|
21b4 00000000 00000000 00000000 .*
|