gcl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gcl-devel] coerce_to_pathname


From: Aurelien Chanudet
Subject: Re: [Gcl-devel] coerce_to_pathname
Date: Sat, 28 Feb 2004 23:01:49 +0100

> Please see if the changes just committed fixes things.

Fine now that the typoe (sLsting_char) is fixed.
I think the following #ifdef/#endif block got omitted during the last merge :

Index: sfaslbfd.c
===================================================================
RCS file: /cvsroot/gcl/gcl/o/sfaslbfd.c,v
retrieving revision 1.16
diff -u -r1.16 sfaslbfd.c
--- sfaslbfd.c  28 Feb 2004 20:16:21 -0000      1.16
+++ sfaslbfd.c  28 Feb 2004 21:54:11 -0000
@@ -317,6 +317,11 @@

   }

+  #if defined(DARWIN)
+  if (!bfd_mach_o_inject_fp_branch_islands (b, bi, q))
+    FEerror("Could not inject fp register preservation sutbs",0);
+  #endif
+
 #ifndef HAVE_ALLOCA
 #error Cannot use bfd relocations without alloca at present
 #endif

Thanks !





reply via email to

[Prev in Thread] Current Thread [Next in Thread]