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
Re-add support for lbarx, lharx, stbcx. and sthcx. insns back to the E6500 cpu.
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-scripts
/
cross6.t
blob
20f5b5907437090312bba327baf3a70536979da7
1
NOCROSSREFS_TO(.text .data)
2
3
SECTIONS
4
{
5
.text : { *(.text) *(.text.*) *(.opd) }
6
.data : { *(.data) *(.data.*) *(.sdata) *(.toc) }
7
.bss : { *(.bss) *(COMMON) }
8
/DISCARD/ : { *(*) }
9
}