repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move uinteger_pow gdb/valarith.c to gdb/utils.c and make it public
[binutils-gdb.git]
/
gold
/
testsuite
/
script_test_9.t
blob
e7138b274d4efeb3713d5d394617f5f2b8887812
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
.got : { *(.got .toc) }
20
.tdata :
21
{
22
*(.tdata*)
23
} :data :tls
24
.tbss :
25
{
26
*(.tbss*)
27
} :data :tls
28
}