]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fixed incorrectly formatted entries.
authorJoel Sherrill <joel@gcc.gnu.org>
Thu, 30 Jan 2003 16:44:47 +0000 (16:44 +0000)
committerJoel Sherrill <joel@gcc.gnu.org>
Thu, 30 Jan 2003 16:44:47 +0000 (16:44 +0000)
From-SVN: r62144

gcc/ChangeLog

index ee67df950a37b49d1ad4c6fd0585f5218df51d7a..186ca64ee8e4636718b3ae4eb52e5b1530a556d0 100644 (file)
@@ -1,4 +1,4 @@
-2003-01-30     Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+2003-01-30  Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
 
        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 <joel@OARcorp.com>
+2003-01-29  Joel Sherrill  <joel@OARcorp.com>
 
+       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 <joel@OARcorp.com>
+2003-01-29  Joel Sherrill  <joel@OARcorp.com>
 
+       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 <joel@OARcorp.com>
+2003-01-29  Joel Sherrill  <joel@OARcorp.com>
 
+       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 <joel@OARcorp.com>
+2003-01-29  Joel Sherrill  <joel@OARcorp.com>
 
+       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  <ccorn@cs.tu-berlin.de>