CVS: gcc/gcc-current/gcc/config/msp430 msp430.c,1.24,1.25 msp430.h,1.20,1.21 t-msp430,1.9,1.10

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-serv25556/gcc/gcc-current/gcc/config/msp430

Modified Files:
	msp430.c msp430.h t-msp430 
Log Message:
Addition of the following new devices
2101, 2111, 2121, 2131
423, 425, 427 (missed in last year's updates)
4250, 4260, 4270


Index: msp430.c
===================================================================
RCS file: /cvsroot/mspgcc/gcc/gcc-current/gcc/config/msp430/msp430.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -w -d -r1.24 -r1.25
--- msp430.c	8 Jul 2004 19:21:10 -0000	1.24
+++ msp430.c	17 Mar 2005 14:08:47 -0000	1.25
@@ -206,6 +206,11 @@
   {"msp430x1611", MSP430_ISA_16, 1},
   {"msp430x1612", MSP430_ISA_16, 1},
 
+  {"msp430x2101", MSP430_ISA_210, 0},
+  {"msp430x2111", MSP430_ISA_210, 0},
+  {"msp430x2121", MSP430_ISA_210, 0},
+  {"msp430x2131", MSP430_ISA_210, 0},
+
   {"msp430x311", MSP430_ISA_31, 0},
   {"msp430x312", MSP430_ISA_31, 0},
   {"msp430x313", MSP430_ISA_31, 0},
@@ -224,6 +229,14 @@
   {"msp430x415", MSP430_ISA_41, 0},
   {"msp430x417", MSP430_ISA_41, 0},
 
+  {"msp430x423", MSP430_ISA_42, 1},
+  {"msp430x425", MSP430_ISA_42, 1},
+  {"msp430x427", MSP430_ISA_42, 1},
+
+  {"msp430x4250", MSP430_ISA_42, 0},
+  {"msp430x4260", MSP430_ISA_42, 0},
+  {"msp430x4270", MSP430_ISA_42, 0},
+
   {"msp430xE423", MSP430_ISA_42, 1},
   {"msp430xE425", MSP430_ISA_42, 1},
   {"msp430xE427", MSP430_ISA_42, 1},

Index: msp430.h
===================================================================
RCS file: /cvsroot/mspgcc/gcc/gcc-current/gcc/config/msp430/msp430.h,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -w -d -r1.20 -r1.21
--- msp430.h	8 Jul 2004 19:21:10 -0000	1.20
+++ msp430.h	17 Mar 2005 14:08:47 -0000	1.21
@@ -732,6 +732,10 @@
   %{mmcu=msp430x1610:%(cpp_msp2) -D__MSP430_1610__} \
   %{mmcu=msp430x1611:%(cpp_msp2) -D__MSP430_1611__} \
   %{mmcu=msp430x1612:%(cpp_msp2) -D__MSP430_1612__} \
+  %{mmcu=msp430x2101:%(cpp_msp1) -D__MSP430_2101__} \
+  %{mmcu=msp430x2111:%(cpp_msp1) -D__MSP430_2111__} \
+  %{mmcu=msp430x2121:%(cpp_msp1) -D__MSP430_2121__} \
+  %{mmcu=msp430x2131:%(cpp_msp1) -D__MSP430_2131__} \
   %{mmcu=msp430x311:%(cpp_msp1) -D__MSP430_311__} \
   %{mmcu=msp430x312:%(cpp_msp1) -D__MSP430_312__} \
   %{mmcu=msp430x313:%(cpp_msp1) -D__MSP430_313__} \
@@ -745,6 +749,12 @@
   %{mmcu=msp430x413:%(cpp_msp1) -D__MSP430_413__} \
   %{mmcu=msp430x415:%(cpp_msp1) -D__MSP430_415__} \
   %{mmcu=msp430x417:%(cpp_msp1) -D__MSP430_417__} \
+  %{mmcu=msp430x423:%(cpp_msp2) -D__MSP430_423__} \
+  %{mmcu=msp430x425:%(cpp_msp2) -D__MSP430_425__} \
+  %{mmcu=msp430x427:%(cpp_msp2) -D__MSP430_427__} \
+  %{mmcu=msp430x4250:%(cpp_msp1) -D__MSP430_4250__} \
+  %{mmcu=msp430x4260:%(cpp_msp1) -D__MSP430_4260__} \
+  %{mmcu=msp430x4270:%(cpp_msp1) -D__MSP430_4270__} \
   %{mmcu=msp430xE423:%(cpp_msp2) -D__MSP430_E423__} \
   %{mmcu=msp430xE425:%(cpp_msp2) -D__MSP430_E425__} \
   %{mmcu=msp430xE427:%(cpp_msp2) -D__MSP430_E427__} \
@@ -806,6 +816,10 @@
   %{mmcu=msp430x1610:-m msp430x1610 } \
   %{mmcu=msp430x1611:-m msp430x1611 } \
   %{mmcu=msp430x1612:-m msp430x1612 } \
+  %{mmcu=msp430x2101:-m msp430x2101 } \
+  %{mmcu=msp430x2111:-m msp430x2111 } \
+  %{mmcu=msp430x2121:-m msp430x2121 } \
+  %{mmcu=msp430x2131:-m msp430x2131 } \
   %{mmcu=msp430x311:-m msp430x311 } \
   %{mmcu=msp430x312:-m msp430x312 } \
   %{mmcu=msp430x313:-m msp430x313 } \
@@ -819,6 +833,12 @@
   %{mmcu=msp430x413:-m msp430x413 } \
   %{mmcu=msp430x415:-m msp430x415 } \
   %{mmcu=msp430x417:-m msp430x417 } \
+  %{mmcu=msp430x423:-m msp430x423 } \
+  %{mmcu=msp430x425:-m msp430x425 } \
+  %{mmcu=msp430x427:-m msp430x427 } \
+  %{mmcu=msp430x4250:-m msp430x4250 } \
+  %{mmcu=msp430x4260:-m msp430x4260 } \
+  %{mmcu=msp430x4270:-m msp430x4270 } \
   %{mmcu=msp430xE423:-m msp430xE423 } \
   %{mmcu=msp430xE425:-m msp430xE425 } \
   %{mmcu=msp430xE427:-m msp430xE427 } \
@@ -875,6 +895,10 @@
   %{mmcu=msp430x1610:crt430x1610.o%s} \
   %{mmcu=msp430x1611:crt430x1611.o%s} \
   %{mmcu=msp430x1612:crt430x1612.o%s} \
+  %{mmcu=msp430x2101:crt430x2101.o%s} \
+  %{mmcu=msp430x2111:crt430x2111.o%s} \
+  %{mmcu=msp430x2121:crt430x2121.o%s} \
+  %{mmcu=msp430x2131:crt430x2131.o%s} \
   %{mmcu=msp430x311:crt430x311.o%s} \
   %{mmcu=msp430x312:crt430x312.o%s} \
   %{mmcu=msp430x313:crt430x313.o%s} \
@@ -888,6 +912,12 @@
   %{mmcu=msp430x413:crt430x413.o%s} \
   %{mmcu=msp430x415:crt430x415.o%s} \
   %{mmcu=msp430x417:crt430x417.o%s} \
+  %{mmcu=msp430x423:crt430x423.o%s} \
+  %{mmcu=msp430x425:crt430x425.o%s} \
+  %{mmcu=msp430x427:crt430x427.o%s} \
+  %{mmcu=msp430x4250:crt430x4250.o%s} \
+  %{mmcu=msp430x4260:crt430x4260.o%s} \
+  %{mmcu=msp430x4270:crt430x4270.o%s} \
   %{mmcu=msp430xE423:crt430xE423.o%s} \
   %{mmcu=msp430xE425:crt430xE425.o%s} \
   %{mmcu=msp430xE427:crt430xE427.o%s} \

Index: t-msp430
===================================================================
RCS file: /cvsroot/mspgcc/gcc/gcc-current/gcc/config/msp430/t-msp430,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -w -d -r1.9 -r1.10
--- t-msp430	8 Jul 2004 19:21:10 -0000	1.9
+++ t-msp430	17 Mar 2005 14:08:47 -0000	1.10
@@ -71,12 +71,16 @@
 	mmcu?msp1=mmcu?msp430x155  mmcu?msp1=mmcu?msp430x156  mmcu?msp1=mmcu?msp430x157 \
 	mmcu?msp2=mmcu?msp430x167  mmcu?msp2=mmcu?msp430x168  mmcu?msp2=mmcu?msp430x169 \
 	mmcu?msp2=mmcu?msp430x1610 mmcu?msp2=mmcu?msp430x1611 mmcu?msp2=mmcu?msp430x1612 \
+	mmcu?msp1=mmcu?msp430x2101 mmcu?msp1=mmcu?msp430x2111 mmcu?msp1=mmcu?msp430x2121 \
+	mmcu?msp1=mmcu?msp430x2131 \
 	mmcu?msp1=mmcu?msp430x311  mmcu?msp1=mmcu?msp430x312  mmcu?msp1=mmcu?msp430x313 \
         mmcu?msp1=mmcu?msp430x314  mmcu?msp1=mmcu?msp430x315 \
 	mmcu?msp1=mmcu?msp430x323  mmcu?msp1=mmcu?msp430x325 \
 	mmcu?msp2=mmcu?msp430x336  mmcu?msp2=mmcu?msp430x337 \
 	mmcu?msp1=mmcu?msp430x412  mmcu?msp1=mmcu?msp430x413 \
         mmcu?msp1=mmcu?msp430x415  mmcu?msp1=mmcu?msp430x417 \
+	mmcu?msp2=mmcu?msp430x423  mmcu?msp2=mmcu?msp430x425  mmcu?msp2=mmcu?msp430x427 \
+	mmcu?msp1=mmcu?msp430x4250 mmcu?msp1=mmcu?msp430x4260 mmcu?msp1=mmcu?msp430x4270 \
         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 \



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.