mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
75bd00e87e
"-z separate-code" generates: 0x00002080 00200000 00000000 00000000 00000000 . .............. There is a space ' ', instead of '.'. Update these tests to expect ".*". * testsuite/ld-i386/pr19636-1a.d: Updated. * testsuite/ld-i386/pr19636-1b.d: Likewise. * testsuite/ld-i386/pr19636-1j.d: Likewise. * testsuite/ld-i386/pr19636-1k.d: Likewise. * testsuite/ld-i386/pr19636-2a.d: Likewise. * testsuite/ld-i386/pr19636-2b.d: Likewise.
21 lines
594 B
Makefile
21 lines
594 B
Makefile
#source: pr19636-1.s
|
|
#as: --32 -mrelax-relocations=no
|
|
#ld: -pie -E -m elf_i386 --no-dynamic-linker -z dynamic-undefined-weak
|
|
#readelf : -r --wide -x .got -x .got.plt --dyn-syms
|
|
#warning: -z dynamic-undefined-weak ignored
|
|
|
|
There are no relocations in this file.
|
|
|
|
Symbol table '\.dynsym' contains [0-9]+ entries:
|
|
+Num: +Value +Size Type +Bind +Vis +Ndx Name
|
|
+0: 0+ +0 +NOTYPE +LOCAL +DEFAULT +UND +
|
|
#...
|
|
+[0-9]+: +[a-f0-9]+ +0 +NOTYPE +GLOBAL +DEFAULT +[0-9]+ +_start
|
|
#...
|
|
|
|
Hex dump of section '.got':
|
|
0x[0-9a-f]+ [0 ]+\.+
|
|
|
|
Hex dump of section '.got.plt':
|
|
0x[0-9a-f]+ +[0-9a-f]+ +[0 ]+ .*
|