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 /gas | |
parent | 88714cb802597c5a3214076769b304a04de84af7 (diff) | |
download | ppe42-binutils-0dc9305793c81af5abbfb34743ebb97767d5b59e.tar.gz ppe42-binutils-0dc9305793c81af5abbfb34743ebb97767d5b59e.zip |
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 'gas')
-rw-r--r-- | gas/ChangeLog | 6 | ||||
-rw-r--r-- | gas/config/tc-ppc.c | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index bb4ccce7f9..4622709b0c 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2010-01-04 Edmar Wienskoski <edmar@freescale.com> + + * config/tc-ppc.c (md_show_usage): Document -me500mc64. + 2010-01-03 Daniel Gutson <dgutson@codesourcery.com> * config/tc-arm.c (struct arm_it): New flag 'is_neon'. @@ -36,7 +40,7 @@ (do_neon_cvt): Likewise. (do_neon_mvn): Likewise. (do_neon_dup): Likewise. - (md_assemble): Call check_neon_suffixes (). + (md_assemble): Call check_neon_suffixes (). For older changes see ChangeLog-2009 diff --git a/gas/config/tc-ppc.c b/gas/config/tc-ppc.c index e6776022dd..327f3c1573 100644 --- a/gas/config/tc-ppc.c +++ b/gas/config/tc-ppc.c @@ -1,6 +1,6 @@ /* tc-ppc.c -- Assemble for the PowerPC or POWER (RS/6000) Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, - 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Written by Ian Lance Taylor, Cygnus Support. This file is part of GAS, the GNU Assembler. @@ -1209,7 +1209,8 @@ PowerPC options:\n\ -mvsx generate code for Vector-Scalar (VSX) instructions\n\ -me300 generate code for PowerPC e300 family\n\ -me500, -me500x2 generate code for Motorola e500 core complex\n\ --me500mc, generate code for Freescale e500mc core complex\n\ +-me500mc, generate code for Freescale e500mc core complex\n\ +-me500mc64, generate code for Freescale e500mc64 core complex\n\ -mspe generate code for Motorola SPE instructions\n\ -mregnames Allow symbolic names for registers\n\ -mno-regnames Do not allow symbolic names for registers\n")); |