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 ifunc-sel.h fix asm constraints and clobber list


Aurelien Jarno <aurelien@aurel32.net> writes:

> As pointer out on the mailing list, the inline assembly code in
> sysdeps/powerpc/ifunc-sel.h doesn't have a list of clobbered registers
> and used wrong constraints.
>
> This patch fixes that. I verified it doesn't introduce any change in the
> generated code.
>
> Changelog:
> 	* sysdeps/powerpc/ifunc-sel.h (ifunc_sel): Add "11", "12", "cr0" to the
> 	clobber list. Use "i" constraint instead of "X".
> 	(ifunc_one): Add "12" to the clobber list. Use "i" constraint instead
> 	of "X".

LGTM.

-- 
Tulio Magno


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