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
Automatic date update in version.in
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-riscv-elf
/
align-small-region.ld
blob
a5a37835c650af234197d4c98e1d1a7a9ec1a01d
1
MEMORY
2
{
3
reset : ORIGIN = 0x0, LENGTH = 32
4
}
5
6
SECTIONS
7
{
8
.entry :
9
{
10
KEEP (*(.entry))
11
} > reset
12
}