mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-02 19:46:09 +08:00
Fix dst_mask for X_STORMY16_REL_12 reloc.
This commit is contained in:
@ -1,5 +1,8 @@
|
|||||||
2003-05-21 Nick Clifton <nickc@redhat.com>
|
2003-05-21 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
|
* elf32-xstormy16.c (xstormy16_elf_howto_table): Fix dst_mask
|
||||||
|
for X_STORMY16_REL_12 reloc.
|
||||||
|
|
||||||
* elf.c (bfd_elf_get_needed_list): Use is_elf_hash_table to check
|
* elf.c (bfd_elf_get_needed_list): Use is_elf_hash_table to check
|
||||||
the type of the has table in the bfd_link_info structure.
|
the type of the has table in the bfd_link_info structure.
|
||||||
(bfd_elf_get_runpath_list): Likewise.
|
(bfd_elf_get_runpath_list): Likewise.
|
||||||
|
@ -176,7 +176,7 @@ static reloc_howto_type xstormy16_elf_howto_table [] =
|
|||||||
"R_XSTORMY16_REL_12", /* name */
|
"R_XSTORMY16_REL_12", /* name */
|
||||||
FALSE, /* partial_inplace */
|
FALSE, /* partial_inplace */
|
||||||
0, /* src_mask */
|
0, /* src_mask */
|
||||||
0x0fff, /* dst_mask */
|
0x0ffe, /* dst_mask */
|
||||||
TRUE), /* pcrel_offset */
|
TRUE), /* pcrel_offset */
|
||||||
|
|
||||||
/* A 24-bit absolute relocation suitable for the jump instructions. */
|
/* A 24-bit absolute relocation suitable for the jump instructions. */
|
||||||
|
Reference in New Issue
Block a user