2011-02-28 Michael Snyder <msnyder@vmware.com>
[deliverable/binutils-gdb.git] / gold / testsuite / script_test_9.t
1 PHDRS
2 {
3 text PT_LOAD FLAGS(5);
4 data PT_LOAD FLAGS(6);
5 }
6
7 SECTIONS
8 {
9 .init :
10 {
11 } :text
12 .text :
13 {
14 }
15 .data :
16 {
17 } :data
18 }
This page took 0.035271 seconds and 4 git commands to generate.