From owner-freebsd-commit Fri Oct 6 06:52:54 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA28424 for freebsd-commit-outgoing; Fri, 6 Oct 1995 06:52:54 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA28410 for cvs-all-outgoing; Fri, 6 Oct 1995 06:52:51 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA28400 for cvs-lib-outgoing; Fri, 6 Oct 1995 06:52:49 -0700 Received: from rocky.sri.MT.net (sri.MT.net [204.94.231.129]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id GAA28395 ; Fri, 6 Oct 1995 06:52:37 -0700 Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id HAA05315; Fri, 6 Oct 1995 07:53:23 -0600 Date: Fri, 6 Oct 1995 07:53:23 -0600 From: Nate Williams Message-Id: <199510061353.HAA05315@rocky.sri.MT.net> To: asami@cs.berkeley.edu (Satoshi Asami) Cc: nate@rocky.sri.MT.net, bde@zeta.org.au, davidg@Root.COM, phk@critter.tfs.com, CVS-commiters@freefall.freebsd.org, cvs-lib@freefall.freebsd.org, phk@freefall.freebsd.org Subject: Re: cvs commit: src/lib/libc/i386/gen Makefile.inc divsi3.S fixdfsi.S fixunsdfsi.S udivsi3.S In-Reply-To: <199510060705.AAA05173@silvia.HIP.Berkeley.EDU> References: <199510051630.KAA07433@rocky.sri.MT.net> <199510060705.AAA05173@silvia.HIP.Berkeley.EDU> Sender: owner-commit@FreeBSD.org Precedence: bulk > * > >The divsi3 stuff is inlined by gcc, and the fixdfsi stuff is in libgcc > * > > * > Isn't there still a problem with functions from shared libs being linked > * > to before static libraries? > * > * Yes. But it's actually being worked on. :) > > You mean by gcc inserting a -Bstatic and -Bdynamic around -lgcc (or > something like that)? Nope. The underlying problem is being worked on. > Why are we still shipping libgcc.so.261.0 with the bindist anyway? > Now that "make world" doesn't make it, shouldn't that be part of > compat205dist? Yep. Nate