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
Update contributors list for update of alpha-vms bfd.
[binutils.git]
/
ld
/
testsuite
/
ld-elf
/
loadaddr1.t
blob
5037b4f69b9b53f3019d817c3669085d169cab26
1
SECTIONS
2
{
3
.bar -0xa00000 : AT ((LOADADDR(.foo) + SIZEOF(.foo) + 4095) & ~(4095))
4
{ *(.bar) }
5
. = LOADADDR(.bar) + 4096;
6
}
7
INSERT AFTER .foo;