CVS: gcc/gcc-current/gcc/config/msp430 msp430.c,1.23,1.24 msp430.h,1.19,1.20 t-msp430,1.8,1.9
Steve Underwood <[email protected]>
| Newsgroups | gmane.comp.hardware.texas-instruments.msp430.gcc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/mspgcc/gcc/gcc-current/gcc/config/msp430
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2291/gcc/gcc-current/gcc/config/msp430
Modified Files:
msp430.c msp430.h t-msp430
Log Message:
Added FG43x support
Index: msp430.c
===================================================================
RCS file: /cvsroot/mspgcc/gcc/gcc-current/gcc/config/msp430/msp430.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -w -d -r1.23 -r1.24
--- msp430.c 19 Mar 2004 16:48:00 -0000 1.23
+++ msp430.c 8 Jul 2004 19:21:10 -0000 1.24
@@ -227,13 +227,19 @@
{"msp430xE423", MSP430_ISA_42, 1},
{"msp430xE425", MSP430_ISA_42, 1},
{"msp430xE427", MSP430_ISA_42, 1},
+
{"msp430xW423", MSP430_ISA_42, 0},
{"msp430xW425", MSP430_ISA_42, 0},
{"msp430xW427", MSP430_ISA_42, 0},
+ {"msp430xG437", MSP430_ISA_43, 0},
+ {"msp430xG438", MSP430_ISA_43, 0},
+ {"msp430xG439", MSP430_ISA_43, 0},
+
{"msp430x435", MSP430_ISA_43, 0},
{"msp430x436", MSP430_ISA_43, 0},
{"msp430x437", MSP430_ISA_43, 0},
+
{"msp430x447", MSP430_ISA_44, 1},
{"msp430x448", MSP430_ISA_44, 1},
{"msp430x449", MSP430_ISA_44, 1},
Index: msp430.h
===================================================================
RCS file: /cvsroot/mspgcc/gcc/gcc-current/gcc/config/msp430/msp430.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -w -d -r1.19 -r1.20
--- msp430.h 16 Mar 2004 19:23:15 -0000 1.19
+++ msp430.h 8 Jul 2004 19:21:10 -0000 1.20
@@ -751,6 +751,9 @@
%{mmcu=msp430xW423:%(cpp_msp1) -D__MSP430_W423__} \
%{mmcu=msp430xW425:%(cpp_msp1) -D__MSP430_W425__} \
%{mmcu=msp430xW427:%(cpp_msp1) -D__MSP430_W427__} \
+ %{mmcu=msp430xG437:%(cpp_msp1) -D__MSP430_G437__} \
+ %{mmcu=msp430xG438:%(cpp_msp1) -D__MSP430_G438__} \
+ %{mmcu=msp430xG439:%(cpp_msp1) -D__MSP430_G439__} \
%{mmcu=msp430x435:%(cpp_msp1) -D__MSP430_435__} \
%{mmcu=msp430x436:%(cpp_msp1) -D__MSP430_436__} \
%{mmcu=msp430x437:%(cpp_msp1) -D__MSP430_437__} \
@@ -822,6 +825,9 @@
%{mmcu=msp430xW423:-m msp430xW423 } \
%{mmcu=msp430xW425:-m msp430xW425 } \
%{mmcu=msp430xW427:-m msp430xW427 } \
+ %{mmcu=msp430xG437:-m msp430xG437 } \
+ %{mmcu=msp430xG438:-m msp430xG438 } \
+ %{mmcu=msp430xG439:-m msp430xG439 } \
%{mmcu=msp430x435:-m msp430x435 } \
%{mmcu=msp430x436:-m msp430x436 } \
%{mmcu=msp430x437:-m msp430x437 } \
@@ -888,6 +894,9 @@
%{mmcu=msp430xW423:crt430xW423.o%s} \
%{mmcu=msp430xW425:crt430xW425.o%s} \
%{mmcu=msp430xW427:crt430xW427.o%s} \
+ %{mmcu=msp430xG437:crt430xG437.o%s} \
+ %{mmcu=msp430xG438:crt430xG438.o%s} \
+ %{mmcu=msp430xG439:crt430xG439.o%s} \
%{mmcu=msp430x435:crt430x435.o%s} \
%{mmcu=msp430x436:crt430x436.o%s} \
%{mmcu=msp430x437:crt430x437.o%s} \
Index: t-msp430
===================================================================
RCS file: /cvsroot/mspgcc/gcc/gcc-current/gcc/config/msp430/t-msp430,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -w -d -r1.8 -r1.9
--- t-msp430 27 Feb 2004 14:57:32 -0000 1.8
+++ t-msp430 8 Jul 2004 19:21:10 -0000 1.9
@@ -79,6 +79,7 @@
mmcu?msp1=mmcu?msp430x415 mmcu?msp1=mmcu?msp430x417 \
mmcu?msp2=mmcu?msp430xE423 mmcu?msp2=mmcu?msp430xE425 mmcu?msp2=mmcu?msp430xE427 \
mmcu?msp1=mmcu?msp430xW423 mmcu?msp1=mmcu?msp430xW425 mmcu?msp1=mmcu?msp430xW427 \
+ 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
-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com