aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJoel Sherrill <joel@gcc.gnu.org>2003-01-30 16:54:57 +0000
committerJoel Sherrill <joel@gcc.gnu.org>2003-01-30 16:54:57 +0000
commit7429b411c170317ab86705d4c14b0f7c10a2943b (patch)
treed3da14941cdaf5378af67230ec5d4995b4807319 /gcc
parent5552b43ca5b26f94760cfb94f59cd6b5d60f1c7d (diff)
downloadgcc-7429b411c170317ab86705d4c14b0f7c10a2943b.zip
gcc-7429b411c170317ab86705d4c14b0f7c10a2943b.tar.gz
gcc-7429b411c170317ab86705d4c14b0f7c10a2943b.tar.bz2
Fixed incorrectly formatted entries.
From-SVN: r62146
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog12
1 files changed, 7 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 4e7b7e8..b5f5bb8 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -81,27 +81,29 @@
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-13 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>
+ 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>
+ 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 <nickc@redhat.com>