This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


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

am33: document the -mam33 switch


I'm checking this in:

Index: gcc/ChangeLog
from  Nick Clifton  <nickc@cygnus.com>

	* mn10300.h (TARGET_SWITCHES): Document `-mam33'.

Index: gcc/config/mn10300/mn10300.h
===================================================================
RCS file: /cvs/gcc/egcs/gcc/config/mn10300/mn10300.h,v
retrieving revision 1.36
diff -u -r1.36 mn10300.h
--- gcc/config/mn10300/mn10300.h	2000/06/27 02:26:22	1.36
+++ gcc/config/mn10300/mn10300.h	2000/08/07 11:21:13
@@ -55,9 +55,9 @@
 #define TARGET_SWITCHES  \
   {{ "mult-bug",	0x1,  N_("Work around hardware multiply bug")},	\
    { "no-mult-bug", 	-0x1, N_("Do not work around hardware multiply bug")},\
-   { "am33", 		0x2,  0},	\
-   { "am33", 		-(0x1), 0},\
-   { "no-am33", 	-0x2, 0},	\
+   { "am33", 		0x2,  N_("Target the AM33 processor")},	\
+   { "am33", 		-(0x1), ""},\
+   { "no-am33", 	-0x2, ""},	\
    { "", TARGET_DEFAULT, NULL}}
 
 #ifndef TARGET_DEFAULT

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

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