diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2005-12-13 22:57:31 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2005-12-13 22:57:31 +0000 |
commit | c8ba5c2205d73bcfbe2c95f8180324cb9754bc7f (patch) | |
tree | d8b50b6d28a414834c715616b44eb2f8e8129e19 /newlib/libc/machine/mt | |
parent | 2c8fd4069587c530504cbc66e63371bed8ccb8d6 (diff) | |
download | cygnal-c8ba5c2205d73bcfbe2c95f8180324cb9754bc7f.tar.gz cygnal-c8ba5c2205d73bcfbe2c95f8180324cb9754bc7f.tar.bz2 cygnal-c8ba5c2205d73bcfbe2c95f8180324cb9754bc7f.zip |
2005-12-13 Nathan Sidwell <nathan@codesourcery.com>
* libc/include/machine/ieeefp.h (__mt__): Renamed from __ms1__.
* libc/include/machine/setjmp.h (__mt__): Likewise.
* libc/machine/mt/setjmp.S: Rename ms1 reference to mt.
* libc/machine/configure.in: Ditto.
Diffstat (limited to 'newlib/libc/machine/mt')
-rw-r--r-- | newlib/libc/machine/mt/configure.in | 2 | ||||
-rw-r--r-- | newlib/libc/machine/mt/setjmp.S | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/machine/mt/configure.in b/newlib/libc/machine/mt/configure.in index b64b97569..d6898f515 100644 --- a/newlib/libc/machine/mt/configure.in +++ b/newlib/libc/machine/mt/configure.in @@ -1,4 +1,4 @@ -dnl This is the newlib/libc/machine/ms1 configure.in file. +dnl This is the newlib/libc/machine/mt configure.in file. dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.5) diff --git a/newlib/libc/machine/mt/setjmp.S b/newlib/libc/machine/mt/setjmp.S index 1f95c6789..e93bd3313 100644 --- a/newlib/libc/machine/mt/setjmp.S +++ b/newlib/libc/machine/mt/setjmp.S @@ -1,4 +1,4 @@ -# setjmp/longjmp for ms1. +# setjmp/longjmp for mt. # # The jmpbuf looks like this: # |