CVS: binutils binutils-14x1-20x1-20x2-20x3-22x4-42x-42x0-461x.patch, 1.2, 1.3
Steve Underwood <[email protected]> Fri, 06 Oct 2006 21:59:39 -0700
| Newsgroups | gmane.comp.hardware.texas-instruments.msp430.gcc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/mspgcc/binutils
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv13215/binutils
Modified Files:
binutils-14x1-20x1-20x2-20x3-22x4-42x-42x0-461x.patch
Log Message:
Corrected the memory sizes for the 461x devices
Index: binutils-14x1-20x1-20x2-20x3-22x4-42x-42x0-461x.patch
===================================================================
RCS file: /cvsroot/mspgcc/binutils/binutils-14x1-20x1-20x2-20x3-22x4-42x-42x0-461x.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -w -d -r1.2 -r1.3
--- binutils-14x1-20x1-20x2-20x3-22x4-42x-42x0-461x.patch 6 Apr 2006 15:28:27 -0000 1.2
+++ binutils-14x1-20x1-20x2-20x3-22x4-42x-42x0-461x.patch 7 Oct 2006 04:59:37 -0000 1.3
@@ -897,12 +897,12 @@
+EMBEDDED=yes
+TEMPLATE_NAME=generic
+
-+ROM_START=0x1100
-+ROM_SIZE=0xeee0
-+RAM_START=0x0200
-+RAM_SIZE=0x0800
++ROM_START=0x9100
++ROM_SIZE=0x6ee0
++RAM_START=0x1100
++RAM_SIZE=0x1000
+
-+STACK=0xa00
++STACK=0x2100
+fi
+
+if [ "${MSP430_NAME}" = "msp430xG4617" ] ; then
@@ -914,12 +914,12 @@
+EMBEDDED=yes
+TEMPLATE_NAME=generic
+
-+ROM_START=0x1100
-+ROM_SIZE=0xeee0
-+RAM_START=0x0200
-+RAM_SIZE=0x0800
++ROM_START=0x9100
++ROM_SIZE=0x6ee0
++RAM_START=0x1100
++RAM_SIZE=0x2000
+
-+STACK=0xa00
++STACK=0x3100
+fi
+
+if [ "${MSP430_NAME}" = "msp430xG4618" ] ; then
@@ -931,12 +931,12 @@
+EMBEDDED=yes
+TEMPLATE_NAME=generic
+
-+ROM_START=0x1100
-+ROM_SIZE=0xeee0
-+RAM_START=0x0200
-+RAM_SIZE=0x0800
++ROM_START=0x3100
++ROM_SIZE=0xcee0
++RAM_START=0x1100
++RAM_SIZE=0x2000
+
-+STACK=0xa00
++STACK=0x3100
+fi
+
+if [ "${MSP430_NAME}" = "msp430xG4619" ] ; then
@@ -948,12 +948,12 @@
+EMBEDDED=yes
+TEMPLATE_NAME=generic
+
-+ROM_START=0x1100
-+ROM_SIZE=0xeee0
-+RAM_START=0x0200
-+RAM_SIZE=0x0800
++ROM_START=0x2100
++ROM_SIZE=0xdee0
++RAM_START=0x1100
++RAM_SIZE=0x1000
+
-+STACK=0xa00
++STACK=0x2100
+fi
+
if [ "${MSP430_NAME}" = "msp430xE423" ] ; then
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV