diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-03-22 00:08:26 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-03-22 00:08:26 +0000 |
commit | 1be9e1577d761de37119abeed8f0a0f28bb1efed (patch) | |
tree | 30201cc41e99105bde7f49693526b97bd40fe716 /gcc | |
parent | e5552317405adc71e04ab9b4d6b9dcdd15815b22 (diff) | |
download | gcc-1be9e1577d761de37119abeed8f0a0f28bb1efed.tar.gz |
�
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25892 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/1750a/1750a.h | 2 | ||||
-rw-r--r-- | gcc/config/clipper/clipper.h | 2 | ||||
-rw-r--r-- | gcc/config/elxsi/elxsi.h | 2 | ||||
-rw-r--r-- | gcc/config/i370/i370.h | 2 | ||||
-rw-r--r-- | gcc/config/i860/paragon.h | 2 | ||||
-rw-r--r-- | gcc/config/mn10300/mn10300.h | 2 | ||||
-rw-r--r-- | gcc/config/pa/pa.h | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/gcc/config/1750a/1750a.h b/gcc/config/1750a/1750a.h index a931536d1d5..185dd1e7562 100644 --- a/gcc/config/1750a/1750a.h +++ b/gcc/config/1750a/1750a.h @@ -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. */ diff --git a/gcc/config/clipper/clipper.h b/gcc/config/clipper/clipper.h index 52720c5a285..bd2e5a66fc4 100644 --- a/gcc/config/clipper/clipper.h +++ b/gcc/config/clipper/clipper.h @@ -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 diff --git a/gcc/config/elxsi/elxsi.h b/gcc/config/elxsi/elxsi.h index 484dfadf68a..4bacabdaba4 100644 --- a/gcc/config/elxsi/elxsi.h +++ b/gcc/config/elxsi/elxsi.h @@ -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. */ diff --git a/gcc/config/i370/i370.h b/gcc/config/i370/i370.h index b991008daa5..3c54acfd56e 100644 --- a/gcc/config/i370/i370.h +++ b/gcc/config/i370/i370.h @@ -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 diff --git a/gcc/config/i860/paragon.h b/gcc/config/i860/paragon.h index a7f4f93b24f..493b5abce76 100644 --- a/gcc/config/i860/paragon.h +++ b/gcc/config/i860/paragon.h @@ -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 diff --git a/gcc/config/mn10300/mn10300.h b/gcc/config/mn10300/mn10300.h index 04a19cf9d2c..3c2a6a7c37a 100644 --- a/gcc/config/mn10300/mn10300.h +++ b/gcc/config/mn10300/mn10300.h @@ -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 diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h index 3f956c61ed5..2a72fb50ac4 100644 --- a/gcc/config/pa/pa.h +++ b/gcc/config/pa/pa.h @@ -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) |