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:
		| @@ -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> | 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com> | ||||||
|  |  | ||||||
| 	* configure.host: Replace ms1 arch with mt arch. | 	* configure.host: Replace ms1 arch with mt arch. | ||||||
|   | |||||||
| @@ -226,7 +226,7 @@ | |||||||
| #define __IEEE_BIG_ENDIAN | #define __IEEE_BIG_ENDIAN | ||||||
| #endif | #endif | ||||||
|  |  | ||||||
| #ifdef __ms1__ | #ifdef __mt__ | ||||||
| #define __IEEE_BIG_ENDIAN | #define __IEEE_BIG_ENDIAN | ||||||
| #endif | #endif | ||||||
|  |  | ||||||
|   | |||||||
| @@ -200,7 +200,7 @@ _BEGIN_STD_C | |||||||
| #define _JBTYPE unsigned long | #define _JBTYPE unsigned long | ||||||
| #endif | #endif | ||||||
|  |  | ||||||
| #ifdef __ms1__ | #ifdef __mt__ | ||||||
| #define _JBLEN 16 | #define _JBLEN 16 | ||||||
| #endif | #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. | dnl Process this file with autoconf to produce a configure script. | ||||||
|  |  | ||||||
| AC_PREREQ(2.5) | AC_PREREQ(2.5) | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| # setjmp/longjmp for ms1. | # setjmp/longjmp for mt. | ||||||
| #  | #  | ||||||
| # The jmpbuf looks like this: | # The jmpbuf looks like this: | ||||||
| #	 | #	 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user