OSDN Git Service

2003-02-21 Michael Koch <konqueror@gmx.de>
[pf3gnuchains/gcc-fork.git] / ChangeLog
index 884095a..d19b35c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,15 +1,46 @@
-2003-02-13  Michael Koch  <konqueror@gmx.de>
-
-       * java/net/NetPermission.java
-       (NetPermission): Make doucmentation match the method declaration.
-       * java/net/NetworkInterface.java
-       (equals): Reformated for GNU coding style.
-       * java/net/ServerSocket.java: Merged with classpath.
-       * java/net/Socket.java: Partly merged with classpath (Added some @since).
-       * java/net/SocketImpl.java
-       (localPort): Merged with classpath (initialize with -1).
-       * java/net/SocketPermission.java: Merged with classpath (reindented).
-       * java/net/URLDecoder.java: Merged with classpath (reindented).
+2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
+
+       * Makefile.tpl: Add definition of CPPFLAGS to pass into
+       configure-target-* as some target builds may require additional
+       flags for preprocessor tests.
+       * Makefile.in: Regenerated.
+
+2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
+
+       * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
+       * ltconfig: Handle it.
+       * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
+       auto-detecting it.
+
+       * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
+       it is used as argument to $CC.
+       * ltcf-gcj.sh: Likewise.
+
+       * configure.in: Introduce --enable-maintainer-mode.
+       * configure: Rebuilt.
+       * Makefile.tpl (Makefile.in, configure): Enable dependencies only
+       for maintainer mode.
+       * Makefile.in: Rebuilt.
+
+2003-02-18  Jason Merrill  <jason@redhat.com>
+
+       * Makefile.tpl (check-c++): Allow parallelism.
+
+2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
+
+       * MAINTAINERS: Remove John Carr (who never actually had access to
+       gcc.gnu.org).
+
+2003-02-15  Geoffrey Keating  <geoffk@apple.com>
+
+       * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
+       don't configure target-libobjc.
+       * configure: Regenerate.
+
+2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+       * Makefile.tpl (RANLIB): Define.
+       * Makefile.in: Regenerate.
 
 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>