aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-12-09 23:34:20 +0000
committerIan Lance Taylor <ian@airs.com>1996-12-09 23:34:20 +0000
commit559c664adb7cadda0979198b9605f66d381c45bf (patch)
tree274b39a4213b696cd0499225edb7be0f8bef48e5 /gas/ChangeLog
parent8728fa92639a428e7b02fc7693879665a8337c6f (diff)
downloadgdb-559c664adb7cadda0979198b9605f66d381c45bf.zip
gdb-559c664adb7cadda0979198b9605f66d381c45bf.tar.gz
gdb-559c664adb7cadda0979198b9605f66d381c45bf.tar.bz2
* config/tc-mips.c (mips16_extended_frag): Avoid an infinite loop
when extending because the value is exactly maxtiny + 1.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 03f5bbb..cf501df 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,8 @@
Mon Dec 9 17:09:42 1996 Ian Lance Taylor <ian@cygnus.com>
+ * config/tc-mips.c (mips16_extended_frag): Avoid an infinite loop
+ when extending because the value is exactly maxtiny + 1.
+
* 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.