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

gcc/ChangeLog
gcc/config/clipper/clipper.h

index 5871a1069aa43c8973f1594a57d0bab31a60cbf8..5b29d4728ffdb647c8c3901c906e19776b334aea 100644 (file)
@@ -1,5 +1,6 @@
 Thu Mar 18 22:28:53 1999  Jeffrey A Law  (law@cygnus.com)
 
+       * clipper.h (TARGET_SWITCHES): Add documentation.
        * 1750a.h (TARGET_SWITCHES): Add documentation.
        * pa.h (TARGET_SWITCHES): Add documentation.
        (TARGET_OPTIONS): Likewise.
index 666e96d1061714372b2d2f5db86c71b96053c63a..52720c5a2855ac6fc293a343e5176a4aed0ddfcb 100644 (file)
@@ -39,8 +39,8 @@ extern int target_flags;
    An empty string NAME is used to identify the default VALUE.  */
 
 #define TARGET_SWITCHES                \
-  { { "c400", 1 },             \
-    { "c300", -1 },            \
+  { { "c400", 1, "Generate code for the C400" },               \
+    { "c300", -1, "Generate code for the C300" },              \
     { "", TARGET_DEFAULT} }
 
 #define TARGET_C400 1