This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] middle-end: convert builtin finite -> MINUS/ORD


On Tue, 12 Jun 2007, Michael Matz wrote:

> Hi,
>
> On Tue, 12 Jun 2007, Kaveh R. GHAZI wrote:
>
> > BTW, the comment about libgcc_s.so not being linked against libm.so
> > seems to be out of date.
>
> % ldd /abuild/matz/trunk/inst/lib64/libgcc_s.so.1
>         libc.so.6 => /lib64/libc.so.6 (0x00002b8f116c8000)
>         /lib64/ld-linux-x86-64.so.2 (0x0000555555554000)

On solaris2.10, I get:

%ldd libgcc_s.so.1
warning: ldd: libgcc_s.so.1: is not executable
        libc.so.1 =>     /lib/libc.so.1
        libm.so.2 =>     /lib/libm.so.2
        /platform/SUNW,Sun-Fire-15000/lib/libc_psr.so.1

but now I see that's because libc is linked with libm!

%ldd /lib/libc.so.1
        libm.so.2 =>     /lib/libm.so.2
        /platform/SUNW,Sun-Fire-15000/lib/libc_psr.so.1

So never mind about libgcc_s.so being linked with libm, my mistake.

		--Kaveh
--
Kaveh R. Ghazi			ghazi@caip.rutgers.edu


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]