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
regenerate configure
[binutils.git]
/
ld
/
testsuite
/
ld-elf
/
loadaddr1.t
blob
f28c7cbbcd635c9eec81e9c5ab90eb8484034f75
1
SECTIONS
2
{
3
. = -0x7ff00000;
4
.text : {*(.text .text.*)}
5
. = ALIGN(64);
6
.foo : { *(.foo) }
7
.bar -0xa00000 : AT ((LOADADDR(.foo) + SIZEOF(.foo) + 4095) & ~(4095))
8
{ *(.bar) }
9
. = LOADADDR(.bar) + 4096;
10
. = ALIGN(8192);
11
.data : AT (ADDR(.data)) { *(.data) }
12
/DISCARD/ : { *(.*) }
13
}