This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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 v2 1/3] Remove unneeded declarations from math_private.h


On Wed, 29 Mar 2017 14:25:20 +0000
Joseph Myers <joseph@codesourcery.com> wrote:

> OK apart from the removal of the inline definition of __copysignl.  That 
> inline definition is still relevant in the absence of changing all calls 
> to __copysign* to call copysign* directly so the compiler can inline them 
> (and if changed to call copysign*, which I think would make sense, it 
> would be desirable to run build-many-glibcs.py tests to make sure this 
> doesn't introduce linknamespace issues).

Thanks.  Now committed without the removal of __copysignl (v3).


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