binutils-gdb/ld/testsuite/ld-visium/ld2.ld

10 lines
87 B
Plaintext

SECTIONS
{
.text 0x30004 : {
*(.text)
}
.data 0x10000 : {
*(.data)
}
}