diff options
| author | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-07-08 05:26:27 +0000 |
|---|---|---|
| committer | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-07-08 05:26:27 +0000 |
| commit | 83c0f6110a97b9ee83581ed50685fc0167f3fb7f (patch) | |
| tree | 5952457d08546f49a91eda6bc87ad9f20cc08d6b | |
| parent | 53b8e5c1608b8311cb12839a51a6c8fcf24fb4b7 (diff) | |
| download | ppe42-gcc-83c0f6110a97b9ee83581ed50685fc0167f3fb7f.tar.gz ppe42-gcc-83c0f6110a97b9ee83581ed50685fc0167f3fb7f.zip | |
Forgotten commit
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69069 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
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 <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> |

