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

gcc/ChangeLog
gcc/config/fx80/fx80.h

index efc1d2ebb07d92eb9973d6d7f70e818a40f3e576..cc2c6f9416376946b6e507d79cdeb128701a02a9 100644 (file)
@@ -1,5 +1,6 @@
 Thu Mar 18 22:28:53 1999  Jeffrey A Law  (law@cygnus.com)
 
+       * fx80.h (TARGET_SWITCHES): Add documentation.
         * elxsi.h (TARGET_SWITCHES): Add documentation.
        * clipper.h (TARGET_SWITCHES): Add documentation.
        * 1750a.h (TARGET_SWITCHES): Add documentation.
index 651d13d0a69d501108eb96e14a7567b6acae3f30..98307e9c6187eeec7d30af953cf3bceeea71d281 100644 (file)
@@ -109,15 +109,15 @@ extern int target_flags;
    An empty string NAME is used to identify the default VALUE.  */
 
 #define TARGET_SWITCHES  \
-  { { "68020", 5},                             \
-    { "c68020", 5},                            \
-    { "bitfield", 4},                          \
-    { "68000", -7},                            \
-    { "c68000", -7},                           \
-    { "soft-float", -2},                       \
-    { "nobitfield", -4},                       \
-    { "short", 040},                           \
-    { "noshort", -040},                                \
+  { { "68020", 5, "Generate code for a mc68020"},              \
+    { "c68020", 5, "Generate code for a mc68020"},             \
+    { "bitfield", 4, "Use bitfield instructions"},             \
+    { "68000", -7, "Generate code for a mc68000"},             \
+    { "c68000", -7, "Generate code for a mc68000"},            \
+    { "soft-float", -2, "Generate software FP code"},          \
+    { "nobitfield", -4, "Do not generate bitfield insns"},     \
+    { "short", 040, "Use 16bit integers"},                     \
+    { "noshort", -040, "Use 32bit integers"},                  \
     { "", TARGET_DEFAULT}}
 \f
 /* target machine storage layout */