aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2005-12-12 10:54:49 +0000
committerNathan Sidwell <nathan@gcc.gnu.org>2005-12-12 10:54:49 +0000
commit64f182bdf4ffaa01956e0dade4deb8836366b8eb (patch)
tree1f1bd597cd6e75f5f40be591df079514f45ed2cb /ChangeLog
parentdcc8a60324e08cdd4b9524c9326eebf28be79ca7 (diff)
downloadgcc-64f182bdf4ffaa01956e0dade4deb8836366b8eb.zip
gcc-64f182bdf4ffaa01956e0dade4deb8836366b8eb.tar.gz
gcc-64f182bdf4ffaa01956e0dade4deb8836366b8eb.tar.bz2
config.gcc (ms1): Replace with ...
* 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. * config.sub: Replace ms1 with mt. Allow ms1 as an alias. From-SVN: r108403
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 26940bd..6d759c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
+
+ * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
+
2005-12-06 Adam Nemet <anemet@caviumnetworks.com>
* MAINTAINERS: Change email address.