diff options
author | Alan Modra <amodra@gmail.com> | 2010-01-04 02:32:56 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2010-01-04 02:32:56 +0000 |
commit | 0dc9305793c81af5abbfb34743ebb97767d5b59e (patch) | |
tree | ad2866e71a87ada8abbd68f9c5278490632b6e5c /opcodes/ChangeLog | |
parent | 88714cb802597c5a3214076769b304a04de84af7 (diff) | |
download | gdb-0dc9305793c81af5abbfb34743ebb97767d5b59e.zip gdb-0dc9305793c81af5abbfb34743ebb97767d5b59e.tar.gz gdb-0dc9305793c81af5abbfb34743ebb97767d5b59e.tar.bz2 |
bfd/
* archures.c: Add bfd_mach_ppc_e500mc64.
* bfd-in2.h: Regenerate.
* cpu-powerpc.c (bfd_powerpc_archs): Add entry for
bfd_mach_ppc_e500mc64.
gas/
* config/tc-ppc.c (md_show_usage): Document -me500mc64.
opcodes/
* ppc-dis.c (ppc_opts): Add entry for "e500mc64".
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 5c191d2..6e6c721 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2010-01-04 Edmar Wienskoski <edmar@freescale.com> + + * ppc-dis.c (ppc_opts): Add entry for "e500mc64". + 2010-01-02 Doug Evans <dje@sebabeach.org> * cgen-asm.in: Update copyright year. |