diff options
| author | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-08-11 15:49:11 +0000 |
|---|---|---|
| committer | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-08-11 15:49:11 +0000 |
| commit | e9dc5b685019902abc813cbfa388fa4de1a30bd0 (patch) | |
| tree | f539474830a3d98a20c5e9a8e9075411295668ad | |
| parent | 804b782811fa76abd1e24c8c5d7894b21c043481 (diff) | |
| download | ppe42-gcc-e9dc5b685019902abc813cbfa388fa4de1a30bd0.tar.gz ppe42-gcc-e9dc5b685019902abc813cbfa388fa4de1a30bd0.zip | |
* Forgotten commit.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56205 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
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 <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. |

