repo.or.cz
/
zpugcc
/
jano.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fixes for host gcc 4.6.1
[zpugcc/jano.git]
/
toolchain
/
binutils
/
ld
/
testsuite
/
ld-empic
/
relax.t
blob
8c18b69a86e5e6a67556906176b0080006262730
1
OUTPUT_FORMAT("ecoff-bigmips")
2
SECTIONS
3
{
4
.foo 0x30 : {
5
tmpdir/relax3.o(.text)
6
tmpdir/relax1.o(.text)
7
}
8
.text 0x20000 : {
9
_ftext = . ;
10
*(.init)
11
eprol = .;
12
tmpdir/relax4.o(.text)
13
*(.text)
14
*(.fini)
15
etext = .;
16
_etext = .;
17
}
18
.rdata . : {
19
*(.rdata)
20
}
21
_fdata = .;
22
.data . : {
23
*(.data)
24
CONSTRUCTORS
25
}
26
_gp = . + 0x8000;
27
.lit8 . : {
28
*(.lit8)
29
}
30
.lit4 . : {
31
*(.lit4)
32
}
33
.sdata . : {
34
*(.sdata)
35
}
36
edata = .;
37
_edata = .;
38
_fbss = .;
39
.sbss . : {
40
*(.sbss)
41
*(.scommon)
42
}
43
.bss . : {
44
*(.bss)
45
*(COMMON)
46
}
47
end = .;
48
_end = .;
49
}