OSDN Git Service

PR target/19087
[pf3gnuchains/gcc-fork.git] / libcpp / ChangeLog
index f394081..ea5f1ff 100644 (file)
@@ -1,3 +1,21 @@
+2007-01-30  Tom Tromey  <tromey@redhat.com>
+
+       PR preprocessor/30468:
+       * mkdeps.c (apply_vpath): Strip successive '/'s if we stripped
+       './'.
+
+2007-01-30  Tom Tromey  <tromey@redhat.com>
+
+       PR preprocessor/29966:
+       * macro.c (lex_expansion_token): Save and restore cpp_reader's
+       cur_token.
+       (_cpp_create_definition): Don't restore cur_token here.
+       * lex.c (_cpp_lex_token): Added assertion.
+
+2007-01-27  Tom Tromey  <tromey@redhat.com>
+
+       * configure: Rebuilt.
+
 2007-01-12  Tom Tromey  <tromey@redhat.com>
 
        PR preprocessor/28227: