From 1347404a589ed6019ad00cfc2e72b63b929965dc Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 28 Mar 1997 19:18:11 +0000 Subject: [PATCH] * 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 | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/gas/ChangeLog b/gas/ChangeLog index 4f437f03f67..08af885d8f4 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,16 @@ Fri Mar 28 13:08:33 1997 Ian Lance Taylor + * 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. + * config/obj-elf.c (obj_elf_section_change_hook): New function. * config/obj-elf.h (obj_elf_section_change_hook): Declare it. * config/tc-mips.c (s_change_sec): Call it if OBJ_ELF. -- 2.30.2