PR binutils/12467
[binutils.git] / gold / testsuite / script_test_9.t
blob58cc3500c46b6039aa88eced6a1276c8c9e26627
1 PHDRS
3   text    PT_LOAD FLAGS(5);
4   data    PT_LOAD FLAGS(6);
7 SECTIONS
9   .init           :
10   {
11   } :text
12   .text           :
13   {
14   }
15   .data :
16   {
17   } :data