aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-03-28 19:18:11 +0000
committerIan Lance Taylor <ian@airs.com>1997-03-28 19:18:11 +0000
commit1347404a589ed6019ad00cfc2e72b63b929965dc (patch)
treefc7e52140f47cf683e5da38068d6073b41e53e51 /gas
parentbebe5fbfd8a64821328de6b75cabcbf829a0343f (diff)
downloadgdb-1347404a589ed6019ad00cfc2e72b63b929965dc.zip
gdb-1347404a589ed6019ad00cfc2e72b63b929965dc.tar.gz
gdb-1347404a589ed6019ad00cfc2e72b63b929965dc.tar.bz2
* 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.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 4f437f0..08af885 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,16 @@
Fri Mar 28 13:08:33 1997 Ian Lance Taylor <ian@cygnus.com>
+ * 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.