diff options
author | DJ Delorie <dj@redhat.com> | 2003-01-07 21:26:13 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2003-01-07 21:26:13 +0000 |
commit | 5c9e189cf74232a114f246d89aa9a43935fbf017 (patch) | |
tree | d1988bb448ce74ab6b06ef098390131b5773d0c8 /bfd/elf32-xstormy16.c | |
parent | 483d36b217bc77e99344ece84a7e70c1b3950f0e (diff) | |
download | gdb-5c9e189cf74232a114f246d89aa9a43935fbf017.zip gdb-5c9e189cf74232a114f246d89aa9a43935fbf017.tar.gz gdb-5c9e189cf74232a114f246d89aa9a43935fbf017.tar.bz2 |
* elf32-xstormy16.c (xstormy16_elf_howto_table): Make REL_12 not
partial_inplace.
Diffstat (limited to 'bfd/elf32-xstormy16.c')
-rw-r--r-- | bfd/elf32-xstormy16.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |