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