OSDN Git Service

(arm_output_epilogue): Update stack pointer when popping saved IP register
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index c222404..bc222aa 100644 (file)
@@ -1,16 +1,77 @@
-2003-01-13     Joel Sherrill <joel@OARcorp.com>
+2003-01-30  Nick Clifton  <nickc@redhat.com>
+
+       * config/arm/arm.c (arm_output_epilogue): Update stack pointer
+       when popping saved IP register off the stack.
+
+2003-01-30  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/rs6000/aix43.h: Fix comment typos.
+       * config/rs6000/aix51.h: Likewise.
+       * config/rs6000/aix52.h: Likewise.
+       * config/rs6000/altivec.h: Likewise.
+       * config/rs6000/rs6000.c: Likewise.
+       * config/rs6000/rs6000.h: Likewise.
+       * config/rs6000/rs6000.md: Likewise.
+       * config/rs6000/spe.md: Likewise.
+
+2003-01-29  Mark Mitchell  <mark@codesourcery.com>
+
+       * c-common.c (builtin_define_float_constants): Define
+       __<TYPE>_HAS_INFINITY__ and __<TYPE>_HAS_QUIET_NAN__.
+
+2003-01-30  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/sh/lib1funcs.asm: Fix comment typos.
+       * config/sh/linux.h: Likewise.
+       * config/sh/sh.c: Likewise.
+       * config/sh/sh.md: Likewise.
+
+2003-01-30  Loren James Rittle  <ljrittle@acm.org>
+
+       * objc/Make-lang.in (objc-parse.y): Find c-parse.in in $(srcdir).
+
+2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
+
+       * config/fp-bit.h (__make_dp): Declare if TMODES.
+
+2003-01-29  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/h8300/h8300.h (PREDICATE_CODES): Add entries for
+       general_operand_src and general_operand_dst.
+
+2003-01-29  David Edelsohn  <edelsohn@gnu.org>
+
+       * config/rs6000/rs6000.c (function_arg_pass_by_reference):
+       Return true for variable sized types.
+       (rs6000_va_arg): Handle variable sized types passed by reference
+       on non-SVR4 ABI.
+
+2003-01-29  Richard Earnshaw  <rearnsha@arm.com>
+
+       * arm.c (arm_legtimize_address): New function.
+       * arm-protos.h (arm_legtimize_address): Add prototype.
+       * arm.h (ARM_LEGITIMIZE_ADDRESS): Use arm_legitimize_address.
+       (LEGITIMIZE_ADDRESS, THUMB_LEGITIMIZE_ADDRESS): Wrap with
+       do ... while (0)
+
+2003-01-29  Joel Sherrill  <joel@OARcorp.com>
+
+       * gthr-rtems.h: Define __GTHREAD_MUTEX_INIT.  Apparently no code
+       depended on it being defined until now. This was tracked as PR9296.
+
+2003-01-13  Joel Sherrill  <joel@OARcorp.com>
 
        * config/mips/rtems.h: Predefine __USE_INIT_FINI__ so generic
        RTEMS code knows which C++ initialization style the toolset
        configuration is using. This was tracked as PR9295.
 
-2003-01-29     Joel Sherrill <joel@OARcorp.com>
+2003-01-29  Joel Sherrill  <joel@OARcorp.com>
 
        * config/m68k/t-crtstuff: Replace spaces with tabs, add 
         $(MULTILIB_CFLAGS) as compiler option and multilib crtbegin/end.o.
        This issue was tracked as PR9293.
 
-2003-01-29     Joel Sherrill <joel@OARcorp.com>
+2003-01-29  Joel Sherrill  <joel@OARcorp.com>
 
        * config.gcc (hppa1.1-rtems):  Did not include t-rtems nor enable
        RTEMS threads.
@@ -30,10 +91,6 @@ Wed Jan 29 10:26:12 CET 2003  Jan Hubicka  <jh@suse.cz>
 
        * i386.md (subdi3_carry_rex64): Fix typo.
 
-2003-01-28  Fariborz Jahanian  <fjahanian@apple.com>
-
-       * pt.c (last_pending_template) Declare GTY().
-
 2003-01-28  Stan Shebs  <shebs@apple.com>
 
        * coretypes.h (cpp_reader): Forward declare struct.
@@ -4320,7 +4377,7 @@ Thu Dec 19 23:44:09 2002  J"orn Rennecke <joern.rennecke@superh.com>
        * alloc-pool.c: New file.
        * alloc-pool.h: New file.
 
-2002-12-18  Loren James Rittle  <rittle@labs.mot.com>
+2002-12-18  Loren James Rittle  <ljrittle@acm.org>
 
        * gcc.c (validate_switches): Robustify against skipping past '\0'.