From 5c9e189cf74232a114f246d89aa9a43935fbf017 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Tue, 7 Jan 2003 21:26:13 +0000 Subject: [PATCH] * elf32-xstormy16.c (xstormy16_elf_howto_table): Make REL_12 not partial_inplace. --- bfd/ChangeLog | 5 +++++ bfd/elf32-xstormy16.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 96367a8..fde02c8 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2003-01-07 DJ Delorie + + * elf32-xstormy16.c (xstormy16_elf_howto_table): Make REL_12 not + partial_inplace. + 2003-01-07 Andreas Schwab * 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 df0d7ca..c09e9de 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 */ -- 2.7.4