OSDN Git Service

* scripttempl/elfm68hc12.sc: Define eeprom memory region.
authorciceron <ciceron>
Mon, 27 Oct 2003 10:10:57 +0000 (10:10 +0000)
committerciceron <ciceron>
Mon, 27 Oct 2003 10:10:57 +0000 (10:10 +0000)
ld/ChangeLog
ld/scripttempl/elfm68hc12.sc

index ab069b1..c7f1d06 100644 (file)
@@ -1,3 +1,7 @@
+2003-10-27  Stephane Carrez  <stcarrez@nerim.fr>
+
+       * scripttempl/elfm68hc12.sc: Define eeprom memory region.
+
 2003-10-25  Kazu Hirata  <kazu@cs.umass.edu>
 
        * ChangeLog-9197: Fix typos.
index 876aff0..2fa7186 100644 (file)
@@ -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.  */