summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2003-01-07 21:26:13 +0000
committerDJ Delorie <dj@redhat.com>2003-01-07 21:26:13 +0000
commit5c9e189cf74232a114f246d89aa9a43935fbf017 (patch)
treed1988bb448ce74ab6b06ef098390131b5773d0c8
parent483d36b217bc77e99344ece84a7e70c1b3950f0e (diff)
downloadbinutils-gdb-5c9e189cf74232a114f246d89aa9a43935fbf017.tar.gz
* elf32-xstormy16.c (xstormy16_elf_howto_table): Make REL_12 not
partial_inplace.
-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 96367a8a8ea..fde02c86565 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+2003-01-07 DJ Delorie <dj@redhat.com>
+
+ * elf32-xstormy16.c (xstormy16_elf_howto_table): Make REL_12 not
+ partial_inplace.
+
2003-01-07 Andreas Schwab <schwab@suse.de>
* elf32-m68k.c (elf_m68k_check_relocs): Don't set DF_TEXTREL for
diff --git a/bfd/elf32-xstormy16.c b/bfd/elf32-xstormy16.c
index df0d7ca405b..c09e9de2135 100644
--- a/bfd/elf32-xstormy16.c
+++ b/bfd/elf32-xstormy16.c
@@ -174,7 +174,7 @@ static reloc_howto_type xstormy16_elf_howto_table [] =
complain_overflow_signed, /* complain_on_overflow */
bfd_elf_generic_reloc, /* special_function */
"R_XSTORMY16_REL_12", /* name */
- TRUE, /* partial_inplace */
+ FALSE, /* partial_inplace */
0, /* src_mask */
0x0fff, /* dst_mask */
TRUE), /* pcrel_offset */