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
/
loadaddr2.t
blob
fd897e79d60d53234e3c4ad82cacb4d50fbf0242
1
SECTIONS
2
{
3
. = -0x7ff00000;
4
.text : {*(.text .text.*)}
5
. = ALIGN(64);
6
.foo : { *(.foo) }
7
.bar -0x7fef0000 : AT ((LOADADDR(.foo) + SIZEOF(.foo) + 4095) & ~(4095))
8
{ *(.bar) }
9
. = LOADADDR(.bar) + 0x200000;
10
. = ALIGN(8192);
11
.data : AT (ADDR(.data)) { *(.data) }
12
/DISCARD/ : { *(.*) }
13
}