a258eda0a7686779e5f9c22d80917ab6b6b5f238
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / overlay.d
1 # ld: -T overlay.t -u __load_start_text1 -u __load_start_text2 -u __load_stop_text1 -u __load_stop_text2
2 #readelf: -s
3 #xfail: spu-*-*
4 # The SPU adds its own LOAD segments, out of order, at the start of the program header table.
5
6 #...
7 [ ]+[0-9]+:[ ]+0*4000[ ]+0[ ]+NOTYPE[ ]+GLOBAL[ ]+DEFAULT[ ]+ABS __load_start_text1
8 #...
9 [ ]+[0-9]+:[ ]+0*4010[ ]+0[ ]+NOTYPE[ ]+GLOBAL[ ]+DEFAULT[ ]+ABS __load_start_text2
10 #...
11 [ ]+[0-9]+:[ ]+0*4030[ ]+0[ ]+NOTYPE[ ]+GLOBAL[ ]+DEFAULT[ ]+ABS __load_stop_text2
12 #...
13 [ ]+[0-9]+:[ ]+0*4010[ ]+0[ ]+NOTYPE[ ]+GLOBAL[ ]+DEFAULT[ ]+ABS __load_stop_text1
14 #pass
This page took 0.031217 seconds and 3 git commands to generate.