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
commit3e64858da890dcbfcb3d8a0c4a07489f112bd055 (patch)
tree27a92ae983a1bad9cafb60ba58f62b4234443612
parentf7cfca26b7a026dccbbc8ea3c8ba4489c3878111 (diff)
downloadbinutils-gdb-3e64858da890dcbfcb3d8a0c4a07489f112bd055.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>