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
regenerate configure
[binutils.git]
/
ld
/
testsuite
/
ld-elf
/
group.ld
blob
58d78dab942a6c2bbfb8ea8675b9d29d6672c0cd
1
SECTIONS
2
{
3
. = 0x1000;
4
.text : { *(.text) *(.rodata.brlt) }
5
/DISCARD/ : { *(.reginfo) }
6
}