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.
This commit is contained in:
Jeff Johnston 2005-12-13 22:57:31 +00:00
parent 2c8fd40695
commit c8ba5c2205
5 changed files with 11 additions and 4 deletions

View File

@ -1,3 +1,10 @@
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.
2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
* configure.host: Replace ms1 arch with mt arch.

View File

@ -226,7 +226,7 @@
#define __IEEE_BIG_ENDIAN
#endif
#ifdef __ms1__
#ifdef __mt__
#define __IEEE_BIG_ENDIAN
#endif

View File

@ -200,7 +200,7 @@ _BEGIN_STD_C
#define _JBTYPE unsigned long
#endif
#ifdef __ms1__
#ifdef __mt__
#define _JBLEN 16
#endif

View File

@ -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)

View File

@ -1,4 +1,4 @@
# setjmp/longjmp for ms1.
# setjmp/longjmp for mt.
#
# The jmpbuf looks like this:
#