mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
* config/tc-alpha.c (alpha_force_relocation): Don't assert that
we've eliminated all foreign relocation types yet. (alpha_fix_adjustable): Likewise.
This commit is contained in:
parent
1b19eb81ea
commit
50a4c61130
@ -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.
|
||||
|
@ -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*/
|
||||
|
Loading…
Reference in New Issue
Block a user