diff options
author | Jeffrey A Law <law@cygnus.com> | 1999-03-18 21:57:42 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-03-18 14:57:42 -0700 |
commit | 8a6985128f8040b7bc02b241c8edfaaf41108aa8 (patch) | |
tree | 35a2e08eb3cec526ec09cd2f4aa563684b63ea0c | |
parent | 3f1558136ad68d85dbad6a519e7e844c2db5143d (diff) | |
download | gcc-8a6985128f8040b7bc02b241c8edfaaf41108aa8.zip gcc-8a6985128f8040b7bc02b241c8edfaaf41108aa8.tar.gz gcc-8a6985128f8040b7bc02b241c8edfaaf41108aa8.tar.bz2 |
* i370.h (TARGET_SWITCHES): Add documentation.
From-SVN: r25850
-rw-r--r-- | gcc/ChangeLog | 1 | ||||
-rw-r--r-- | gcc/config/i370/i370.h | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cc2c6f9..d367aca 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,6 @@ 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. diff --git a/gcc/config/i370/i370.h b/gcc/config/i370/i370.h index 22675eb..b991008d 100644 --- a/gcc/config/i370/i370.h +++ b/gcc/config/i370/i370.h @@ -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 |