From: Neil Booth Date: Thu, 7 Dec 2000 08:03:07 +0000 (+0000) Subject: * Changelog: Forgotten commit. X-Git-Tag: prereleases/libstdc++-2.92~2391 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=47e4bafaf1fb46a57bb700a0136610b8c5ffe2d6;p=thirdparty%2Fgcc.git * Changelog: Forgotten commit. From-SVN: r38107 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cdd755854b67..fa722c646831 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,14 @@ +2000-12-07 Neil Booth + + * c-common.c (parse_in): Make a cpp_reader *. + * cppfiles.c (_cpp_fake_include): Remove. + * cpphash.h: Similarly. + * cpplib.c (do_line): Don't call _cpp_fake_include. A valid + #line always creates a callback; FC_RENAME if there are no + #line flags. + * fix-header.c (read_scan_file): cpp_push_buffer cannot fail. + The first EOF must be our get_char buffer. + 2000-12-07 Joseph S. Myers * c-common.c (warn_format_security): New variable.