aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorNeil Booth <neil@gcc.gnu.org>2003-07-08 05:26:27 +0000
committerNeil Booth <neil@gcc.gnu.org>2003-07-08 05:26:27 +0000
commit979312a4bc839389baddb558af1e0f9099bc9b8c (patch)
tree5952457d08546f49a91eda6bc87ad9f20cc08d6b /gcc
parentcf03fd63cd7fd87c4afb7fa0bfedadad02347ede (diff)
downloadgcc-979312a4bc839389baddb558af1e0f9099bc9b8c.zip
gcc-979312a4bc839389baddb558af1e0f9099bc9b8c.tar.gz
gcc-979312a4bc839389baddb558af1e0f9099bc9b8c.tar.bz2
Forgotten commit
From-SVN: r69069
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 0d9300b..00d061c 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,18 @@
+2003-07-08 Neil Booth <neil@daikokuya.co.uk>
+
+ * Makefile.in: Update.
+ * c-opts.c (c_common_handle_option): opt_text now contains the '-'.
+ * c.opt: Update documentation.
+ * common.opt: Add some help text.
+ * opts.c: Include intl.h.
+ (wrap_help, print_help): New.
+ (find_opt, handle_option, common_handle_option): opt_text now
+ contains the '-'. Use print_help to output help.
+ * opts.h (struct cl_option): New member "help".
+ * opts.sh: Update to handle help text output and to prepend
+ options with '-'.
+ * toplev.c (display_help): Remove some help text.
+
2003-07-07 David Edelsohn <edelsohn@gnu.org>
Fariborz Jahanian <fjahanian@apple.com>