* config/tc-mips.c (mips_64): New static variable.
authorIan Lance Taylor <ian@airs.com>
Thu, 30 May 1996 23:08:47 +0000 (23:08 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 30 May 1996 23:08:47 +0000 (23:08 +0000)
commit7f9880e5dee0fc1f025f14d87265a81c953ac6c4
treea298dfef0d661bed11a7d065aed2ef8d3f159da7
parentb95bee134d2fc39c038f7af4113a9c2278a1e052
* config/tc-mips.c (mips_64): New static variable.
(mips_target_format): If mips_64, return elf64 targets rather than
elf32 ones.
(md_longopts): Add "32" and "64".
(md_parse_option): Handle -32 and -64.
(md_show_usage): Mention -32 and -64.
(cons_fix_new_mips): If mips_64, don't convert an 8 byte reloc to
a 4 byte one.
gas/config/tc-mips.c