OSDN Git Service

* configure.in (arm*-*-eabi*): New target.
[pf3gnuchains/gcc-fork.git] / libcpp / ChangeLog
index 2cdd784..da14057 100644 (file)
@@ -1,3 +1,28 @@
+2004-08-09  Mark Mitchell  <mark@codesourcery.com>
+
+       * configure.ac (arm*-*-eabi*): New target.
+       (arm*-*-symbianelf*): Likewise.
+       * configure: Regenerated.
+
+2004-07-24  Bernardo Innocenti  <bernie@develer.com>
+
+       * internal.h (xnew, xcnew, xnewvec, xcnewvec, xobnew): Remove.
+       * directives.c: Use XNEW-family macros from libiberty.
+       * lex.c: Likewise.
+       * macro.c: Likewise.
+       * cpplib.h (cpp_deps_style): Export enum with name.
+
+2004-07-23  Matthias Klose  <doko@debian.org> 
+
+       init.c (init_library): Use PACKAGE for the text domain. 
+
+2004-07-16  Andris Pavenis  <pavenis@latnet.lv>
+
+       PR preprocessor/16366
+       * internal.h (struct cpp_reader): New field dir_hash.
+       * files.c (make_cpp_dir): Use dir_hash, not file_hash.
+       (_cpp_init_files, _cpp_cleanup_files): Update for new field.
+
 2004-07-04  Neil Booth  <neil@duron.akihabara.co.uk>
 
        PR preprocessor/16192