mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-26 02:33:31 +08:00
7 lines
114 B
Perl
7 lines
114 B
Perl
|
SECTIONS
|
||
|
{
|
||
|
.bar : AT ((ADDR(.foo) + 4095) & ~(4095)) { *(.bar) }
|
||
|
.foo : { *(.foo) }
|
||
|
/DISCARD/ : { *(.*) }
|
||
|
}
|