* reloc.c (enum complain_overflow): New enumeration with the
authorIan Lance Taylor <ian@airs.com>
Thu, 22 Jul 1993 18:03:51 +0000 (18:03 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 22 Jul 1993 18:03:51 +0000 (18:03 +0000)
commit66a277abe2b75c998a0549c7818e8c10e5f6be31
treec7044e5652bcb27c59a438f234a4c33989cb3d52
parentc2ac84cbbc67569776217765d2bccadbfac07e1f
* reloc.c (enum complain_overflow): New enumeration with the
various flavours of overflow checking.
(srtuct reloc_howto_struct): Changed complain_on_overflow field
from boolean to emum complain_overflow.  Removed obsolete absolute
field.
(HOWTO): Removed absolute argument.
(bfd_perform_relocation): Do overflow checking on all types of
fields.
* bfd-in2.h: Updated accordingly.
* all targets: Updated initialization of reloc howto tables.
bfd/ChangeLog
bfd/bfd-in2.h
bfd/coff-a29k.c
bfd/reloc.c