OSDN Git Service

* Makefile.in (FPBIT_FUNCS): Remove _df_to_usi.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 4 May 2000 23:21:48 +0000 (23:21 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 4 May 2000 23:21:48 +0000 (23:21 +0000)
        (DPBIT_FUNCS): Remove _sf_to_usi.
        (stmp-multilib): Pass LIB1ASMSRC to libgcc.mk.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33688 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/Makefile.in

index d2897d9..2a90789 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 12be175..c1eaee8 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