aboutsummaryrefslogtreecommitdiff
path: root/ld/scripttempl
diff options
context:
space:
mode:
authorStephane Carrez <stcarrez@nerim.fr>2003-10-27 10:10:57 +0000
committerStephane Carrez <stcarrez@nerim.fr>2003-10-27 10:10:57 +0000
commitd522f22725520ac45f41e5660d149e72cd003362 (patch)
tree75cbc72c9699c1bc8686867eabb4a5f6e1f29bea /ld/scripttempl
parenta80d50fc569fa8d30ce726fafd7cd16b692bf36f (diff)
downloadgdb-d522f22725520ac45f41e5660d149e72cd003362.zip
gdb-d522f22725520ac45f41e5660d149e72cd003362.tar.gz
gdb-d522f22725520ac45f41e5660d149e72cd003362.tar.bz2
* scripttempl/elfm68hc12.sc: Define eeprom memory region.
Diffstat (limited to 'ld/scripttempl')
-rw-r--r--ld/scripttempl/elfm68hc12.sc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/scripttempl/elfm68hc12.sc b/ld/scripttempl/elfm68hc12.sc
index 876aff0..2fa7186 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. */