From: Alexandre Oliva Date: Sat, 28 Feb 2004 00:33:33 +0000 (+0000) Subject: * elf32-frv.c (elf32_frv_howto_table) : Set X-Git-Tag: gprof-pre-ansify-2004-05-26~1041 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e6deed0a00341f58ff54db26d912ef9bfacd57ad;p=thirdparty%2Fbinutils-gdb.git * elf32-frv.c (elf32_frv_howto_table) : Set complain_on_overflow to signed. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index f731c9edc91..113dc22071e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2004-02-27 Alexandre Oliva + + * elf32-frv.c (elf32_frv_howto_table) : Set + complain_on_overflow to signed. + 2004-02-27 H.J. Lu * elflink.h (sort_symbol): New. diff --git a/bfd/elf32-frv.c b/bfd/elf32-frv.c index b8c325f1b0b..78a4a4c129f 100644 --- a/bfd/elf32-frv.c +++ b/bfd/elf32-frv.c @@ -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 */