gdb: include gdb_wait.h in gdb_wait.c
[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);
89243142 5 tls PT_TLS;
d103a984
RÁE
6}
7
8SECTIONS
9{
10 .init :
11 {
12 } :text
13 .text :
14 {
15 }
16 .data :
17 {
18 } :data
864a1b56 19 .got : { *(.got .toc) }
89243142
CC
20 .tdata :
21 {
22 *(.tdata*)
23 } :data :tls
24 .tbss :
25 {
26 *(.tbss*)
27 } :data :tls
d103a984 28}
This page took 0.401698 seconds and 4 git commands to generate.