13 lines
440 B
Text
13 lines
440 B
Text
$NetBSD: patch-bb,v 1.1.1.1 2004/06/29 18:01:25 shannonjr Exp $
|
|
|
|
--- gcc/ada/init.c.orig 2004-04-26 21:32:09.000000000 +0200
|
|
+++ gcc/ada/init.c 2004-04-26 21:33:31.000000000 +0200
|
|
@@ -1840,7 +1840,7 @@
|
|
void
|
|
__gnat_init_float (void)
|
|
{
|
|
-#if defined (__i386__) || defined (i386)
|
|
+#if defined (__i386__) || defined (i386) || defined(__x86_64__)
|
|
|
|
/* This is used to properly initialize the FPU on an x86 for each
|
|
process thread. */
|