Retro68/binutils/ld/testsuite/ld-m68hc11/far-hc12.ld

19 lines
214 B
Plaintext
Raw Normal View History

2012-03-26 19:18:29 +00:00
ENTRY(_start)
SECTIONS {
.text 0xc000 : {
*(.text)
}
.bank1 0x10000 : {
*(.bank1)
}
.bank2 0x14000 : {
*(.bank2)
}
.bank3 0x18000 : {
*(.bank3)
}
.bss 0x2000 : {
*(.bss)
}
}