OSDN Git Service

* clipper.h (TARGET_SWITCHES): Add documentation.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 18 Mar 1999 21:50:09 +0000 (21:50 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 18 Mar 1999 21:50:09 +0000 (21:50 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25847 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 5871a10..5b29d47 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 666e96d..52720c5 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