* elf32-frv.c (elf32_frv_howto_table) <R_FRV_LABEL16>: Set
authorAlexandre Oliva <aoliva@redhat.com>
Sat, 28 Feb 2004 00:33:33 +0000 (00:33 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Sat, 28 Feb 2004 00:33:33 +0000 (00:33 +0000)
complain_on_overflow to signed.

bfd/ChangeLog
bfd/elf32-frv.c

index f731c9edc91d4765c22fcc01ca5c6589e79bf94e..113dc22071e51af824f7b7fa4f49ec296f5778e7 100644 (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.
index b8c325f1b0bbc9268ae7ccbb74c0b255fc4dfd25..78a4a4c129f656845b4c274abcc07b925ed6cfd8 100644 (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 */
This page took 0.034111 seconds and 4 git commands to generate.