re PR libf2c/4930 (Taking the log of a certain complex number hangs in run time library)
authorToon Moene <toon@moene.indiv.nluug.nl>
Fri, 23 Nov 2001 21:47:22 +0000 (22:47 +0100)
committerToon Moene <toon@gcc.gnu.org>
Fri, 23 Nov 2001 21:47:22 +0000 (21:47 +0000)
2001-11-23  Toon Moene  <toon@moene.indiv.nluug.nl>

PR libf2c/4930
* libF77/Makefile.in: Compile z_log.c with -ffloat-store.

From-SVN: r47294

libf2c/ChangeLog
libf2c/libF77/Makefile.in

index 66b6e5e67f4610f7146af99070845ccee401ee4a..9dfae017e22cc484c854efb9ecabff3d8fbb4bc0 100644 (file)
@@ -1,3 +1,8 @@
+2001-11-23  Toon Moene  <toon@moene.indiv.nluug.nl>
+
+       PR libf2c/4930
+       * libF77/Makefile.in: Compile z_log.c with -ffloat-store.
+
 2001-11-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
 
        * Makefile.in: Add MAKEOVERRIDES= to suppress exporting
index e853b05fd4c2fcd094ec6909f825315591e9191f..b2888f13445d845b071faf70dbee948b07ce2a11 100644 (file)
@@ -147,6 +147,7 @@ z_cos.lo: z_cos.c
 z_div.lo: z_div.c
 z_exp.lo: z_exp.c
 z_log.lo: z_log.c
+       @LIBTOOL@ --mode=compile $(CC) -c -DSkip_f2c_Undefs $(ALL_CFLAGS) -ffloat-store $<
 z_sin.lo: z_sin.c
 z_sqrt.lo: z_sqrt.c
 r_abs.lo: r_abs.c