aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-12-09 23:26:15 +0000
committerIan Lance Taylor <ian@airs.com>1996-12-09 23:26:15 +0000
commit8728fa92639a428e7b02fc7693879665a8337c6f (patch)
tree81bc69a8a829cca280dca266cbbf2e14c9d66f7a /gas/ChangeLog
parent102633cecf8dbea9ce842d5604e1a2dd52de4c0e (diff)
downloadgdb-8728fa92639a428e7b02fc7693879665a8337c6f.zip
gdb-8728fa92639a428e7b02fc7693879665a8337c6f.tar.gz
gdb-8728fa92639a428e7b02fc7693879665a8337c6f.tar.bz2
* config/tc-mips.c (RELAX_MIPS16_ENCODE): Add small and ext
arguments, and store them. Adjust other RELAX_MIPS16 macros. (RELAX_MIPS16_USER_SMALL): Define. (RELAX_MIPS16_USER_EXT): Define. (mips16_small, mips16_ext): New static variables. (append_insn): Pass mips16_small and mips16_ext to RELAX_MIPS16_ENCODE. (mips16_ip): Set mips16_small and mips16_ext. (mips16_immed): Don't check mips16_autoextend. (mips16_extended_frag): Check USER_SMALL and USER_EXT.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index e106825..03f5bbb 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,16 @@
Mon Dec 9 17:09:42 1996 Ian Lance Taylor <ian@cygnus.com>
+ * config/tc-mips.c (RELAX_MIPS16_ENCODE): Add small and ext
+ arguments, and store them. Adjust other RELAX_MIPS16 macros.
+ (RELAX_MIPS16_USER_SMALL): Define.
+ (RELAX_MIPS16_USER_EXT): Define.
+ (mips16_small, mips16_ext): New static variables.
+ (append_insn): Pass mips16_small and mips16_ext to
+ RELAX_MIPS16_ENCODE.
+ (mips16_ip): Set mips16_small and mips16_ext.
+ (mips16_immed): Don't check mips16_autoextend.
+ (mips16_extended_frag): Check USER_SMALL and USER_EXT.
+
* write.c (write_relocs): Print an error for an out of range
fixup, rather than calling abort.