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
/
assign-loc.t
blob
e8c5102438fa8aaf685966be23202af429acd7c6
1
SECTIONS
2
{
3
. = 0x2000 ;
4
5
_start = .;
6
7
HEAP_SIZE = 0x100;
8
9
.heap : {
10
. = HEAP_SIZE;
11
. = ALIGN(4);
12
}
13
14
_end = .;
15
16
/DISCARD/ : { *(*) }
17
}