i860.h (TARGET_SWITCHES): Add documentation for default case.
authorJeff Law <law@gcc.gnu.org>
Mon, 22 Mar 1999 00:08:26 +0000 (17:08 -0700)
committerJeff Law <law@gcc.gnu.org>
Mon, 22 Mar 1999 00:08:26 +0000 (17:08 -0700)

* i860.h (TARGET_SWITCHES): Add documentation for default case.
* i860/paragon.h (TARGET_SWITCHES): Add documentation for default case.
* i370.h (TARGET_SWITCHES): Add documentation for default case.
* fx80.h (TARGET_SWITCHES): Add documentation for default case.
        * elxsi.h (TARGET_SWITCHES): Add documentation for default case.
* clipper.h (TARGET_SWITCHES): Add documentation for default case.
* 1750a.h (TARGET_SWITCHES): Add documentation for default case.
* pa.h (TARGET_SWITCHES): Add documentation for default case.
(TARGET_OPTIONS): Likewise for default case.
* mn10300.h (TARGET_SWITCHES): Add documen for default casetation.
* h8300.h (TARGET_SWITCHES): Add documentation for default case.

From-SVN: r25892

gcc/config/1750a/1750a.h
gcc/config/clipper/clipper.h
gcc/config/elxsi/elxsi.h
gcc/config/i370/i370.h
gcc/config/i860/paragon.h
gcc/config/mn10300/mn10300.h
gcc/config/pa/pa.h

index a931536d1d511c5529e30839fcd8b107c64e1272..185dd1e7562e6cdf74873ac119a60f1827f66c88 100644 (file)
@@ -36,7 +36,7 @@ Boston, MA 02111-1307, USA.  */
 
 #define TARGET_SWITCHES  \
   { {"vaxc-alignment", 2, "Use VAX-C alignment"}, \
-    { "", TARGET_DEFAULT}}
+    { "", TARGET_DEFAULT, NULL}}
 
 /* Default target_flags if no switches specified.  */
 
index 52720c5a2855ac6fc293a343e5176a4aed0ddfcb..bd2e5a66fc4f3e0b1c3924218a171a3878f4e95f 100644 (file)
@@ -41,7 +41,7 @@ extern int target_flags;
 #define TARGET_SWITCHES                \
   { { "c400", 1, "Generate code for the C400" },               \
     { "c300", -1, "Generate code for the C300" },              \
-    { "", TARGET_DEFAULT} }
+    { "", TARGET_DEFAULT, NULL} }
 
 #define TARGET_C400 1
 #define TARGET_C300 0
index 484dfadf68a5f8decd2207c97563695768fd317c..4bacabdaba4294a12b745361b30443847d948c52 100644 (file)
@@ -49,7 +49,7 @@ extern int target_flags;
 #define TARGET_SWITCHES  \
   { {"unix", 1, "Generate code the unix assembler can handle"},  \
     {"embos", -1, "Generate code an embedded assembler can handle"},  \
-    { "", TARGET_DEFAULT}}
+    { "", TARGET_DEFAULT, NULL}}
 
 /* Default target_flags if no switches specified.  */
 
index b991008daa5b9b1b430f2a32f66b56222099aa3a..3c54acfd56e5f00f0e83d3de8aa438d5359eb244 100644 (file)
@@ -76,7 +76,7 @@ extern int current_function_outgoing_args_size;
 #define TARGET_SWITCHES                                                        \
 { { "char-instructions", 1, "Generate char instructions"},             \
   { "no-char-instructions", -1, "Do not generate char instructions"},  \
-  { "", TARGET_DEFAULT} }
+  { "", TARGET_DEFAULT, NULL} }
 
 /* To use IBM supplied macro function prologue and epilogue, define the
    following to 1.  Should only be needed if IBM changes the definition
index a7f4f93b24fb25666e2932f7b55e19eb8e661d32..493b5abce768247d26ba3679aa171face44eee2a 100644 (file)
@@ -33,7 +33,7 @@ Boston, MA 02111-1307, USA.  */
     {"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}}
+    { "", TARGET_DEFAULT, NULL}}
  
 #undef TARGET_DEFAULT
 #define TARGET_DEFAULT 1
index 04a19cf9d2c98a569f743cc21df638a6b4851548..3c2a6a7c37ad871209c3664d0c4d4c4ccabd983b 100644 (file)
@@ -49,7 +49,7 @@ extern int target_flags;
 #define TARGET_SWITCHES  \
   {{ "mult-bug",       0x1,  "Work around hardware multiply bug"},     \
    { "no-mult-bug",    -0x1, "Do not work around hardware multiply bug"},\
-   { "", TARGET_DEFAULT}}
+   { "", TARGET_DEFAULT, NULL}}
 
 #ifndef TARGET_DEFAULT
 #define TARGET_DEFAULT 0x1
index 3f956c61ed5aa4b4f3e5f8206619a89f31f2002c..2a72fb50ac4b170e5624dd98fb6ef309826b3dc2 100644 (file)
@@ -171,7 +171,7 @@ extern int target_flags;
    {"big-switch", MASK_BIG_SWITCH, "Generate code for huge switch statements"},        \
    {"no-big-switch", -MASK_BIG_SWITCH, "Do not generate code for huge switch statements"},     \
    {"linker-opt", 0, "Enable linker optimizations"},           \
-   { "", TARGET_DEFAULT | TARGET_CPU_DEFAULT}}
+   { "", TARGET_DEFAULT | TARGET_CPU_DEFAULT, NULL}}
 
 #ifndef TARGET_DEFAULT
 #define TARGET_DEFAULT (MASK_GAS | MASK_JUMP_IN_DELAY)