i860.h (TARGET_SWITCHES): Add documentation.
authorJeffrey A Law <law@cygnus.com>
Thu, 18 Mar 1999 22:05:14 +0000 (22:05 +0000)
committerJeff Law <law@gcc.gnu.org>
Thu, 18 Mar 1999 22:05:14 +0000 (15:05 -0700)
        * i860.h (TARGET_SWITCHES): Add documentation.
        * i860/paragon.h (TARGET_SWITCHES): Add documentation.

From-SVN: r25853

gcc/ChangeLog
gcc/config/i860/i860.h
gcc/config/i860/paragon.h

index 002ba57e5962f674c937c7fd58105257644e0b2f..052c5a5fecd75bf6ed9514d7ef11e3aea85929c5 100644 (file)
@@ -8,6 +8,8 @@ Fri Mar 19 02:45:12 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
 Thu Mar 18 22:28:53 1999  Jeffrey A Law  (law@cygnus.com)
 
+       * i860.h (TARGET_SWITCHES): Add documentation.
+       * i860/paragon.h (TARGET_SWITCHES): Add documentation.
        * i370.h (TARGET_SWITCHES): Add documentation.
        * fx80.h (TARGET_SWITCHES): Add documentation.
         * elxsi.h (TARGET_SWITCHES): Add documentation.
index d6b29110eea2e65d9a606c09c58f12c16226de71..4d3d2b5de019b278a61af6338eba28efad31e519 100644 (file)
@@ -52,9 +52,9 @@ extern int target_flags;
    An empty string NAME is used to identify the default VALUE.  */
 
 #define TARGET_SWITCHES  \
-  { {"xp", 1},                 \
-    {"noxp", -1},              \
-    {"xr", -1},                        \
+  { {"xp", 1, "Generate code which uses the FPU"},                     \
+    {"noxp", -1, "Do not generate code which uses the FPU"},           \
+    {"xr", -1, "Do not generate code which uses the FPU"},             \
     { "", TARGET_DEFAULT}}
 
 #define TARGET_DEFAULT 0
index c6bfbba09e9739843d81874c06ad666cec4318ee..a7f4f93b24fb25666e2932f7b55e19eb8e661d32 100644 (file)
@@ -28,11 +28,11 @@ Boston, MA 02111-1307, USA.  */
 
 #undef TARGET_SWITCHES
 #define TARGET_SWITCHES  \
-  { {"xp", 1},                  \
-    {"noxp", -1},               \
-    {"xr", -1},                 \
-    {"noieee", -1},            \
-    {"nx", 2},                  \
+  { {"xp", 1, "Generate code which uses the FPU"},              \
+    {"noxp", -1, "Do not generate code which uses the FPU"},    \
+    {"xr", -1, "Do not generate code which uses the FPU"},      \
+    {"noieee", -1, "Do not generate code which uses the FPU"}, \
+    {"nx", 2, NULL},                  \
     { "", TARGET_DEFAULT}}
  
 #undef TARGET_DEFAULT