From: DJ Delorie Date: Tue, 7 Jan 2003 21:26:13 +0000 (+0000) Subject: * elf32-xstormy16.c (xstormy16_elf_howto_table): Make REL_12 not X-Git-Tag: cagney-unwind-20030108-branchpoint~42 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5c9e189cf74232a114f246d89aa9a43935fbf017;p=platform%2Fupstream%2Fbinutils.git * elf32-xstormy16.c (xstormy16_elf_howto_table): Make REL_12 not partial_inplace. --- 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 */