Commit 8a698512 by Jeffrey A Law Committed by Jeff Law

* i370.h (TARGET_SWITCHES): Add documentation.

From-SVN: r25850
parent 3f155813
Thu Mar 18 22:28:53 1999 Jeffrey A Law (law@cygnus.com)
* i370.h (TARGET_SWITCHES): Add documentation.
* fx80.h (TARGET_SWITCHES): Add documentation.
* elxsi.h (TARGET_SWITCHES): Add documentation.
* clipper.h (TARGET_SWITCHES): Add documentation.
......
......@@ -74,8 +74,8 @@ extern int current_function_outgoing_args_size;
An empty string NAME is used to identify the default VALUE. */
#define TARGET_SWITCHES \
{ { "char-instructions", 1}, \
{ "no-char-instructions", -1}, \
{ { "char-instructions", 1, "Generate char instructions"}, \
{ "no-char-instructions", -1, "Do not generate char instructions"}, \
{ "", TARGET_DEFAULT} }
/* To use IBM supplied macro function prologue and epilogue, define the
......
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