S12Z: Set the source mask value of all howtos to zero.

Thanks to Alan Modra for this hint.

* bfd/elf32-s12z.c (elf_s12z_howto_table): set all src_mask members to zero.
This commit is contained in:
John Darrington 2018-09-04 20:24:44 +02:00
parent 94c8b7253a
commit 808325d203
1 changed files with 4 additions and 4 deletions

View File

@ -119,7 +119,7 @@ static reloc_howto_type elf_s12z_howto_table[] =
shift_addend_reloc,
"R_S12Z_OPR", /* name */
FALSE, /* partial_inplace */
0x00ffffff, /* src_mask */
0x00000000, /* src_mask */
0x00ffffff, /* dst_mask */
FALSE), /* pcrel_offset */
@ -164,7 +164,7 @@ static reloc_howto_type elf_s12z_howto_table[] =
bfd_elf_generic_reloc, /* special_function */
"R_S12Z_EXT24", /* name */
FALSE, /* partial_inplace */
0x00ffffff, /* src_mask */
0x00000000, /* src_mask */
0x00ffffff, /* dst_mask */
FALSE), /* pcrel_offset */
@ -179,7 +179,7 @@ static reloc_howto_type elf_s12z_howto_table[] =
opru18_reloc, /* special_function */
"R_S12Z_EXT18", /* name */
FALSE, /* partial_inplace */
0x0005ffff, /* src_mask */
0x00000000, /* src_mask */
0x0005ffff, /* dst_mask */
FALSE), /* pcrel_offset */
@ -194,7 +194,7 @@ static reloc_howto_type elf_s12z_howto_table[] =
bfd_elf_generic_reloc, /* special_function */
"R_S12Z_EXT32", /* name */
FALSE, /* partial_inplace */
0xffffffff, /* src_mask */
0x00000000, /* src_mask */
0xffffffff, /* dst_mask */
FALSE), /* pcrel_offset */
};