tcl global directive outside proc body does nothing (ld)
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / sizeofc.d
1 #source: sizeof.s
2 #ld: -r
3 #readelf: -sW
4
5 Symbol table '\.symtab' contains [0-9]+ entries:
6 +Num: +Value +Size Type +Bind +Vis +Ndx Name
7 +0: 0+ +0 +NOTYPE +LOCAL +DEFAULT +UND +
8 #...
9 +[0-9]+: +[a-f0-9]+ +0 +(NOTYPE|OBJECT) +GLOBAL +DEFAULT +UND +___?stop_scnfoo
10 #...
11 +[0-9]+: +[a-f0-9]+ +0 +(NOTYPE|OBJECT) +GLOBAL +DEFAULT +UND +.sizeof.scnfoo
12 #pass
This page took 0.029522 seconds and 4 git commands to generate.