From owner-cvs-lib Fri Oct 6 00:05:54 1995 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA14651 for cvs-lib-outgoing; Fri, 6 Oct 1995 00:05:54 -0700 Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id AAA14646 ; Fri, 6 Oct 1995 00:05:43 -0700 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.6.12/8.6.9) id AAA05173; Fri, 6 Oct 1995 00:05:30 -0700 Date: Fri, 6 Oct 1995 00:05:30 -0700 Message-Id: <199510060705.AAA05173@silvia.HIP.Berkeley.EDU> To: nate@rocky.sri.MT.net CC: 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 In-reply-to: <199510051630.KAA07433@rocky.sri.MT.net> (message from Nate Williams on Thu, 5 Oct 1995 10:30:34 -0600) Subject: Re: cvs commit: src/lib/libc/i386/gen Makefile.inc divsi3.S fixdfsi.S fixunsdfsi.S udivsi3.S From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-cvs-lib@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)? Well that's fine for most programs, but some software (e.g., emacs) explicitly puts -lgcc in there, for whatever reason. 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? Satoshi