Rewrite __start and __stop symbol handling
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / startofb.d
1 #source: startof.s
2 #ld: -shared
3 #readelf: -sW
4 #target: *-*-linux* *-*-gnu*
5 #xfail: bfin-*-* cr16-*-* cr16c-*-* crx-*-* epiphany-*-*
6 #xfail: h8300-*-* ip2k-*-* mn10200-*-* mn10300-*-* m32c-*-* metag-*-*
7 #xfail: rl78-*-* rx-*-* v850*-*-*
8 # Targets with a leading char will fail 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]+ +.startof.scnfoo
15 #...
16 +[0-9]+: +[a-f0-9]+ +0 +NOTYPE +LOCAL +DEFAULT +[0-9]+ +__start_scnfoo
17 #pass
This page took 0.030725 seconds and 4 git commands to generate.