CVS: binutils binutils-14x1-20x1-20x2-20x3-22x4-42x-42x0-461x.patch, 1.8, 1.9

Steve Underwood <[email protected]> Sun, 18 Feb 2007 19:57:56 -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-serv17414/binutils

Modified Files:
	binutils-14x1-20x1-20x2-20x3-22x4-42x-42x0-461x.patch 
Log Message:
Fixed stack size for the 2274


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.8
retrieving revision 1.9
diff -u -w -d -r1.8 -r1.9
--- binutils-14x1-20x1-20x2-20x3-22x4-42x-42x0-461x.patch	13 Jan 2007 13:38:28 -0000	1.8
+++ binutils-14x1-20x1-20x2-20x3-22x4-42x-42x0-461x.patch	19 Feb 2007 03:57:54 -0000	1.9
@@ -1097,7 +1097,7 @@
  fi
  
  if [ "${MSP430_NAME}" = "msp430x2131" ] ; then
-@@ -525,10 +756,69 @@
+@@ -525,14 +756,73 @@
  
  ROM_START=0xe000
  ROM_SIZE=0x1fe0
@@ -1124,10 +1124,10 @@
 +RAM_SIZE=256
 +VECTORS_START=0xffe0
 +VECTORS_SIZE=32
-+
-+STACK=0x300
-+fi
-+
+ 
+ STACK=0x300
+ fi
+ 
 +if [ "${MSP430_NAME}" = "msp430x2254" ] ; then
 +ARCH=msp:22
 +MACHINE=
@@ -1162,11 +1162,15 @@
 +RAM_SIZE=1024
 +VECTORS_START=0xffe0
 +VECTORS_SIZE=32
- 
- STACK=0x600
- fi
- 
++
++STACK=0x600
++fi
++
  if [ "${MSP430_NAME}" = "msp430x311" ] ; then
+ ARCH=msp:31
+ MACHINE=
+ SCRIPT_NAME=elf32msp430_3
+ OUTPUT_FORMAT="elf32-msp430"
 @@ -542,10 +832,12 @@
  
  ROM_START=0xf800
@@ -2201,6 +2205,7 @@
  
  SECTIONS
  {
+diff -rU5 binutils-060402.orig/opcodes/msp430-dis.c binutils-060402/opcodes/msp430-dis.c
 --- binutils-060402/opcodes/msp430-dis.c	2006-11-17 21:10:59.000000000 +0800
 +++ binutils-060402.orig/opcodes/msp430-dis.c	2005-07-01 19:16:32.000000000 +0800
 @@ -675,11 +675,13 @@


-------------------------------------------------------------------------
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