* ld-elf/linkonce1.d: Accept "UNUSED" as part of the name of an
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / loadaddr1.t
... / ...
CommitLineData
1SECTIONS
2{
3 .bar -0xa00000 : AT ((LOADADDR(.foo) + SIZEOF(.foo) + 4095) & ~(4095))
4 { *(.bar) }
5 . = LOADADDR(.bar) + 4096;
6}
7INSERT AFTER .foo;
This page took 0.023851 seconds and 4 git commands to generate.