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:
parent
2c8fd40695
commit
c8ba5c2205
|
@ -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.
|
||||
|
|
|
@ -226,7 +226,7 @@
|
|||
#define __IEEE_BIG_ENDIAN
|
||||
#endif
|
||||
|
||||
#ifdef __ms1__
|
||||
#ifdef __mt__
|
||||
#define __IEEE_BIG_ENDIAN
|
||||
#endif
|
||||
|
||||
|
|
|
@ -200,7 +200,7 @@ _BEGIN_STD_C
|
|||
#define _JBTYPE unsigned long
|
||||
#endif
|
||||
|
||||
#ifdef __ms1__
|
||||
#ifdef __mt__
|
||||
#define _JBLEN 16
|
||||
#endif
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# setjmp/longjmp for ms1.
|
||||
# setjmp/longjmp for mt.
|
||||
#
|
||||
# The jmpbuf looks like this:
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue