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-scripts
/
cross1.t
blob
c20e4730f3033e62c5b5bc980239b19a687ab812
1
NOCROSSREFS ( .text .data )
2
SECTIONS
3
{
4
.dynsym : { *(.dynsym) }
5
.dynstr : { *(.dynstr) }
6
.hash : { *(.hash) }
7
.toc : { *(.toc) }
8
.text : { tmpdir/cross1.o }
9
.data : { tmpdir/cross2.o }
10
}