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