repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
LD: Remove duplicate 2.44 NEWS marker
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-scripts
/
cross1.t
blob
0667f2528c92c5585670b0f8eb2f345d8a73cf82
1
NOCROSSREFS ( .text .data )
2
SECTIONS
3
{
4
.dynsym : { *(.dynsym) }
5
.dynstr : { *(.dynstr) }
6
.hash : { *(.hash) }
7
.gnu.hash : { *(.gnu.hash) }
8
.toc : { *(.toc) }
9
.text : { tmpdir/cross1.o }
10
.data : { tmpdir/cross2.o }
11
}