diff mbox

[libgcc] fp-bit.c: filter-out LIB2FUNCS_EXCLUDE

Message ID 5044CCFD.8020206@gjlay.de
State New
Headers show

Commit Message

Georg-Johann Lay Sept. 3, 2012, 3:30 p.m. UTC
Currently LIB2FUNCS_EXCLUDE is ignoref for the bits of libgcc*.a
that come from fp-bit.c, fixed by this patch.

Ok to install?

Johann

	* Makefile.in (FPBIT_FUNCS): filter-out LIB2FUNCS_EXCLUDE.
	(DPBIT_FUNCS): Ditto.
	(TPBIT_FUNCS): Ditto.

Comments

Ian Lance Taylor Sept. 4, 2012, 9:26 p.m. UTC | #1
On Mon, Sep 3, 2012 at 8:30 AM, Georg-Johann Lay <avr@gjlay.de> wrote:
>
>         * Makefile.in (FPBIT_FUNCS): filter-out LIB2FUNCS_EXCLUDE.
>         (DPBIT_FUNCS): Ditto.
>         (TPBIT_FUNCS): Ditto.

This is OK.

Thanks.

Ian
diff mbox

Patch

Index: libgcc/Makefile.in
===================================================================
--- libgcc/Makefile.in	(revision 190873)
+++ libgcc/Makefile.in	(working copy)
@@ -516,6 +516,10 @@  FPBIT_FUNCS := $(filter-out _sf_to_tf,$(
 DPBIT_FUNCS := $(filter-out _df_to_tf,$(DPBIT_FUNCS))
 endif
 
+FPBIT_FUNCS := $(filter-out $(LIB2FUNCS_EXCLUDE),$(FPBIT_FUNCS))
+DPBIT_FUNCS := $(filter-out $(LIB2FUNCS_EXCLUDE),$(DPBIT_FUNCS))
+TPBIT_FUNCS := $(filter-out $(LIB2FUNCS_EXCLUDE),$(TPBIT_FUNCS))
+
 fpbit-src := $(srcdir)/fp-bit.c
 
 # Build FPBIT.