* elf32-xstormy16.c (xstormy16_elf_howto_table): Make REL_12 not

partial_inplace.
This commit is contained in:
DJ Delorie 2003-01-07 21:26:13 +00:00
parent 483d36b217
commit 5c9e189cf7
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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 */