crtfastmath.c (FPRS_NS): Delete bogus little-endian handling.

2002-04-03  David S. Miller  <davem@redhat.com>

	* config/sparc/crtfastmath.c (FPRS_NS): Delete bogus little-endian
	handling.

From-SVN: r51840
This commit is contained in:
David S. Miller 2002-04-03 23:13:38 -08:00 committed by David S. Miller
parent a9bb75a7e0
commit b03ad99df1
2 changed files with 5 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2002-04-03 David S. Miller <davem@redhat.com>
* config/sparc/crtfastmath.c (FPRS_NS): Delete bogus little-endian
handling.
2002-04-03 John David Anglin <dave@hiauly1.hia.nrc.ca>
* pa-linux.h (INCOMING_RETURN_ADDR_RTX): Move.

View File

@ -32,11 +32,7 @@
* the executable file might be covered by the GNU General Public License.
*/
#if defined (__LITTLE_ENDIAN__) || defined(__LITTLE_ENDIAN_DATA__)
#define FPRS_NS (1 << 14) /* Non-Standard fpu results */
#else
#define FPRS_NS (1 << 22) /* Non-Standard fpu results */
#endif
static void __attribute__((constructor))
set_fast_math (void)