This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: x86 Darwin an libgcc-math
- From: Paolo Bonzini <paolo dot bonzini at lu dot unisi dot ch>
- To: GCC Development <gcc at gcc dot gnu dot org>, ssen at opendarwin dot org
- Date: Wed, 01 Feb 2006 19:16:27 +0100
- Subject: Re: x86 Darwin an libgcc-math
- References: <94DFBF8D-C9AE-4427-A4B8-A1A069E266DA@opendarwin.org>
Is it intentional that these functions have global visibility and
interfere with functions declared and implemented by the system
libraries? If not, can they be compilied with hidden visibility?
Yes (I originally tried to "see what happens if we use the glibc
routines", then I shared the code with Richard who did the configury and
the back-end patches. glibc people do not try to make life easy for
people that use their code outside glibc, but I forgot to tell him about
this...).
Paolo