#if 0 an assert that is always false. XXX not really always...
This commit is contained in:
parent
472c98cf7a
commit
6a0101cabe
2
gnu/dist/toolchain/bfd/coff-alpha.c
vendored
2
gnu/dist/toolchain/bfd/coff-alpha.c
vendored
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user