]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Reset R_XSTORMY16_16 reloc to ignore overflows.
authorNick Clifton <nickc@redhat.com>
Wed, 7 May 2003 15:16:35 +0000 (15:16 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 7 May 2003 15:16:35 +0000 (15:16 +0000)
bfd/ChangeLog
bfd/elf32-xstormy16.c

index fbb0ad740c9754207849f21a68dff91c94a91606..5767cdf9ab4ccf7d44540e6dfd7e702a32bf0703 100644 (file)
@@ -1,3 +1,8 @@
+2003-05-07  Nick Clifton  <nickc@redhat.com>
+
+       * elf32-xstormy16.c (xstormy16_elf_howto_table): Reset
+       R_XSTORMY16_16 reloc to ignore overflows.
+
 2003-05-06  Alexandre Oliva  <aoliva@redhat.com>
 
        * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Improve
index d06f8b29a99f9651d0f456fc4ee4493017aeaed8..2964d343cb3b9a91b2bdd3169acb6cb052f63522 100644 (file)
@@ -96,7 +96,7 @@ static reloc_howto_type xstormy16_elf_howto_table [] =
         16,                    /* bitsize */
         FALSE,                 /* pc_relative */
         0,                     /* bitpos */
-        complain_overflow_unsigned, /* complain_on_overflow */
+        complain_overflow_dont, /* complain_on_overflow */
         bfd_elf_generic_reloc, /* special_function */
         "R_XSTORMY16_16",      /* name */
         FALSE,                 /* partial_inplace */