Consolidate file_mips_xxx variables.
authormfortune <matthew.fortune@imgtec.com>
Wed, 7 May 2014 22:33:47 +0000 (23:33 +0100)
committermfortune <matthew.fortune@imgtec.com>
Thu, 8 May 2014 20:55:06 +0000 (21:55 +0100)
commit0b35dfeec64597fe12495295f6d5e9b12131a390
treedd710a79c084137fe646e9a434eab5459d859f74
parent91662bad25e6367e37b15c17ed1bca2a72b9c090
Consolidate file_mips_xxx variables.

gas/
* config/tc-mips.c (mips_set_options): Rename fp32 field to fp.
Update fp32 == 0 to fp == 64 and fp32 == 1 to fp != 64 throughout.
(file_mips_gp32, file_mips_fp32, file_mips_soft_float,
file_mips_single_float, file_mips_isa, file_mips_arch): Merge into
one struct...
(file_mips_opts): Here. New static global. Update throughout.
(mips_opts): Update defaults for gp32 and fp.
gas/ChangeLog
gas/config/tc-mips.c