Commit 880b8fb8 by Jeff Law

i860.h (TARGET_SWITCHES): Add documentation for default case.

�
	* 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
parent c5577f80
...@@ -36,7 +36,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -36,7 +36,7 @@ Boston, MA 02111-1307, USA. */
#define TARGET_SWITCHES \ #define TARGET_SWITCHES \
{ {"vaxc-alignment", 2, "Use VAX-C alignment"}, \ { {"vaxc-alignment", 2, "Use VAX-C alignment"}, \
{ "", TARGET_DEFAULT}} { "", TARGET_DEFAULT, NULL}}
/* Default target_flags if no switches specified. */ /* Default target_flags if no switches specified. */
......
...@@ -41,7 +41,7 @@ extern int target_flags; ...@@ -41,7 +41,7 @@ extern int target_flags;
#define TARGET_SWITCHES \ #define TARGET_SWITCHES \
{ { "c400", 1, "Generate code for the C400" }, \ { { "c400", 1, "Generate code for the C400" }, \
{ "c300", -1, "Generate code for the C300" }, \ { "c300", -1, "Generate code for the C300" }, \
{ "", TARGET_DEFAULT} } { "", TARGET_DEFAULT, NULL} }
#define TARGET_C400 1 #define TARGET_C400 1
#define TARGET_C300 0 #define TARGET_C300 0
......
...@@ -49,7 +49,7 @@ extern int target_flags; ...@@ -49,7 +49,7 @@ extern int target_flags;
#define TARGET_SWITCHES \ #define TARGET_SWITCHES \
{ {"unix", 1, "Generate code the unix assembler can handle"}, \ { {"unix", 1, "Generate code the unix assembler can handle"}, \
{"embos", -1, "Generate code an embedded assembler can handle"}, \ {"embos", -1, "Generate code an embedded assembler can handle"}, \
{ "", TARGET_DEFAULT}} { "", TARGET_DEFAULT, NULL}}
/* Default target_flags if no switches specified. */ /* Default target_flags if no switches specified. */
......
...@@ -76,7 +76,7 @@ extern int current_function_outgoing_args_size; ...@@ -76,7 +76,7 @@ extern int current_function_outgoing_args_size;
#define TARGET_SWITCHES \ #define TARGET_SWITCHES \
{ { "char-instructions", 1, "Generate char instructions"}, \ { { "char-instructions", 1, "Generate char instructions"}, \
{ "no-char-instructions", -1, "Do not 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 /* To use IBM supplied macro function prologue and epilogue, define the
following to 1. Should only be needed if IBM changes the definition following to 1. Should only be needed if IBM changes the definition
......
...@@ -33,7 +33,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -33,7 +33,7 @@ Boston, MA 02111-1307, USA. */
{"xr", -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"}, \ {"noieee", -1, "Do not generate code which uses the FPU"}, \
{"nx", 2, NULL}, \ {"nx", 2, NULL}, \
{ "", TARGET_DEFAULT}} { "", TARGET_DEFAULT, NULL}}
#undef TARGET_DEFAULT #undef TARGET_DEFAULT
#define TARGET_DEFAULT 1 #define TARGET_DEFAULT 1
......
...@@ -49,7 +49,7 @@ extern int target_flags; ...@@ -49,7 +49,7 @@ extern int target_flags;
#define TARGET_SWITCHES \ #define TARGET_SWITCHES \
{{ "mult-bug", 0x1, "Work around hardware multiply bug"}, \ {{ "mult-bug", 0x1, "Work around hardware multiply bug"}, \
{ "no-mult-bug", -0x1, "Do not work around hardware multiply bug"},\ { "no-mult-bug", -0x1, "Do not work around hardware multiply bug"},\
{ "", TARGET_DEFAULT}} { "", TARGET_DEFAULT, NULL}}
#ifndef TARGET_DEFAULT #ifndef TARGET_DEFAULT
#define TARGET_DEFAULT 0x1 #define TARGET_DEFAULT 0x1
......
...@@ -171,7 +171,7 @@ extern int target_flags; ...@@ -171,7 +171,7 @@ extern int target_flags;
{"big-switch", MASK_BIG_SWITCH, "Generate code for huge switch statements"}, \ {"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"}, \ {"no-big-switch", -MASK_BIG_SWITCH, "Do not generate code for huge switch statements"}, \
{"linker-opt", 0, "Enable linker optimizations"}, \ {"linker-opt", 0, "Enable linker optimizations"}, \
{ "", TARGET_DEFAULT | TARGET_CPU_DEFAULT}} { "", TARGET_DEFAULT | TARGET_CPU_DEFAULT, NULL}}
#ifndef TARGET_DEFAULT #ifndef TARGET_DEFAULT
#define TARGET_DEFAULT (MASK_GAS | MASK_JUMP_IN_DELAY) #define TARGET_DEFAULT (MASK_GAS | MASK_JUMP_IN_DELAY)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment