This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Question about PPC / libgcc.so / multilibs
- To: Alexandre Oliva <aoliva at redhat dot com>
- Subject: Re: Question about PPC / libgcc.so / multilibs
- From: David Edelsohn <dje at watson dot ibm dot com>
- Date: Tue, 20 Mar 2001 13:47:38 -0500
- cc: tromey at redhat dot com, GCC Hackers <gcc at gcc dot gnu dot org>
>>>>> Alexandre Oliva writes:
Alexandre> On Mar 20, 2001, Tom Tromey <tromey@redhat.com> wrote:
>> Adding `__fixunsdfsi' to libgcc-std.ver fixes the problem for me.
>> However I doubt that is the real solution. What is the real fix?
Alexandre> This is probably the right fix.
Yes, __fixunsdfsi is a libgcc2.c function which appears to have
been omitted from the libgcc2 list in libgcc-std.ver.
This should be fixed on both the trunk and gcc-3.0 branch.
David