Correct dict_hash to our most recent version.
[deliverable/binutils-gdb.git] / gold / testsuite / script_test_9.t
CommitLineData
d103a984
RÁE
1PHDRS
2{
3 text PT_LOAD FLAGS(5);
4 data PT_LOAD FLAGS(6);
5}
6
7SECTIONS
8{
9 .init :
10 {
11 } :text
12 .text :
13 {
14 }
15 .data :
16 {
17 } :data
18}
This page took 0.039379 seconds and 4 git commands to generate.