summaryrefslogtreecommitdiffstats
path: root/scripts/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/ChangeLog')
-rw-r--r--scripts/ChangeLog15
1 files changed, 14 insertions, 1 deletions
diff --git a/scripts/ChangeLog b/scripts/ChangeLog
index 0c55d979b0..41876560be 100644
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,5 +1,18 @@
2003-01-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * gdb/gdb.add: Remove header, broken cdn-X configuration,
+ %clean, Replace @exe_ext@ with %{_exeext}.
+ * gdb/mkspec.in: Remove exe_ext.
+ * gdb/target-gdb.add: Replace @exe_ext@ with %{_exeext}.
+ * gdb/Makefile.am: Use $(top_builddir)/common/common.add,
+ $(top_builddir)/common/clean.add, header.add.
+ * gcc3newlib/base-gcj.add: Replace @exe_ext@ with %{_exeext}.
+ * cpukit/mkspec.in: Remove exe_ext.
+ * binutils/Makefile.am: Use $(top_builddir)/common/common.add,
+ $(top_builddir)/common/clean.add, header.add.
+
+2003-01-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* gcc3newlib/gccnewlib.add: Remove header, broken cdn-X configuration,
%clean, Replace @exe_ext@ with %{_exeext}.
* gcc3newlib/mkspec.in: Remove exe_ext.
@@ -9,7 +22,7 @@
* gcc3newlib/target-gcj.add: Replace @exe_ext@ with %{_exeext}.
* gcc3newlib/target-gnat.add: Replace @exe_ext@ with %{_exeext}.
* gcc3newlib/target-objc.add: Replace @exe_ext@ with %{_exeext}.
- + gcc3newlib/Makefile.am: Use $(top_builddir)/common/common.add,
+ * gcc3newlib/Makefile.am: Use $(top_builddir)/common/common.add,
$(top_builddir)/common/clean.add, header.add.
2003-01-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>