blob: 9670e255bbddfb56af84ab0c1eccfafddc9f6b56 [file] [log] [blame]
SECTIONS
{
.bar : AT ((ADDR(.foo) + 4095) & ~(4095)) { *(.bar) }
.foo : { *(.foo) }
/DISCARD/ : { *(.*) }
}