From c0637f3af6866ed35039406e564a6743f373cd67 Mon Sep 17 00:00:00 2001 From: Peter Bergner Date: Tue, 21 May 2013 01:36:46 +0000 Subject: opcodes/ * ppc-dis.c (powerpc_init_dialect): Set default dialect to power8. * ppc-opc.c (BHRBE, ST, SIX, PS, SXL, VXPS_MASK, XX1RB_MASK, XLS_MASK, PPCVSX2): New defines. (powerpc_opcodes) : New instructions. : New extended mnemonics. gas/ * config/tc-ppc.c (ppc_setup_opcodes): Use new_seg to fix error and clean up warning when using PRINT_OPCODE_TABLE. gas/testsuite/ * gas/ppc/altivec2.d : Add new tests. * gas/ppc/altivec2.s: Likewise. * gas/ppc/power8.d : Add new tests. * gas/ppc/power8.s Likewise. * gas/ppc/vsx.d : Add new tests. * gas/ppc/vsx.s Likewise. * gas/ppc/vsx2.d: New test file. * gas/ppc/vsx2.s: Likewise. * gas/ppc/ppc.exp: Run it. --- gas/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gas/ChangeLog') diff --git a/gas/ChangeLog b/gas/ChangeLog index a6440a8..265ea22 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2013-05-20 Peter Bergner + + * config/tc-ppc.c (ppc_setup_opcodes): Use new_seg to fix error + and clean up warning when using PRINT_OPCODE_TABLE. + 2013-05-20 Alan Modra * config/tc-ppc.c (md_apply_fix): Hoist code common to insn -- cgit v1.1