* elf32-frv.c (elf32_frv_howto_table) <R_FRV_LABEL16>: Set

complain_on_overflow to signed.
This commit is contained in:
Alexandre Oliva 2004-02-28 00:33:33 +00:00
parent 65592fb1e5
commit e6deed0a00
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-02-27 Alexandre Oliva <aoliva@redhat.com>
* elf32-frv.c (elf32_frv_howto_table) <R_FRV_LABEL16>: Set
complain_on_overflow to signed.
2004-02-27 H.J. Lu <hongjiu.lu@intel.com>
* elflink.h (sort_symbol): New.

View File

@ -117,7 +117,7 @@ static reloc_howto_type elf32_frv_howto_table [] =
16, /* bitsize */
TRUE, /* pc_relative */
0, /* bitpos */
complain_overflow_bitfield, /* complain_on_overflow */
complain_overflow_signed, /* complain_on_overflow */
bfd_elf_generic_reloc, /* special_function */
"R_FRV_LABEL16", /* name */
FALSE, /* partial_inplace */