X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=gcc%2FChangeLog;h=b5f5bb8b2290221b2cc53d5d5453f37e5b7b39ad;hp=54129c4ee3ff38e6185d818dc23f296f6678b71a;hb=553b5aa0472bbf1f13e891e96ef9672068b3140d;hpb=5f6526e1c1d8af5b373ddab9ed2a6ef200914ad6 diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 54129c4ee3f..b5f5bb8b229 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,44 @@ +2003-01-30 Richard Earnshaw + + * arm.c (arm_compute_initial_elimination_offset): If optimizing for + size, the link register is always saved if any other register is + saved. + +2003-01-30 Kazu Hirata + + * config/h8300/h8300-protos.h: Update the prototype for + compute_plussi_cc. + (cpp_reader): Declare before it is used. + * config/h8300/h8300.c (compute_plussi_cc): Change the return + type to int. + * config/h8300/h8300.md (monitor_prologue): Call abort() if we + see an unknown H8 variant. + +2003-01-30 Ralf Corsepius + + PR target/9316 + * config/rs6000/rtems.h: Add CPP_OS_DEFAULT_SPEC. + * config/rs6000/sysv4.h: Add CPP_OS_RTEMS_SPEC. + * config/rs6000/t-rtems: New file. multilib variants to match OS. + * config.gcc (powerpc-*-rtems*): Use rs6000/t-rtems instead of + rs6000/t-ppcgas so we get the desired multilibs. + +2003-01-30 Nick Clifton + + * config/arm/arm.c (arm_output_epilogue): Update stack pointer + when popping saved IP register off the stack. + +2003-01-30 Kazu Hirata + + * 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 * c-common.c (builtin_define_float_constants): Define @@ -40,27 +81,29 @@ 2003-01-29 Joel Sherrill + PR bootstrap/9296 * gthr-rtems.h: Define __GTHREAD_MUTEX_INIT. Apparently no code - depended on it being defined until now. This was tracked as PR9296. + depended on it being defined until now. -2003-01-13 Joel Sherrill +2003-01-29 Joel Sherrill + PR target/9295 * 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. + configuration is using. 2003-01-29 Joel Sherrill + PR bootstrap/9293 * 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 + PR bootstrap/9292 * config.gcc (hppa1.1-rtems): Did not include t-rtems nor enable RTEMS threads. * config/pa/rtems.h (LIB_SPEC): Use -N when linking. - This issue was tracked as PR9292. 2003-01-29 Nick Clifton