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
Automatic date update in version.in
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-mips-elf
/
compact-eh.ld
blob
e395fa607ed8835257574ec6bf370d42b3737b2a
1
ENTRY (__start)
2
SECTIONS
3
{
4
.text :
5
{
6
*(.text .text.*)
7
*(.gnu_extab .gnu_extab.*)
8
}
9
.eh_frame_hdr :
10
{
11
KEEP (*(.eh_frame_hdr))
12
*(.eh_frame_entry .eh_frame_entry.*)
13
}
14
.data : {*(.data) }
15
}