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
/
data-only-map.ld
blob
7d6ea923713ff677a1cd3ca3a74029d0f898573f
1
/* Script for ld testsuite */
2
OUTPUT_ARCH(arm)
3
ENTRY(_start)
4
SECTIONS
5
{
6
.text :
7
{
8
*(.text)
9
*(.after1)
10
*(.after2)
11
*(.after3)
12
*(.after4)
13
*(.after5)
14
} =0
15
}
16