OSDN Git Service

* doc/install.texi (Specific): Remove information on old versions
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index 8ab81d7..a23c7c6 100644 (file)
@@ -1,3 +1,59 @@
+2003-11-19  Gerald Pfeifer  <gp@suse.de>
+
+       * doc/install.texi (Specific): Remove information on old versions
+       of glibc versus old versions of GCC.
+
+2003-11-19  Richard SAndiford  <rsandifo@redhat.com>
+
+       * emit-rtl.c (gen_lowpart): Don't force MEMs into a register unless
+       the register lowpart is a TRULY_NOOP_TRUNCATION.
+
+2003-11-19  Richard Henderson  <rth@redhat.com>
+
+       * config/i386/i386.c (print_reg): Handle QI and HI modes for
+       non Q regs.
+
+2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
+
+       * config/config.gcc (powerpc-*-darwin*): Add libgcc build
+       specification file.
+       * config/t-slibgcc-darwin: New file, libgcc build specification.
+       * config/t-darwin: Add libgcc2 flag -fPIC.
+       * config/rs6000/t-darwin: Multilib matches float.
+       * libgcc-darwin.ver: New file, contains libgcc symbols.
+
+2003-11-18  Nathanael Nerode  <neroden@gcc.gnu.org>
+
+       * config/ns32k/ns32k.h: Remove obsolete comment.
+
+2003-11-18  Roger Sayle  <roger@eyesopen.com>
+
+       PR middle-end/11821
+       * config/arm/arm.c (arm_rtx_costs_1): Improve estimate of the code
+       size for calls to libgcc's div & mod subroutines when using -Os.
+
+2003-11-18  Jan Hubicka  <jh@suse.cz>
+
+       * cgraph.c (change_decl_assembler_name): Avoid bogus warnings.
+
+2003-11-18  Marc Espie  <espie@openbsd.org>
+
+       * config/rs6000/sysv4.h: OpenBSD hooks.
+
+2003-11-18  Richard Henderson  <rth@redhat.com>
+
+       * expr.c (expand_expr): Don't look through constant arrays if
+       they don't bind locally.
+
+2003-11-17  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
+
+       * expr.c (convert_move): Use GET_MODE_PRECISION instead of bitsize
+       when seeing if truncation or extension.
+
+2003-11-17  Eric Christopher  <echristo@redhat.com>
+
+       * reload1.c (reload): Fix previous change.
+
 2003-11-17  Scott Snyder  <snyder@fnal.gov>
 
        PR debug/11325
@@ -15,7 +71,7 @@
        Remove prototype.
        * config/stormy16/stormy16.c (xstormy16_build_va_list): Rename
        to xstormy16_build_builtin_va_list and make static.
-        (TARGET_BUILD_BUILTIN_VA_LIST): Define.
+       (TARGET_BUILD_BUILTIN_VA_LIST): Define.
 
 2003-11-16  Kazu Hirata  <kazu@cs.umass.edu>
 
        autoconf, automake and perl requirements.  Document required
        gettext version.
 
-2003-11-14  Jason Merrill  <jason@redhat.com>
+<2003-11-14  Jason Merrill  <jason@redhat.com>
 
        * function.c (assign_parms): Use TREE_TYPE to determine the real
        type of the argument object.
        * config/frv/frv-protos.h: Update for C90.
        * config/frv/frv.h: Likewise.
        * config/frv/frvbegin.c: Likewise.
-       * config/frv/frv.c: Likewise. 
+       * config/frv/frv.c: Likewise.
        (frv_adjust_field_align): Delete unused variable.
 
 2003-11-14  Geoffrey Keating  <geoffk@apple.com>
 
 2003-11-14  Richard Earnshaw  <rearnsha@arm.com>
 
-       * arm.c (arm_emit_vector_const, arm_output_load_gr): Use ISO C 
+       * arm.c (arm_emit_vector_const, arm_output_load_gr): Use ISO C
        function definition syntax.
 
 2003-11-14  Eric Christopher  <echristo@redhat.com>