This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] msp430. add missing lines to known cpus list.


Fellows,
the patch below adds two missing lines to known mcus list.
Cheers,
Dmitry.


2003-05-05  Dmitry Diky  <diwil@mail.ru>
	* tc-msp430.c: Add missing lines to known cpus list.


Index: gas/config/tc-msp430.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-msp430.c,v
retrieving revision 1.3
diff -c -3 -p -r1.3 tc-msp430.c
*** gas/config/tc-msp430.c      4 Mar 2003 16:34:40 -0000       1.3
--- gas/config/tc-msp430.c      4 May 2003 09:26:35 -0000
*************** md_show_usage (stream)
*** 186,191 ****
--- 186,193 ----
             "                  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"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]