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

10 lines
87 B
Plaintext

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