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, MIPS] Modify memset.S for mips32r6/mips64r6


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


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