From: Joel Sherrill Date: Thu, 30 Jan 2003 16:44:47 +0000 (+0000) Subject: Fixed incorrectly formatted entries. X-Git-Tag: releases/gcc-3.2.2~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f786021f864200594629649209a063487bf6120;p=thirdparty%2Fgcc.git Fixed incorrectly formatted entries. From-SVN: r62144 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ee67df950a37..186ca64ee8e4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,4 +1,4 @@ -2003-01-30 Ralf Corsepius +2003-01-30 Ralf Corsepius PR target/9316 * config/rs6000/rtems.h: Add CPP_OS_DEFAULT_SPEC. @@ -7,29 +7,31 @@ * config.gcc (powerpc-*-rtems*): Use rs6000/t-rtems instead of rs6000/t-ppcgas so we get the desired multilibs. -2003-01-29 Joel Sherrill +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-29 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 +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 +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-28 Christian Cornelssen