]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
* ppc-dis.c (operand_value_powerpc, skip_optional_operands): New.
authorPeter Bergner <bergner@vnet.ibm.com>
Thu, 17 May 2007 00:52:14 +0000 (00:52 +0000)
committerPeter Bergner <bergner@vnet.ibm.com>
Thu, 17 May 2007 00:52:14 +0000 (00:52 +0000)
commitea192fa3956e5085bb3354af02cd0b3066c055ea
treec8a7f17007c1c679171da628f023c2d8642ac342
parentf891f2a91dd720f6ded2f5e9a07e8dbf627904a1
* ppc-dis.c (operand_value_powerpc, skip_optional_operands): New.
(print_insn_powerpc): Use the new operand_value_powerpc and
skip_optional_operands functions to omit or print all optional
operands as a group.
* ppc-opc.c (BFF, W, XFL_L, XWRA_MASK): New.
(XFL_MASK): Delete L and W bits from the mask.
(mtfsfi, mtfsfi.): Replace use of BF with BFF.  Relpace use of XRA_MASK
with XWRA_MASK.  Use W.
(mtfsf, mtfsf.): Use XFL_L and W.
opcodes/ChangeLog
opcodes/ppc-dis.c
opcodes/ppc-opc.c