From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8272 invoked by alias); 19 May 2006 08:06:36 -0000 Received: (qmail 8103 invoked by alias); 19 May 2006 08:05:56 -0000 Date: Fri, 19 May 2006 08:06:00 -0000 Message-ID: <20060519080556.8102.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/22209] [4.1 regression] libgfortran unresolvable symbols on irix6.5 In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "rsandifo at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-05/txt/msg01894.txt.bz2 List-Id: ------- Comment #14 from rsandifo at gcc dot gnu dot org 2006-05-19 08:05 ------- Subject: Bug 22209 Author: rsandifo Date: Fri May 19 08:05:39 2006 New Revision: 113903 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113903 Log: * libgcc2.c (MIN_UNITS_PER_WORD): Move default definition from libgcc2.h. (LIBGCC2_UNITS_PER_WORD): Provide default definition, using old MIN_UNITS_PER_WORD logic from libgcc2.h. Do nothing if LIBGCC2_UNITS_PER_WORD > MIN_UNITS_PER_WORD. * libgcc2.h (MIN_UNITS_PER_WORD): Remove definition from here. Use LIBGCC2_UNITS_PER_WORD rather than MIN_UNITS_PER_WORD to determine the size of Wtype, etc. * mklibgcc.in (LIB2_SIDITI_CONV_FUNCS): New argument. (swfloatfuncs): New variable. (dwfloatfuncs): Likewise. (lib2funcs): Remove floating-point conversion functions from initial assignment. Use LIB2_SIDITI_CONV_FUNCS to determine the set of conversion routines needed. Allow entries to specify an object name, filename and word size. Update users accordingly. * Makefile.in (libgcc.mk): Pass LIB2_SIDITI_CONV_FUNCS. * config/mips/t-mips (LIB2_SIDITI_CONV_FUNCS): Define. Revert: 2006-02-08 Roger Sayle PR target/22209 * config/fixtfdi.c: New libgcc source file. * config/fixunstfdi.c: New source file. * config/floatditf.c: New source file. * config/floatunditf.c: New souce file. * config/mips/t-iris6 (LIB2FUNCS_EXTRA): Include the new source files above instead of config/mips/_tilib.c. * config/mips/t-linux64 (LIB2FUNCS_EXTRA): Likewise. Removed: trunk/gcc/config/fixtfdi.c trunk/gcc/config/fixunstfdi.c trunk/gcc/config/floatditf.c trunk/gcc/config/floatunditf.c Modified: trunk/gcc/ChangeLog trunk/gcc/Makefile.in trunk/gcc/config/mips/t-iris6 trunk/gcc/config/mips/t-linux64 trunk/gcc/config/mips/t-mips trunk/gcc/libgcc2.c trunk/gcc/libgcc2.h trunk/gcc/mklibgcc.in -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22209