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] PowerPC: Fix for POWER7 sinf/cosf


On 05/31/2012 09:05 PM, Adhemerval Zanella wrote:
> On 05/31/2012 07:44 PM, Roland McGrath wrote:
>>> The point of hidden_proto is that you don't need to distinguish between
>>> the internal and external name.
>> That's not true.  The point of hidden_proto is to avoid a PLT.  That
>> incidentally means that which name you use doesn't really matter for the
>> shared libraries.  In the static libraries, there is still the name space
>> concern to worry about.  So, if this is a C89 function calling a function
>> that is not in C89, then you need to use the __ name.
>>
>>
>> Thanks,
>> Roland
>>
> Ok, I'll add <fenv.h> and replace feraiseexcept by __feraiseexcept to commit.
> Thanks for the feedback.
>
>
Pushed upstream as git commit 73a68f94d650ac485db6b95242e1cb6591b193d3

-- 
Adhemerval Zanella Netto
  Software Engineer
  Linux Technology Center Brazil
  Toolchain / GLIBC on Power Architecture
  azanella@linux.vnet.ibm.com / azanella@br.ibm.com
  +55 61 8642-9890


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