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
[gdb/symtab] Fix gdb.base/fission-macro.exp with unix/-m32
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-scripts
/
cross7.t
blob
8477cfadbc2fd909c9f00ebd8504978b41078dd2
1
NOCROSSREFS_TO(.data .text)
2
3
SECTIONS
4
{
5
.text : { *(.text) *(.text.*) *(.opd) }
6
.data : { *(.data) *(.data.*) *(.sdata) *(.toc) }
7
.bss : { *(.bss) *(COMMON) }
8
/DISCARD/ : { *(*) }
9
}