[BACK]Return to sim.ld CVS log [TXT][DIR] Up to [Development] / linux-2.6-xfs / arch / v850 / kernel

File: [Development] / linux-2.6-xfs / arch / v850 / kernel / Attic / sim.ld (download)

Revision 1.1, Tue Dec 30 23:58:53 2003 UTC (13 years, 9 months ago) by cattelan
Branch: MAIN

Initial Import 2.6.0

/* Linker script for the gdb v850e simulator (CONFIG_V850E_SIM).  */

MEMORY {
	/* Interrupt vectors.  */
	INTV  : ORIGIN = 0x0, LENGTH = 0xe0
	/* Main RAM.  */
	RAM   : ORIGIN = RAM_ADDR, LENGTH = RAM_SIZE
}

SECTIONS {
	.intv : { INTV_CONTENTS } > INTV
	.ram : { RAMK_KRAM_CONTENTS } > RAM
}