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-elf
/
ehdr_start-userdef.t
blob
6ef1de7418ea1198ed2cf0f52cf873829a759247
1
SECTIONS
2
{
3
. = 0x10000000;
4
.text : { *(.text) }
5
6
__ehdr_start = 0x12345678;
7
8
. = 0x20000000;
9
.rodata : { *(.rodata) }
10
}