diff options
author | Peter Bergner <bergner@vnet.ibm.com> | 2009-04-02 13:30:56 +0000 |
---|---|---|
committer | Peter Bergner <bergner@vnet.ibm.com> | 2009-04-02 13:30:56 +0000 |
commit | 70dc4e324b9aecad6c9732ebedd0eeb66eb2e176 (patch) | |
tree | b539b11cb2008f64cbfea4bc4bf6e07e73e3c7c9 /opcodes/ChangeLog | |
parent | 5b19eaba0d7d5d8da864c0569543a61ec1eacaa4 (diff) | |
download | gdb-70dc4e324b9aecad6c9732ebedd0eeb66eb2e176.zip gdb-70dc4e324b9aecad6c9732ebedd0eeb66eb2e176.tar.gz gdb-70dc4e324b9aecad6c9732ebedd0eeb66eb2e176.tar.bz2 |
opcodes/
* ppc-dis.c (powerpc_init_dialect): Do not choose a default dialect
due to -many/-Many.
(print_insn_powerpc): Make sure we only deprecate instructions using
the original dialect and not a modified dialect due to -Many handling.
Move the handling of the condition register and default operands to
the end of the if/else if/else chain.
* ppc-opc.c (powerpc_opcodes): Reorder the opcode table so that
instructions from newer processors are listed before older ones.
<"icblce", "sync", "eieio", "tlbld">: Deprecate for processors
that have instructions with conflicting opcodes.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index eaf2afa..4cdc261 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,16 @@ +2009-04-02 Peter Bergner <bergner@vnet.ibm.com> + + * ppc-dis.c (powerpc_init_dialect): Do not choose a default dialect + due to -many/-Many. + (print_insn_powerpc): Make sure we only deprecate instructions using + the original dialect and not a modified dialect due to -Many handling. + Move the handling of the condition register and default operands to + the end of the if/else if/else chain. + * ppc-opc.c (powerpc_opcodes): Reorder the opcode table so that + instructions from newer processors are listed before older ones. + <"icblce", "sync", "eieio", "tlbld">: Deprecate for processors + that have instructions with conflicting opcodes. + 2009-04-01 Peter Bergner <bergner@vnet.ibm.com> * ppc-opc.c (powerpc_opcodes) <"dcbzl">: Merge the POWER4 and |