diff options
author | Neil Booth <neil@gcc.gnu.org> | 2002-08-11 15:49:11 +0000 |
---|---|---|
committer | Neil Booth <neil@gcc.gnu.org> | 2002-08-11 15:49:11 +0000 |
commit | 08767a6fcd3c063186b94690e279cad4ce10dcf3 (patch) | |
tree | f539474830a3d98a20c5e9a8e9075411295668ad | |
parent | db01f48085a6488285809611009d2aecede39ad3 (diff) | |
download | gcc-08767a6fcd3c063186b94690e279cad4ce10dcf3.zip gcc-08767a6fcd3c063186b94690e279cad4ce10dcf3.tar.gz gcc-08767a6fcd3c063186b94690e279cad4ce10dcf3.tar.bz2 |
* Forgotten commit.
From-SVN: r56205
-rw-r--r-- | gcc/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ff97998..b706687 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,15 @@ +2002-08-11 Neil Booth <neil@daikokuya.co.uk> + + * c-common.h (enum c_language_kind): Emphasize that clk_c is 0. + * c-opts.c (parse_option): Rename find_opt. + (set_std_c99): New function. + (COMMAND_LINE_OPTIONS): Handle -remap and -o. Remove OPT_std_bad. + (missing_arg): Remove OPT_std_bad. Handle -o. + (c_common_decode_option): Handle input and output file names, + -o and -remap. Clean up -std= handling. + * cppinit.c (COMMAND_LINE_OPTIONS): Remove OPT_o and OPT_remap. + (cpp_handle_option): Similarly. Don't handle filenames. + Sun Aug 11 14:43:17 CEST 2002 Jan Hubicka <jh@suse.cz> * i386.c (classify_argument): Fix computing of field's offsets. |