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: [RFC 2/2] Update prototype of IFUNC resolver for MIPS


On Thu, 3 Sep 2015, Faraz Shahbazker wrote:

> Comments are invited on the prototype of the IFUNC resolver for MIPS. We want
> something flexible enough to handle current requirements and extensions.
> 
> This patch, from RobertS, provides the resolver with 2 HWCAP registers and a
> callback control function. The callback currently provides the ability to
> toggle/switch between FP ABI modes.

Please give a much more detailed explanation of the background to and 
motivation for this patch - why you need something that doesn't appear to 
be present for any other architecture.

>  sysdep_headers += regdef.h fpregdef.h sys/regdef.h sys/fpregdef.h \
> -		  sys/asm.h sgidefs.h
> +		  sys/asm.h sys/dlifnctl.h sgidefs.h

If you're adding a new API through a public header, it needs documenting 
in the user manual.

-- 
Joseph S. Myers
joseph@codesourcery.com


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