mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-18 11:47:10 -04:00
10 lines
96 B
Plaintext
10 lines
96 B
Plaintext
/* Script for ld testsuite */
|
|
OUTPUT_ARCH(arm)
|
|
SECTIONS
|
|
{
|
|
.rodata :
|
|
{
|
|
*(.rodata*)
|
|
}
|
|
}
|