* config/tc-mips.c (mips_64): Remove.
authorThiemo Seufer <ths@networkno.de>
Wed, 3 Oct 2001 20:30:15 +0000 (20:30 +0000)
committerThiemo Seufer <ths@networkno.de>
Wed, 3 Oct 2001 20:30:15 +0000 (20:30 +0000)
commite013f6904c254d2d11c1eed0ee1857ca502819c5
treee30312e1bbc6b2e539a13430723c8a66c30db210
parent8bd621d8835d2e6a99bd50ae8d18328ab06951ba
* config/tc-mips.c (mips_64): Remove.
(mips_target_format): Move downwards in file, use HAVE_64BIT_OBJECTS
in it.
(mips_abi_level, mips_abi): New enum.
(mips_32bit_abi): Remove.
(HAVE*PRS): Use mips_abi instead of mips_32bit_abi.
(HAVE_NEWABI): New define.
(HAVE_64BIT_OBJECTS): New define.
(HAVE_32BIT_ADDRESSES): Don't return true for 64bit objects.
(HAVE_64BIT_ADDRESSES): New define, inverse of HAVE_32BIT_ADDRESSES.
(support_64bit_objects): New prototype.
(md_begin): Use mips_abi instead of mips_32bit_abi. Don't write
.reginfo section for n32, use .MIPS.options instead.
(support_64bit_objects): New function, code from md_parse_option.
(md_longopts): Add -n32 option.
(md_parse_option): Use mips_abi instead of mips_32bit_abi/mips64.
Add -n32 option. Protect with OBJ_ELF.
(s_mipsset): Use mips_abi instead of mips_32bit_abi.
(mips_elf_final_processing): Likewise. Don't write .reginfo section
for n32, use .MIPS.options instead.
gas/ChangeLog
gas/config/tc-mips.c