summaryrefslogtreecommitdiff
path: root/lang/gcc34/patches/patch-bb
blob: ff2ae261981705697942683153fb0ea797b503da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$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. */