]> gcc.gnu.org Git - gcc.git/commitdiff
* mn10300.h (TARGET_SWITCHES): Document `-mam33'.
authorNick Clifton <nickc@cygnus.com>
Mon, 7 Aug 2000 11:35:06 +0000 (11:35 +0000)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Mon, 7 Aug 2000 11:35:06 +0000 (11:35 +0000)
From-SVN: r35552

gcc/ChangeLog
gcc/config/mn10300/mn10300.h

index 9bf7e3c55ee16b4e157c65e2f77e0f3b4683812e..53a66e1e12b96a0fbce6f6bb8073223ef3ec2504 100644 (file)
@@ -1,3 +1,7 @@
+2000-08-07  Nick Clifton  <nickc@cygnus.com>
+
+       * mn10300.h (TARGET_SWITCHES): Document `-mam33'.
+
 2000-08-07  Graham Stott  <grahams@cygnus.co.uk>
 
        * mn10300.md: Use nonimmediate_operand instead of general_operand
index 78c59028bdddeaccae1cafc53e4fb8b3cb267c25..c3912af9ab5320a100850d187c9576b50b2eb15d 100644 (file)
@@ -55,9 +55,9 @@ extern int target_flags;
 #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
This page took 0.073622 seconds and 5 git commands to generate.