mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +08:00
* scripttempl/elfm68hc12.sc: Define eeprom memory region.
This commit is contained in:
@ -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>
|
2003-10-25 Kazu Hirata <kazu@cs.umass.edu>
|
||||||
|
|
||||||
* ChangeLog-9197: Fix typos.
|
* ChangeLog-9197: Fix typos.
|
||||||
|
@ -87,6 +87,7 @@ MEMORY
|
|||||||
page0 (rwx) : ORIGIN = 0x0, LENGTH = 256
|
page0 (rwx) : ORIGIN = 0x0, LENGTH = 256
|
||||||
text (rx) : ORIGIN = ${ROM_START_ADDR}, LENGTH = ${ROM_SIZE}
|
text (rx) : ORIGIN = ${ROM_START_ADDR}, LENGTH = ${ROM_SIZE}
|
||||||
data : ORIGIN = ${RAM_START_ADDR}, LENGTH = ${RAM_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. */
|
/* Setup the stack on the top of the data memory bank. */
|
||||||
|
Reference in New Issue
Block a user