diff options
author | Nathan Sidwell <nathan@codesourcery.com> | 2005-12-12 10:54:49 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@gcc.gnu.org> | 2005-12-12 10:54:49 +0000 |
commit | 64f182bdf4ffaa01956e0dade4deb8836366b8eb (patch) | |
tree | 1f1bd597cd6e75f5f40be591df079514f45ed2cb /ChangeLog | |
parent | dcc8a60324e08cdd4b9524c9326eebf28be79ca7 (diff) | |
download | gcc-64f182bdf4ffaa01956e0dade4deb8836366b8eb.tar.gz |
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-- | 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. |