mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-12 16:46:33 -04:00
7 lines
114 B
Raku
7 lines
114 B
Raku
SECTIONS
|
|
{
|
|
.bar : AT ((ADDR(.foo) + 4095) & ~(4095)) { *(.bar) }
|
|
.foo : { *(.foo) }
|
|
/DISCARD/ : { *(.*) }
|
|
}
|