[Patch, MIPS] Modify memset.S for mips32r6/mips64r6

Joseph Myers joseph@codesourcery.com
Mon Jan 5 23:01:00 GMT 2015


On Mon, 5 Jan 2015, Steve Ellcey wrote:

> +/* New R6 instructions that may not be in asm.h.  */
> +#ifndef PTR_LSA
> +#if _MIPS_SIM == _ABI64
> +# define PTR_LSA        dlsa
> +#else
> +# define PTR_LSA        lsa
> +#endif
> +#endif

Preprocessor indentation needs fixing.

OK with that change.

-- 
Joseph S. Myers
joseph@codesourcery.com



More information about the Libc-alpha mailing list