binutils-gdb/ld/testsuite/ld-arm/data-only-map.ld

17 lines
184 B
Plaintext

/* Script for ld testsuite */
OUTPUT_ARCH(arm)
ENTRY(_start)
SECTIONS
{
.text :
{
*(.text)
*(.after1)
*(.after2)
*(.after3)
*(.after4)
*(.after5)
} =0
}