aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Booth <neil@gcc.gnu.org>2000-12-07 08:03:07 +0000
committerNeil Booth <neil@gcc.gnu.org>2000-12-07 08:03:07 +0000
commit47e4bafaf1fb46a57bb700a0136610b8c5ffe2d6 (patch)
treedcaf23b189aefe30a691b210934303f4df0fe910
parentc907e684899b80f605c6f318ac47d825cefd5e04 (diff)
downloadgcc-47e4bafaf1fb46a57bb700a0136610b8c5ffe2d6.zip
gcc-47e4bafaf1fb46a57bb700a0136610b8c5ffe2d6.tar.gz
gcc-47e4bafaf1fb46a57bb700a0136610b8c5ffe2d6.tar.bz2
* Changelog: Forgotten commit.
From-SVN: r38107
-rw-r--r--gcc/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index cdd7558..fa722c6 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,14 @@
+2000-12-07 Neil Booth <neilb@earthling.net>
+
+ * 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 <jsm28@cam.ac.uk>
* c-common.c (warn_format_security): New variable.