]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* config/tc-alpha.c (alpha_force_relocation): Don't assert that
authorRichard Henderson <rth@redhat.com>
Fri, 8 Feb 2002 10:03:01 +0000 (10:03 +0000)
committerRichard Henderson <rth@redhat.com>
Fri, 8 Feb 2002 10:03:01 +0000 (10:03 +0000)
        we've eliminated all foreign relocation types yet.
        (alpha_fix_adjustable): Likewise.

gas/ChangeLog
gas/config/tc-alpha.c

index 080de45398958134198794c9c5aef2f8fea2970a..2daf90f5f3eb2266dba24c6ec2155de1a4744cea 100644 (file)
@@ -1,3 +1,9 @@
+2002-02-08  Richard Henderson  <rth@redhat.com>
+
+       * config/tc-alpha.c (alpha_force_relocation): Don't assert that
+       we've eliminated all foreign relocation types yet.
+       (alpha_fix_adjustable): Likewise.
+
 2002-02-08  Alexandre Oliva  <aoliva@redhat.com>
 
        Contribute sh64-elf.
index b1a34710085f23e8e46eafd040101343c3c6b2fe..44c651b755af9e547ceaa2c56abb937bb2443f25 100644 (file)
@@ -1399,8 +1399,6 @@ alpha_force_relocation (f)
       return 0;
 
     default:
-      assert ((int) f->fx_r_type < 0
-             && -(int) f->fx_r_type < (int) alpha_num_operands);
       return 0;
     }
 }
@@ -1448,8 +1446,6 @@ alpha_fix_adjustable (f)
       return 1;
 
     default:
-      assert ((int) f->fx_r_type < 0
-             && - (int) f->fx_r_type < (int) alpha_num_operands);
       return 1;
     }
   /*NOTREACHED*/