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
commitf4de3e5027b8670bcf2a50ca5534ecde5ebf4d5b (patch)
treedbbad0345d293d4e2e8b261e216687c6788c9941
parentd32ace7224c2af310c1ab352793c3a38917a539b (diff)
downloadbinutils-redhat-f4de3e5027b8670bcf2a50ca5534ecde5ebf4d5b.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 f364afcf61..782e4d31fd 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>