mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-15 10:16:11 -04:00
6 lines
89 B
Perl
6 lines
89 B
Perl
SECTIONS {
|
|
.text : { *(.text) } >rom
|
|
INCLUDE include-data.t
|
|
/DISCARD/ : { *(*) }
|
|
}
|