* config/tc-mips.c (struct mips_set_options): Define.
authorIan Lance Taylor <ian@airs.com>
Fri, 28 Mar 1997 19:18:11 +0000 (19:18 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 28 Mar 1997 19:18:11 +0000 (19:18 +0000)
commit1347404a589ed6019ad00cfc2e72b63b929965dc
treefc7e52140f47cf683e5da38068d6073b41e53e51
parentbebe5fbfd8a64821328de6b75cabcbf829a0343f
* config/tc-mips.c (struct mips_set_options): Define.
(mips_opts): New static variable.
(mips_isa): Remove.  Now a field in mips_opts.  Change all
references.
(mips16, mips16_autoextend, mips_warn_about_macros): Likewise.
(mips_noreorder, mips_nomove, mips_noat, mips_nobopt): Likewise.
(struct mips_option_stack): Define.
(mips_opts_stack): New static variable.
(s_mipsset): Add support for .set push and .set pop.
* doc/c-mips.texi: Document .set push and .set pop.
gas/ChangeLog