* hppa-tdep.c (unwind_command): Use host_address_to_string function
[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 }