* scripttempl/elfm68hc12.sc: Define eeprom memory region.
authorStephane Carrez <stcarrez@nerim.fr>
Mon, 27 Oct 2003 10:10:57 +0000 (10:10 +0000)
committerStephane Carrez <stcarrez@nerim.fr>
Mon, 27 Oct 2003 10:10:57 +0000 (10:10 +0000)
ld/ChangeLog
ld/scripttempl/elfm68hc12.sc

index ab069b19d91c8989bf15a7729d0f432051ee1696..c7f1d064f7f7bac0a90973dd5a510dfaf6106ad8 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 876aff0a7f5423c5d83b1d7012768a8f5a358846..2fa7186c26fc752fa770108fc1b80d1cc70ac15b 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.  */