summaryrefslogtreecommitdiff
path: root/lang/gcc-3.4/patches/patch-bb
blob: 4f1810202ab575f0d1f4a51db0603c37f53d1e5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-bb,v 1.1.1.1 2004/06/01 19:18:17 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. */