CVS: gcc/gcc-3.3/gcc/config/msp430 msp430.h,1.35,1.36 t-msp430,1.23,1.24
Steve Underwood <[email protected]> Sun, 23 Apr 2006 09:23:06 -0700
| Newsgroups | gmane.comp.hardware.texas-instruments.msp430.gcc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/mspgcc/gcc/gcc-3.3/gcc/config/msp430
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8547/gcc/gcc-3.3/gcc/config/msp430
Modified Files:
msp430.h t-msp430
Log Message:
Whoops. The last change of 461x to G461x should have gone further :-(
Index: msp430.h
===================================================================
RCS file: /cvsroot/mspgcc/gcc/gcc-3.3/gcc/config/msp430/msp430.h,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -w -d -r1.35 -r1.36
--- msp430.h 5 Apr 2006 12:08:21 -0000 1.35
+++ msp430.h 23 Apr 2006 16:23:04 -0000 1.36
@@ -2878,10 +2878,10 @@
%{mmcu=msp430x447:%(cpp_msp2) -D__MSP430_447__ -DMSP430_HAS_HWMUL} \
%{mmcu=msp430x448:%(cpp_msp2) -D__MSP430_448__ -DMSP430_HAS_HWMUL} \
%{mmcu=msp430x449:%(cpp_msp2) -D__MSP430_449__ -DMSP430_HAS_HWMUL} \
-%{mmcu=msp430x4616:%(cpp_msp2) -D__MSP430_4616__ -DMSP430_HAS_HWMUL} \
-%{mmcu=msp430x4617:%(cpp_msp2) -D__MSP430_4617__ -DMSP430_HAS_HWMUL} \
-%{mmcu=msp430x4618:%(cpp_msp2) -D__MSP430_4618__ -DMSP430_HAS_HWMUL} \
-%{mmcu=msp430x4619:%(cpp_msp2) -D__MSP430_4619__ -DMSP430_HAS_HWMUL} \
+%{mmcu=msp430xG4616:%(cpp_msp2) -D__MSP430_G4616__ -DMSP430_HAS_HWMUL} \
+%{mmcu=msp430xG4617:%(cpp_msp2) -D__MSP430_G4617__ -DMSP430_HAS_HWMUL} \
+%{mmcu=msp430xG4618:%(cpp_msp2) -D__MSP430_G4618__ -DMSP430_HAS_HWMUL} \
+%{mmcu=msp430xG4619:%(cpp_msp2) -D__MSP430_G4619__ -DMSP430_HAS_HWMUL} \
%{mint8:-D__SIZE_TYPE__=long\\ unsigned\\ int -D__PTRDIFF_TYPE__=long -D__INT_MAX__=127} \
%{!mint*:-D__SIZE_TYPE__=unsigned\\ int -D__PTRDIFF_TYPE__=int -D__INT_MAX__=32767} \
%{posix:-D_POSIX_SOURCE} %{mIAR:-D_IAR_ASSEMBLER_}"
@@ -3023,10 +3023,10 @@
%{mmcu=msp430x447:-m msp430x447 } \
%{mmcu=msp430x448:-m msp430x448 } \
%{mmcu=msp430x449:-m msp430x449 } \
-%{mmcu=msp430x4616:-m msp430x4616 } \
-%{mmcu=msp430x4617:-m msp430x4617 } \
-%{mmcu=msp430x4618:-m msp430x4618 } \
-%{mmcu=msp430x4619:-m msp430x4619 }"
+%{mmcu=msp430xG4616:-m msp430xG4616 } \
+%{mmcu=msp430xG4617:-m msp430xG4617 } \
+%{mmcu=msp430xG4618:-m msp430xG4618 } \
+%{mmcu=msp430xG4619:-m msp430xG4619 }"
/* A C string constant that tells the GNU CC driver program options to
pass to the linker. It can also specify how to translate options
@@ -3150,10 +3150,10 @@
%{mmcu=msp430x447:crt430x447.o%s} \
%{mmcu=msp430x448:crt430x448.o%s} \
%{mmcu=msp430x449:crt430x449.o%s} \
-%{mmcu=msp430x4616:crt430x4616.o%s} \
-%{mmcu=msp430x4617:crt430x4617.o%s} \
-%{mmcu=msp430x4618:crt430x4618.o%s} \
-%{mmcu=msp430x4619:crt430x4619.o%s}"
+%{mmcu=msp430xG4616:crt430xg4616.o%s} \
+%{mmcu=msp430xG4617:crt430xG4617.o%s} \
+%{mmcu=msp430xG4618:crt430xG4618.o%s} \
+%{mmcu=msp430xG4619:crt430xG4619.o%s}"
Index: t-msp430
===================================================================
RCS file: /cvsroot/mspgcc/gcc/gcc-3.3/gcc/config/msp430/t-msp430,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -w -d -r1.23 -r1.24
--- t-msp430 5 Apr 2006 12:08:21 -0000 1.23
+++ t-msp430 23 Apr 2006 16:23:04 -0000 1.24
@@ -91,8 +91,8 @@
mmcu?msp1=mmcu?msp430xG437 mmcu?msp1=mmcu?msp430xG438 mmcu?msp1=mmcu?msp430xG439 \
mmcu?msp1=mmcu?msp430x435 mmcu?msp1=mmcu?msp430x436 mmcu?msp1=mmcu?msp430x437 \
mmcu?msp2=mmcu?msp430x447 mmcu?msp2=mmcu?msp430x448 mmcu?msp2=mmcu?msp430x449 \
- mmcu?msp2=mmcu?msp430x4616 mmcu?msp2=mmcu?msp430x4617 mmcu?msp2=mmcu?msp430x4618 \
- mmcu?msp2=mmcu?msp430x4619
+ mmcu?msp2=mmcu?msp430xG4616 mmcu?msp2=mmcu?msp430xG4617 mmcu?msp2=mmcu?msp430xG4618 \
+ mmcu?msp2=mmcu?msp430xG4619
MULTILIB_EXCEPTIONS =
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642