diff options
author | nathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-12-12 10:54:49 +0000 |
---|---|---|
committer | nathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-12-12 10:54:49 +0000 |
commit | 8a4c0c5f93f4308db753e4720ebaf2ddc6c91c28 (patch) | |
tree | 1f1bd597cd6e75f5f40be591df079514f45ed2cb /ChangeLog | |
parent | 3d616cd3ad79881d50f5518223c5ea55caaec3b5 (diff) | |
download | gcc-8a4c0c5f93f4308db753e4720ebaf2ddc6c91c28.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108403 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 26940bd79ad..6d759c2980a 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. |