From: Neil Booth Date: Sun, 11 Aug 2002 15:49:11 +0000 (+0000) Subject: * Forgotten commit. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=08767a6fcd3c063186b94690e279cad4ce10dcf3;p=gcc.git * Forgotten commit. From-SVN: r56205 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ff97998112a..b70668754f0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,15 @@ +2002-08-11 Neil Booth + + * 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 * i386.c (classify_argument): Fix computing of field's offsets.