CVS: binutils binutils-14x1-20x1-20x2-20x3-22x4-42x-42x0-461x.patch, 1.7, 1.8
Steve Underwood <[email protected]> Sat, 13 Jan 2007 05:38:31 -0800
| 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-serv12920/binutils
Modified Files:
binutils-14x1-20x1-20x2-20x3-22x4-42x-42x0-461x.patch
Log Message:
Fixed incorrect stack initialisation for 22x4 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.7
retrieving revision 1.8
diff -u -w -d -r1.7 -r1.8
--- binutils-14x1-20x1-20x2-20x3-22x4-42x-42x0-461x.patch 17 Nov 2006 13:28:41 -0000 1.7
+++ binutils-14x1-20x1-20x2-20x3-22x4-42x-42x0-461x.patch 13 Jan 2007 13:38:28 -0000 1.8
@@ -1144,7 +1144,7 @@
+VECTORS_START=0xffe0
+VECTORS_SIZE=32
+
-+STACK=0x300
++STACK=0x400
+fi
+
+if [ "${MSP430_NAME}" = "msp430x2274" ] ; then
@@ -1163,7 +1163,7 @@
+VECTORS_START=0xffe0
+VECTORS_SIZE=32
- STACK=0x300
+ STACK=0x600
fi
if [ "${MSP430_NAME}" = "msp430x311" ] ; 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