* mn10300.h (TARGET_SWITCHES): Add documentation.
authorJeffrey A Law <law@cygnus.com>
Thu, 18 Mar 1999 21:34:46 +0000 (21:34 +0000)
committerJeff Law <law@gcc.gnu.org>
Thu, 18 Mar 1999 21:34:46 +0000 (14:34 -0700)
From-SVN: r25844

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

index 59e7d22a1ff67bad80caa8f99d195dde778f2aa2..5a53ecd815c5a2750fdf3a4a4965c76f4cc1f953 100644 (file)
@@ -1,5 +1,6 @@
 Thu Mar 18 22:28:53 1999  Jeffrey A Law  (law@cygnus.com)
 
+       * mn10300.h (TARGET_SWITCHES): Add documentation.
        * h8300.h (TARGET_SWITCHES): Add documentation.
 
 Thu Mar 18 15:58:26 1999  Nick Clifton  <nickc@cygnus.com>
index 5eb2aef1c28c18fbc2bfd941fd7b4b10b1125570..04a19cf9d2c98a569f743cc21df638a6b4851548 100644 (file)
@@ -47,8 +47,8 @@ extern int target_flags;
 /* Generate code to work around mul/mulq bugs on the mn10300.  */
 #define TARGET_MULT_BUG                        (target_flags & 0x1)
 #define TARGET_SWITCHES  \
-  {{ "mult-bug",       0x1},   \
-   { "no-mult-bug",    -0x1},  \
+  {{ "mult-bug",       0x1,  "Work around hardware multiply bug"},     \
+   { "no-mult-bug",    -0x1, "Do not work around hardware multiply bug"},\
    { "", TARGET_DEFAULT}}
 
 #ifndef TARGET_DEFAULT