* config/tc-mips.c (load_register): Don't use addiu for dli of an
authorIan Lance Taylor <ian@airs.com>
Wed, 15 Mar 1995 02:39:39 +0000 (02:39 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 15 Mar 1995 02:39:39 +0000 (02:39 +0000)
unsigned seemingly negative number.  Don't bother shifting a zero
value.
(mips_ip): For case 'j', if there are more alternatives, and the
ISA level is at least 3, don't accept an unsigned seemingly
negative number.

gas/ChangeLog

index 86605478c895c897892fdb4d332919c6cf41f0e1..55ad1c5d42432aad8a8185693a4a81f01e7c03de 100644 (file)
@@ -1,3 +1,12 @@
+Tue Mar 14 21:36:34 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-mips.c (load_register): Don't use addiu for dli of an
+       unsigned seemingly negative number.  Don't bother shifting a zero
+       value.
+       (mips_ip): For case 'j', if there are more alternatives, and the
+       ISA level is at least 3, don't accept an unsigned seemingly
+       negative number.
+
 Tue Mar 14 19:16:43 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
 
        * read.c (s_app_line): Fix last patch to deal with a line number
This page took 0.02984 seconds and 4 git commands to generate.