Makefile.in (FPBIT_FUNCS): Remove _df_to_usi.
authorRichard Henderson <rth@cygnus.com>
Thu, 4 May 2000 23:21:48 +0000 (16:21 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Thu, 4 May 2000 23:21:48 +0000 (16:21 -0700)
        * Makefile.in (FPBIT_FUNCS): Remove _df_to_usi.
        (DPBIT_FUNCS): Remove _sf_to_usi.
        (stmp-multilib): Pass LIB1ASMSRC to libgcc.mk.

From-SVN: r33688

gcc/ChangeLog
gcc/Makefile.in

index d2897d90213073fb401b1907a1b2a958b6664ac6..2a90789f4ac9939d10825d6f1b24b3bd9497864c 100644 (file)
@@ -1,3 +1,15 @@
+2000-05-04  Richard Henderson  <rth@cygnus.com>
+
+       * Makefile.in (FPBIT_FUNCS): Remove _df_to_usi.
+       (DPBIT_FUNCS): Remove _sf_to_usi.
+       (stmp-multilib): Pass LIB1ASMSRC to libgcc.mk.
+
+       * ifcvt.c (noce_process_if_block): Fail if A or B modified
+       between condition and jump.
+
+       * libgcc2.c (near eh_context_specific): Comment #endif string.
+       * longlong.h: Don't use strings with embedded newlines.
+
 2000-05-04  Geoff Keating  <geoffk@cygnus.com>
 
        * config/rs6000/rs6000-protos.h: Add output_cbranch.
index 12be175f9c69531237d834b583c4dd3f14d739f9..c1eaee80c9d4ca6dc848835e8de09514efa4b0b5 100644 (file)
@@ -746,12 +746,12 @@ LIB2FUNCS_EH = _eh
 FPBIT_FUNCS = _pack_sf _unpack_sf _addsub_sf _mul_sf _div_sf \
     _fpcmp_parts_sf _compare_sf _eq_sf _ne_sf _gt_sf _ge_sf \
     _lt_sf _le_sf _unord_sf _si_to_sf _sf_to_si _negate_sf _make_sf \
-    _sf_to_df _thenan_sf _sf_to_usi _df_to_usi
+    _sf_to_df _thenan_sf _sf_to_usi
 
 DPBIT_FUNCS = _pack_df _unpack_df _addsub_df _mul_df _div_df \
     _fpcmp_parts_df _compare_df _eq_df _ne_df _gt_df _ge_df \
     _lt_df _le_df _unord_df _si_to_df _df_to_si _negate_df _make_df \
-    _df_to_sf _thenan_df _sf_to_usi _df_to_usi
+    _df_to_sf _thenan_df _df_to_usi
 
 # The files that "belong" in CONFIG_H are deliberately omitted
 # because having them there would not be useful in actual practice.
@@ -1015,6 +1015,7 @@ stmp-multilib: libgcc2.ready libgcc.mk
          LIBGCC2_CFLAGS="$(LIBGCC2_CFLAGS)" \
          INCLUDES="$(INCLUDES)" MAYBE_USE_COLLECT2="$(MAYBE_USE_COLLECT2)" \
          CONFIG_H="$(CONFIG_H)" MACHMODE_H="$(MACHMODE_H)" \
+         LIB1ASMSRC='$(LIB1ASMSRC)' \
          -f libgcc.mk all
        touch stmp-multilib