From: ciceron Date: Mon, 27 Oct 2003 10:10:57 +0000 (+0000) Subject: * scripttempl/elfm68hc12.sc: Define eeprom memory region. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=5b55df131b5cdf14873382c777283fdff657ff13;p=pf3gnuchains%2Fpf3gnuchains3x.git * scripttempl/elfm68hc12.sc: Define eeprom memory region. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index ab069b19d9..c7f1d064f7 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2003-10-27 Stephane Carrez + + * scripttempl/elfm68hc12.sc: Define eeprom memory region. + 2003-10-25 Kazu Hirata * ChangeLog-9197: Fix typos. diff --git a/ld/scripttempl/elfm68hc12.sc b/ld/scripttempl/elfm68hc12.sc index 876aff0a7f..2fa7186c26 100644 --- a/ld/scripttempl/elfm68hc12.sc +++ b/ld/scripttempl/elfm68hc12.sc @@ -87,6 +87,7 @@ MEMORY page0 (rwx) : ORIGIN = 0x0, LENGTH = 256 text (rx) : ORIGIN = ${ROM_START_ADDR}, LENGTH = ${ROM_SIZE} data : ORIGIN = ${RAM_START_ADDR}, LENGTH = ${RAM_SIZE} + eeprom : ORIGIN = ${EEPROM_START_ADDR}, LENGTH = ${EEPROM_SIZE} } /* Setup the stack on the top of the data memory bank. */