Skip sizeof/startof tests on targets with leading char
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / sizeofb.d
1 #source: sizeof.s
2 #ld: -shared
3 #readelf: -sW
4 #target: *-*-linux* *-*-gnu*
5 #notarget: bfin-*-* cr16-*-* cr16c-*-* cris*-*-* crx-*-* epiphany-*-*
6 #notarget: h8300-*-* ip2k-*-* m10200-*-* m10300-*-* m32c-*-* metag-*-*
7 #notarget: metag-*-* rl78-*-* rx-*-* sh*-*-* v850*-*-*
8 # Targets with a leading char will faill this test.
9
10 Symbol table '\.dynsym' 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 +LOCAL +DEFAULT +[0-9]+ +__stop_scnfoo
15 #...
16 +[0-9]+: 0+10 + +0 +NOTYPE +GLOBAL +DEFAULT +ABS +.sizeof.scnfoo
17 #pass
This page took 0.031646 seconds and 5 git commands to generate.