eea87ff242f1e2e322b1fde978925e925098125e
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / segment-start.d
1 #name: SEGMENT_START expression not absolute
2 #source: segment-start.s
3 #ld: -e 0 -u __executable_start -T segment-start.ld
4 #nm: -B
5 #xfail: mmix-*-* pdp11-*-* powerpc-*-aix* powerpc-*-beos* rs6000-*-* sh-*-pe
6 #xfail: tic30-*-*aout* c54x*-*-*coff* tic54x-*-*coff*
7 # XFAIL targets that are not expected to handle SEGMENT_START correctly.
8
9 # Make sure `__executable_start' is regular:
10 #
11 # 10000000 T __executable_start
12 #
13 # not absolute:
14 #
15 # 10000000 A __executable_start
16
17 #...
18 0*10000000 T __executable_start
19 #pass
This page took 0.029077 seconds and 3 git commands to generate.