mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 12:39:59 +00:00
* elf32-xgate.c(elf_xgate_howto_table): Fix src and dest mask for
R_XGATE_16
This commit is contained in:
parent
0c5daaa929
commit
d62734337d
@ -1,3 +1,8 @@
|
||||
2012-10-29 Sean Keys <skeys@ipdatasys.com>
|
||||
|
||||
* elf32-xgate.c(elf_xgate_howto_table): Fix src and dest mask for
|
||||
R_XGATE_16
|
||||
|
||||
2012-10-29 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* elf32-ppc.c (ppc_elf_howto_raw): Correct dst_mask in
|
||||
|
@ -106,8 +106,8 @@ static reloc_howto_type elf_xgate_howto_table[] =
|
||||
bfd_elf_generic_reloc, /* special_function */
|
||||
"R_XGATE_16", /* name */
|
||||
FALSE, /* partial_inplace */
|
||||
0x00ff, /* src_mask */
|
||||
0x00ff, /* dst_mask */
|
||||
0xffff, /* src_mask */
|
||||
0xffff, /* dst_mask */
|
||||
FALSE), /* pcrel_offset */
|
||||
|
||||
/* A 32 bit absolute relocation. This one is never used for the
|
||||
|
Loading…
Reference in New Issue
Block a user