#if 0 an assert that is always false. XXX not really always...

This commit is contained in:
mrg 2003-07-27 05:03:51 +00:00
parent 472c98cf7a
commit 6a0101cabe

View File

@ -665,7 +665,9 @@ alpha_adjust_reloc_in (abfd, intern, rptr)
case ALPHA_R_OP_STORE:
/* The STORE reloc needs the size and offset fields. We store
them in the addend. */
#if 0
BFD_ASSERT (intern->r_offset <= 256 && intern->r_size <= 256);
#endif
rptr->addend = (intern->r_offset << 8) + intern->r_size;
break;