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
Update contributors list for update of alpha-vms bfd.
[binutils.git]
/
ld
/
testsuite
/
ld-elf
/
overlay.t
blob
bdb33c815cac2084257d925a0afe69933c718457
1
SECTIONS
2
{
3
.text : { *(.text) }
4
OVERLAY 0x1000 : AT (0x4000)
5
{
6
.text1 {*(.text1)}
7
.text2 {*(.text2)}
8
}
9
/DISCARD/ : { *(.*) }
10
}