[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: show-portability output (was: Re: 'signbit' patch to use 'copysign'
From: |
Bruno Haible |
Subject: |
Re: show-portability output (was: Re: 'signbit' patch to use 'copysign' if available) |
Date: |
Wed, 11 Apr 2007 00:11:11 +0200 |
User-agent: |
KMail/1.5.4 |
Eric Blake wrote:
> > $ ./show-portability copysignf
> > libc macosx-10.3
> > libcygwin cygwin
> > libm cygwin
>
> The show-portability script output is a bit confusing for cygwin. Yes,
> the fuction copysignf is provided by linking with cygwin1.dll. But on the
> link line, there is no -lcygwin, just -lc
Thanks for the remark. I have updated the script at [1] to show libc instead
of libcygwin, so it's easier to understand.
> and -lm is an empty library since everything on cygwin belongs to -lc.
On some other systems as well, some functions occur both in libc and libm.
Yes, that happens. Do I have to filter this out in the output? That would
be distorting. Sometimes (think of pthread functions) the function in libc
is just a stub...
Bruno
[1] http://www.haible.de/bruno/gnu/various-symlists.tar.gz
- new module 'signbit', Bruno Haible, 2007/04/06
- 'signbit' patch to use 'copysign' if available, Paul Eggert, 2007/04/07
- Re: 'signbit' patch to use 'copysign' if available, Bruno Haible, 2007/04/07
- Re: 'signbit' patch to use 'copysign' if available, Paul Eggert, 2007/04/09
- Re: 'signbit' patch to use 'copysign' if available, Bruno Haible, 2007/04/10
- Re: unions and aliasing (was: Re: 'signbit' patch to use 'copysign' if available), Bruno Haible, 2007/04/10
- Re: unions and aliasing, Paul Eggert, 2007/04/11
Re: 'signbit' patch to use 'copysign' if available, Bruno Haible, 2007/04/10