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-elf
/
maxpage4.t
blob
42089e33903f78d73d031e85476631dde92a6f36
1
OUTPUT_FORMAT("elf32-i386")
2
OUTPUT_ARCH(i386)
3
ENTRY(_start)
4
SECTIONS
5
{
6
.text : {*(.text)}
7
.data : {*(.data)}
8
/DISCARD/ : {*(*)}
9
}