]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Fix some PowerPC VLE BFD issues and add some PowerPC VLE instructions.
authorAndrew Jenner <andrew@codesourcery.com>
Mon, 1 Aug 2016 16:42:31 +0000 (09:42 -0700)
committerAndrew Jenner <andrew@codesourcery.com>
Mon, 1 Aug 2016 16:42:31 +0000 (09:42 -0700)
commitdfdaec14b0db059497b47b515d753b6383772b6b
tree72366f1f5328fe6631d4727d2b82daa9e800c0df
parent751b375e01e7e85aeccdd965578cb2040836593d
    Fix some PowerPC VLE BFD issues and add some PowerPC VLE instructions.

        bfd/
        * elf32-ppc.c (is_branch_reloc): Recognise VLE branch relocations.
        (ppc_elf_howto_raw): Fix dst_mask of R_PPC_VLE_REL15.
        (ppc_elf_vle_split16): Clear field before inserting.

        opcodes/
        * ppc-opc.c (vle_opcodes): Alias 'e_cmpwi' to 'e_cmpi' and
        'e_cmplwi' to 'e_cmpli' instead.
        (OPVUPRT, OPVUPRT_MASK): Define.
        (powerpc_opcodes): Add E200Z4 insns.
        (vle_opcodes): Add context save/restore insns.

        include/
        * opcode/ppc.h (PPC_OPCODE_E200Z4): New define.
bfd/ChangeLog
bfd/elf32-ppc.c
include/ChangeLog
include/opcode/ppc.h
opcodes/ChangeLog
opcodes/ppc-dis.c
opcodes/ppc-opc.c