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] sh: provide a __set_fpscr prototype


On Tuesday 01 December 2009 23:01:15 Kaz Kojima wrote:
> Mike Frysinger <vapier@gentoo.org> wrote:
> > The sh port uses the gcc __set_fpscr internal function, but neither gcc
> > nor glibc creates a prototype for it.  This leads to a bunch of random
> > warnings about implicit decls during the build.
> 
> Thanks for the patch.  OK with fixing a minor coding style issue:
> > +/* GCC provides this function */
> 
> Period and one more space after it.
> 
> > +extern void __set_fpscr(unsigned long);
> 
> Space before '('.

ah, sorry about those.  i forget the gnu style sometimes ;x.
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.


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