[PATCH] MIPS gas: Cleanup address insn conditionals

Eric Christopher echristo@redhat.com
Mon Jun 16 07:00:00 GMT 2003


>  
> +#define ADDRESS_ADD_INSN						\
> +   (HAVE_32BIT_ADDRESSES ? HAVE_NEWABI ? "add" : "addu" : "daddu")
> +
> +#define ADDRESS_ADDI_INSN						\
> +   (HAVE_32BIT_ADDRESSES ? HAVE_NEWABI ? "addi" : "addiu" : "daddiu")
> +

Hey, can you add some parens here and maybe some comments explaining the
abis? :)

-eric

-- 
Eric Christopher <echristo@redhat.com>



More information about the Binutils mailing list