* config/tc-mips.c (mips_abi_level): Move in front of
authorThiemo Seufer <ths@networkno.de>
Mon, 12 Nov 2001 16:54:54 +0000 (16:54 +0000)
committerThiemo Seufer <ths@networkno.de>
Mon, 12 Nov 2001 16:54:54 +0000 (16:54 +0000)
commita325df1d97fc1082a45c36dd0cad8b1c89beffab
treef019a6c824048d47311d3b5cae56e1b8835115d0
parent6c93a8fabc1072d426dcbb71dfafe8dfd94e9ca8
* config/tc-mips.c (mips_abi_level): Move in front of
mips_set_options.
(mips_set_options): Add members gp32, fp32, abi.
(file_mips_gp32): New flag.
(file_mips_fp32): New flag.
(mips_opts): Initialize the new members.
(mips_gp32): Remove.
(mips_fp32): Remove.
(HAVE_32BIT_GPRS): Use the new values from mips_opts.
(HAVE_32BIT_FPRS): Likewise.
(HAVE_NEWABI): Likewise.
(HAVE_64BIT_OBJECTS): Likewise.
(md_begin): Likewise. Save default (file) values.
(md_parse_option): Use the new values from mips_opts.
(s_mipsset): Likewise. Fix logic to keep the ABI selection if
possible. Let .set mipsN work together with .set push/pop.
Enhance error messages.
(mips_elf_final_processing): Use file_mips_* for header processing.
gas/ChangeLog
gas/config/tc-mips.c
This page took 0.024905 seconds and 4 git commands to generate.