aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog1
-rw-r--r--gcc/config/i370/i370.h4
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