3 /*** INPUT(hppa.o) ***/
8 * Setup the memory map of the MC68ec0x0 Board (IDP)
9 * stack grows up towards high memory. This works for
10 * both the rom68k and the mon68k monitors.
14 ram (rwx) : ORIGIN = 0x10000, LENGTH = 32M
18 * stick everything in ram (of course)
28 LONG((__CTOR_END__ - __CTOR_LIST__) / 4 - 2)
33 LONG((__DTOR_END__ - __DTOR_LIST__) / 4 - 2)
40 .shbss SIZEOF(.text) + ADDR(.text) : {
49 .bss SIZEOF(.data) + ADDR(.data) :
51 _bss_start = ALIGN(0x8);
54 _bss_end = ALIGN(0x8);