repo.or.cz
/
binutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
gas/
[binutils.git]
/
gold
/
testsuite
/
script_test_9.t
blob
df055ba0f268f7936fcd7370dca595e8abb72d5f
1
PHDRS
2
{
3
text PT_LOAD FLAGS(5);
4
data PT_LOAD FLAGS(6);
5
tls PT_TLS;
6
}
7
8
SECTIONS
9
{
10
.init :
11
{
12
} :text
13
.text :
14
{
15
}
16
.data :
17
{
18
} :data
19
.tdata :
20
{
21
*(.tdata*)
22
} :data :tls
23
.tbss :
24
{
25
*(.tbss*)
26
} :data :tls
27
}