Skip sizeof/startof tests on targets with leading char
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / startofa.d
1 #source: startof.s
2 #ld: -Ur
3 #readelf: -sW
4 #notarget: bfin-*-* cr16-*-* cr16c-*-* cris*-*-* crx-*-* epiphany-*-*
5 #notarget: h8300-*-* ip2k-*-* m10200-*-* m10300-*-* m32c-*-* metag-*-*
6 #notarget: metag-*-* rl78-*-* rx-*-* sh*-*-* v850*-*-*
7 # Targets with a leading char will faill this test.
8
9 Symbol table '\.symtab' contains [0-9]+ entries:
10 +Num: +Value +Size Type +Bind +Vis +Ndx Name
11 +0: 0+ +0 +NOTYPE +LOCAL +DEFAULT +UND +
12 #...
13 +[0-9]+: +[a-f0-9]+ +0 +NOTYPE +GLOBAL +DEFAULT +UND +.startof.scnfoo
14 #...
15 +[0-9]+: +[a-f0-9]+ +0 +NOTYPE +GLOBAL +DEFAULT +[0-9]+ +__start_scnfoo
16 #pass
This page took 0.038649 seconds and 5 git commands to generate.