summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-05-07 15:16:35 +0000
committerNick Clifton <nickc@redhat.com>2003-05-07 15:16:35 +0000
commit4d7d01d6f3fa0d5a31fcc1089e9bb01235a89d50 (patch)
treec4d224f67335c9ae9ddbf8cc8bdd08c18cb5201f
parentea0fec688433f675f0eb5cb82580f264a1b67216 (diff)
downloadgdb-4d7d01d6f3fa0d5a31fcc1089e9bb01235a89d50.tar.gz
Reset R_XSTORMY16_16 reloc to ignore overflows.
-rw-r--r--bfd/ChangeLog5
-rw-r--r--bfd/elf32-xstormy16.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index fbb0ad740c9..5767cdf9ab4 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -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
diff --git a/bfd/elf32-xstormy16.c b/bfd/elf32-xstormy16.c
index d06f8b29a99..2964d343cb3 100644
--- a/bfd/elf32-xstormy16.c
+++ b/bfd/elf32-xstormy16.c
@@ -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 */