OSDN Git Service

Fix date in last log entry
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index 5d8f291..392f0f5 100644 (file)
@@ -1,3 +1,50 @@
+2003-03-12  Daniel Jacobowitz  <drow@mvista.com>
+
+       Fix PR target/9797 and PR c/9853.
+       * stmt.c (expand_decl_init): Call push_temp_slots () and
+       pop_temp_slots ().
+
+Wed Mar 12 16:30:25 2003  J"orn Rennecke <joern.rennecke@superh.com>
+
+       * sh.c: Include basic-block.h.
+       (sh_output_mi_thunk, emit_load_ptr): New functions.
+       (TARGET_ASM_OUTPUT_MI_THUNK, TARGET_ASM_CAN_OUTPUT_MI_THUNK): Redefine.
+
+2003-03-12  Nick Clifton  <nickc@redhat.com>
+
+       * config/arm/pe.h (FIXED_REGISTERS): Add Maverick registers.
+       (CALL_USED_REGISTERS): Likewise.
+       * config/arm/arm.h (FIRST_PSEUDO_REGISTER): Update comment
+       describing how this value is calculated.
+
+2003-03-12  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * configure.in (rlim_t): Define to long if no valid definition
+       found in sys/resource.h.
+       * config.in, configure: Regenerate.
+
+2003-03-12  Neil Booth  <neil@daikokuya.co.uk>
+
+       * config/mcore/mcore-elf.h (CPP_PREDEFINES): Replace with
+       TARGET_OS_CPP_BUILTINS.
+       * config/mcore/mcore-pe.h: Similarly.
+       * config/mcore/mcore.h: Replace CPP_PREDEFINES and part of
+       CPP_SPEC with TARGET_CPU_CPP_BUILTINS.
+
+2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+       PR c/9928
+       * c-decl.c (duplicate_decls): Discard the initializer of the new decl
+       only if it is a VAR_DECL.
+
+2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+       PR optimization/9888
+       * config/i386/i386.md (jcc_1): Fix range.
+       (jcc_2): Likewise.
+       (jump): LIkewise.
+       (doloop_end_internal): Likewise.
+
 2003-03-12  Danny Smith  <dannysmith@users.sourceforge.net>
  
        * config/i386/winnt.c (DLL_IMPORT_PREFIX): New define.