summaryrefslogtreecommitdiffstats
path: root/scripts/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-03-11 12:40:35 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-03-11 12:40:35 +0000
commit69b742ee4367478eaf4114cad50a29b903815251 (patch)
treeebc558ffb9d827662100ae2ef753537a9f715c7e /scripts/ChangeLog
parentMerger from rtems-4-6-branch. (diff)
downloadrtems-69b742ee4367478eaf4114cad50a29b903815251.tar.bz2
Merger from rtems-4-6-branch.
Diffstat (limited to 'scripts/ChangeLog')
-rw-r--r--scripts/ChangeLog17
1 files changed, 10 insertions, 7 deletions
diff --git a/scripts/ChangeLog b/scripts/ChangeLog
index 0aa0804d2d..4a4fc1377a 100644
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,10 +1,13 @@
-2003-02-26 RTEMS
-
- * setup.def: Updated gdb revision to -2 so arm will build and
- to fix psim build problem on NetBSD.
- * gcc3newlib/gccnewlib.add: Ignore dependency on GNAT RPM since
- RedHat 7.3 doesn't have it available. Maybe later.
- * gdb/Makefile.am: Cleanup way the RPM_SPECS_DATA variable is built.
+2003-02-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * gcc3newlib/gccnewlib.add: Add %gcc_version, %newlib_version.
+ Apply %gcc_version, %newlib_version.
+ * gcc3newlib/target-c++.add: Apply %gcc_version, %newlib_version.
+ * gcc3newlib/target-g77.add: Apply %gcc_version, %newlib_version.
+ * gcc3newlib/target-gcc.add: Apply %gcc_version, %newlib_version.
+ * gcc3newlib/target-gcj.add: Apply %gcc_version, %newlib_version.
+ * gcc3newlib/target-gnat.add: Apply %gcc_version, %newlib_version.
+ * gcc3newlib/target-objc.add: Apply %gcc_version, %newlib_version.
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>