diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2010-02-10 19:59:07 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2010-02-10 19:59:07 +0000 |
commit | cdc51b0748c418670cd15476234146993d202449 (patch) | |
tree | 6a4b9a767be7d50c4371c4108763a62ca3905e61 /opcodes/ChangeLog | |
parent | 45e481d13b770b743fb0be9d9f5fe8c0e03c2a12 (diff) | |
download | gdb-cdc51b0748c418670cd15476234146993d202449.zip gdb-cdc51b0748c418670cd15476234146993d202449.tar.gz gdb-cdc51b0748c418670cd15476234146993d202449.tar.bz2 |
gas/
* config/tc-ppc.c (md_show_usage): Add -mpwr4, -mpwr5, -mpwr5x,
-mpwr6 and -mpwr7.
opcodes/
* ppc-dis.c (ppc_opts): Add "pwr4", "pwr5", "pwr5x", "pwr6"
and "pwr7". Move "a2" into alphabetical order.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index c03049d..aec487e 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2010-02-10 Richard Sandiford <r.sandiford@uk.ibm.com> + + * ppc-dis.c (ppc_opts): Add "pwr4", "pwr5", "pwr5x", "pwr6" + and "pwr7". Move "a2" into alphabetical order. + 2010-02-08 Philipp Tomsich <philipp.tomsich@theobroma-systems.com> * ppc-dis.c (ppc_opts): Add titan entry. |