Hi Dmitry,

The patch I submitted a few weeks ago to correct some things in binutils seems to have gone into the CVS at sources.redhat.com. However, it seems to have been slight mis-applied. Two lines are missing from the list of supported processors. The attached patch seems to fix this.

Regards,
Steve

--- binutils-030503.orig/gas/config/tc-msp430.c Sat May  3 12:02:22 2003
+++ binutils-030503/gas/config/tc-msp430.c      Sat May  3 12:02:34 2003
@@ -184,10 +184,12 @y@
             "  -mmcu=[msp430-name] select microcontroller type\n"
             "                  msp430x110  msp430x112\n"
             "                  msp430x1101 msp430x1111\n"
             "                  msp430x1121 msp430x1122 msp430x1132\n"
             "                  msp430x122  msp430x123\n"
+            "                  msp430x1222 msp430x1232\n"
+            "                  msp430x133  msp430x135\n"
             "                  msp430x1331 msp430x1351\n"
             "                  msp430x147  msp430x148  msp430x149\n"
             "                  msp430x155  msp430x156  msp430x157\n"
             "                  msp430x167  msp430x168  msp430x169\n"
             "                  msp430x311  msp430x312  msp430x313  msp430x314  
msp430x315\n"

Reply via email to