Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Oct 1995 01:55:02 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        davidg@Root.COM, phk@critter.tfs.com
Cc:        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
Message-ID:  <199510051555.BAA22685@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>> >  Removed:     lib/libc/i386/gen  divsi3.S fixdfsi.S fixunsdfsi.S udivsi3.S
>> >  Log:
>> >  remove GCC support functions from libc.
>> >  Should never have been here in the first place.
>> 
>>    Is this going to require a bump of the library major number?

>I don't think so.
>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?  Anyway, the library major number doesn't
need to be bumped because all of these functions have been inlined bt
gcc since gcc-2.4 or earlier.

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199510051555.BAA22685>