summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2006-12-13 10:39:14 +0000
committerNathan Sidwell <nathan@codesourcery.com>2006-12-13 10:39:14 +0000
commit8e77fef83cdaa3ead87db023bee6e798c8f8bcb5 (patch)
treedbbad0345d293d4e2e8b261e216687c6788c9941
parent92ce51add8914f318d46e78bf448efb3a9eee08c (diff)
downloadgdb-8e77fef83cdaa3ead87db023bee6e798c8f8bcb5.tar.gz
libgloss/
* m68k/Makefile (install_cf): Don't loop over files here. Only install sources for the default multilib. (install_fido): Likewise. (install_io): Install bsps in one go.
-rw-r--r--ChangeLog.csl8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index f364afcf615..782e4d31fdf 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,3 +1,11 @@
+2006-12-13 Nathan Sidwell <nathan@codesourcery.com>
+
+ libgloss/
+ * m68k/Makefile (install_cf): Don't loop over files here. Only
+ install sources for the default multilib.
+ (install_fido): Likewise.
+ (install_io): Install bsps in one go.
+
2006-12-01 Nathan Sidwell <nathan@codesourcery.com>
Kazu Hirata <kazu@codesourcery.com>