Silence nds32 pic warnings
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / maxpage5.d
1 #source: maxpage5.s
2 #as: --32
3 #ld: -z max-page-size=0x200000 -T maxpage5.t
4 #objcopy_linked_file: -R .foo
5 #readelf: -l --wide
6 #target: x86_64-*-linux* i?86-*-linux-gnu i?86-*-gnu*
7
8 #...
9 Program Headers:
10 Type.*
11 LOAD +0x[0-9a-f]+ .*0x200000
12 NOTE +0x[0-9a-f]+ .*
13
14 #...
15 Segment Sections...
16 00[ \t]+.text *
17 01[ \t]+.note *
18 #pass
This page took 0.032244 seconds and 4 git commands to generate.