Re-work register size macros for MIPS.
authormfortune <matthew.fortune@imgtec.com>
Tue, 13 May 2014 10:55:08 +0000 (11:55 +0100)
committermfortune <matthew.fortune@imgtec.com>
Tue, 13 May 2014 11:03:08 +0000 (12:03 +0100)
commitbad1aba328293fc62831ac451edc55adc37ead36
treef0bf8c972bf8bbb8445bc85cb11f6fadd69c8b8f
parent51e719b4e118f69862775772053059700a331097
Re-work register size macros for MIPS.

gas/
* config/tc-mips.c (mips_set_options): Rename gp32 to gp throughout.
(HAVE_32BIT_GPRS, HAVE_64BIT_GPRS): Remove. Re-implement via GPR_SIZE.
(HAVE_32BIT_FPRS, HAVE_64BIT_FPRS): Remove. Re-implement via FPR_SIZE.
(GPR_SIZE, FPR_SIZE): New macros. Use throughout.
gas/ChangeLog
gas/config/tc-mips.c