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
sync config/ChangeLog
[binutils.git]
/
ld
/
testsuite
/
ld-mips-elf
/
eh-frame1.ld
blob
93c497296bfc0028062d10edc56a879bb987c11f
1
SECTIONS
2
{
3
. = 0x10000;
4
.dynamic : { *(.dynamic) }
5
.hash : { *(.hash) }
6
.dynsym : { *(.dynsym) }
7
.dynstr : { *(.dynstr) }
8
.rel.dyn : { *(.rel.dyn) }
9
10
. = 0x20000;
11
.text : { *(.text) }
12
13
. = 0x30000;
14
.eh_frame : { *(.eh_frame) }
15
.got : { *(.got) }
16
.gcc_compiled_long32 : { *(.gcc_compiled_long32) }
17
18
/DISCARD/ : { *(*) }
19
}