From 979312a4bc839389baddb558af1e0f9099bc9b8c Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Tue, 8 Jul 2003 05:26:27 +0000 Subject: [PATCH] Forgotten commit From-SVN: r69069 --- gcc/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0d9300b12d6..00d061c7c3e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,18 @@ +2003-07-08 Neil Booth + + * 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 Fariborz Jahanian -- 2.30.2