mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-21 04:42:53 +08:00
11 lines
272 B
D
11 lines
272 B
D
|
#source: pr19636-4.s
|
||
|
#as: --32
|
||
|
#ld: -pie -E --defsym foobar=0x100 -m elf_i386
|
||
|
#readelf : --dyn-syms --wide
|
||
|
|
||
|
Symbol table '\.dynsym' contains [0-9]+ entries:
|
||
|
+Num: +Value +Size Type +Bind +Vis +Ndx Name
|
||
|
#...
|
||
|
+[0-9]+: +0+100 +0 +NOTYPE +GLOBAL +DEFAULT +ABS +foobar
|
||
|
#pass
|