diff options
-rw-r--r-- | bfd/ChangeLog | 5 | ||||
-rw-r--r-- | bfd/elf32-xstormy16.c | 2 |
2 files changed, 6 insertions, 1 deletions
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 <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 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 */ |