Rewrite __start and __stop symbol handling
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / sizeofa.d
1 #source: sizeof.s
2 #ld: -Ur
3 #readelf: -sW
4 #xfail: bfin-*-* cr16-*-* cr16c-*-* cris*-*-elf crx-*-* epiphany-*-*
5 #xfail: h8300-*-* ip2k-*-* mn10200-*-* mn10300-*-* m32c-*-* metag-*-*
6 #xfail: rl78-*-* rx-*-* sh*-*-elf* sh*-*-kaos* sh*-*-nto* sh-*-rtems*
7 #xfail: sh*-*-symbianelf* sh*-*-vxworks v850*-*-*
8 # Targets with a leading char will fail this test.
9
10 Symbol table '\.symtab' contains [0-9]+ entries:
11 +Num: +Value +Size Type +Bind +Vis +Ndx Name
12 +0: 0+ +0 +NOTYPE +LOCAL +DEFAULT +UND +
13 #...
14 +[0-9]+: +[a-f0-9]+ +0 +NOTYPE +(LOC|GLOB)AL +DEFAULT +[0-9]+ +__stop_scnfoo
15 #...
16 +[0-9]+: +[a-f0-9]+ +0 +NOTYPE +GLOBAL +DEFAULT +UND +.sizeof.scnfoo
17 #pass
This page took 0.031953 seconds and 5 git commands to generate.