old-cross-binutils/ld/testsuite/ld-m68hc11/far-hc12.ld
Stephane Carrez 6c6532f753 * ld-m68hc11/far-hc11.s: New file.
* ld-m68hc11/far-hc11.d: New test for HC11 trampoline generation.
	* ld-m68hc11/far-hc12.s: New file.
	* ld-m68hc11/far-hc12.d: New test for HC12 trampoline generation.
	* ld-m68hc11/far-hc12.ld: New file.
2003-04-21 13:30:14 +00:00

18 lines
214 B
Text

ENTRY(_start)
SECTIONS {
.text 0xc000 : {
*(.text)
}
.bank1 0x10000 : {
*(.bank1)
}
.bank2 0x14000 : {
*(.bank2)
}
.bank3 0x18000 : {
*(.bank3)
}
.bss 0x2000 : {
*(.bss)
}
}