repo.or.cz
/
binutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move 2009 binutils ChangeLog to ChangeLog-2009.
[binutils.git]
/
ld
/
testsuite
/
ld-scripts
/
expr1.t
blob
e0810ba07ed4120c6cbcb9a7c51736c920fccfa0
1
ENTRY(RAM)
2
3
MEMORY
4
{
5
ram (rwx) : ORIGIN = 0, LENGTH = 0x1000000
6
}
7
8
SECTIONS
9
{
10
.text : { } >ram
11
}
12
RAM = ADDR(ram);