projects
/
external
/
binutils.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix problem where mixed section types can cause internal error during a -r link.
[external/binutils.git]
/
gold
/
testsuite
/
script_test_13.t
1
SECTIONS
2
{
3
.text 0 : { *(.text) }
4
5
.rela.dyn 0x10000 : { *(.rela.init) }
6
.rel.dyn 0x10000 : { *(.rela.init) }
7
}