diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 0d9300b12d6bbcd06a0436c554a17cd53182c6b6..00d061c7c3e90002c4b3a00f071cfd1d56e8cfac 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>