summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 1ec497a184c..8f321894d6e 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,13 @@
+2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
+
+ * config.gcc (ms1): Replace with ...
+ (mt): ... this.
+ * config/ms1: Rename to ...
+ * config/mt: ... here. Rename ms1 files to mt.
+ * config/mt/mt.c: Adjust gt-mt.h #include.
+ * config/mt/t-mt (LIB1ASMSRCS, LIB2FUNCS_EXTRA): Adjust.
+ (crti.o, crtn.o): Adjust file names.
+
2005-12-12 Gabriel Dos Reis <gdr@integrable-solutions.net>
* varray.h: Allow compilation with a C++ compiler.