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
* elf32-spu.c (build_stub): Fix malloc under-allocation.
[binutils.git]
/
ld
/
testsuite
/
ld-arm
/
rodata-merge-map.ld
blob
0790bcbf85c47e7a63ff83d8290520d2d6aa7440
1
/* Script for ld testsuite */
2
OUTPUT_ARCH(arm)
3
SECTIONS
4
{
5
.rodata :
6
{
7
*(.rodata*)
8
}
9
}