Fix cached_frame allocation in py-unwind
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / pr19645.d
1 #as: --32 --elf-stt-common=yes
2 #ld: -shared -Bsymbolic-functions -melf_i386
3 #readelf: -r --wide --dyn-syms
4
5 Relocation section '.rel.dyn' at offset 0x[0-9a-f]+ contains 1 entries:
6 +Offset +Info +Type +Sym. Value +Symbol's Name
7 [0-9a-f]+ +[0-9a-f]+ +R_386_GLOB_DAT +[0-9a-f]+ +foobar
8
9 Symbol table '.dynsym' contains [0-9]+ entries:
10 Num: Value Size Type Bind Vis Ndx Name
11 #...
12 +[0-9]+: +[0-9a-f]+ +30 +OBJECT +GLOBAL +DEFAULT +[0-9]+ foobar
13 #pass
This page took 0.02942 seconds and 4 git commands to generate.