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
/
rgn-at6.t
blob
0408dcdf3f96abce4357b25773dd8e679fb33cb6
1
MEMORY
2
{
3
ram : ORIGIN = 0x10000, LENGTH = 0x10000
4
}
5
6
SECTIONS
7
{
8
.text : {*(.text)} > ram AT> ram
9
.data : ALIGN (16) {*(.data)} > ram AT> ram
10
/DISCARD/ : {*(*)}
11
}