summaryrefslogtreecommitdiff
path: root/lang/gccAda-3.4/patches/patch-bb
blob: 12503b3ca9152fdca986260740975e154178c9fe (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 18:32:04 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. */