[gas/ChangeLog]
* config/tc-ppc.c (md_parse_option): BookE is not Motorola specific. [include/opcode/ChangeLog] * ppc.h (PPC_OPCODE_BOOKE): BookE is not Motorola specific. (PPC_OPCODE_BOOKE64): Likewise.
This commit is contained in:
parent
c23795e245
commit
a09cf9bd77
@ -1,3 +1,7 @@
|
||||
2002-01-03 matthew green <mrg@redhat.com>
|
||||
|
||||
* config/tc-ppc.c (md_parse_option): BookE is not Motorola specific.
|
||||
|
||||
2002-01-02 Nick Clifton <nickc@cambridge.redhat.com>
|
||||
|
||||
* config/tc-m68k.c (md_estimate_size_before_relax): Test for a
|
||||
|
@ -1037,8 +1037,8 @@ PowerPC options:\n\
|
||||
generate code For Motorola PowerPC 7400/7410/7450/7455\n\
|
||||
-mppc64, -m620 generate code for Motorola PowerPC 620\n\
|
||||
-mppc64bridge generate code for PowerPC 64, including bridge insns\n\
|
||||
-mbooke64 generate code for 64-bit Motorola BookE\n\
|
||||
-mbooke, mbooke32 generate code for 32-bit Motorola BookE\n\
|
||||
-mbooke64 generate code for 64-bit PowerPC BookE\n\
|
||||
-mbooke, mbooke32 generate code for 32-bit PowerPC BookE\n\
|
||||
-maltivec generate code for AltiVec\n\
|
||||
-mcom generate code Power/PowerPC common instructions\n\
|
||||
-many generate code for any architecture (PWR/PWRX/PPC)\n\
|
||||
|
@ -1,3 +1,8 @@
|
||||
2002-01-03 matthew green <mrg@redhat.com>
|
||||
|
||||
* ppc.h (PPC_OPCODE_BOOKE): BookE is not Motorola specific.
|
||||
(PPC_OPCODE_BOOKE64): Likewise.
|
||||
|
||||
Mon Dec 31 16:45:41 2001 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* hppa.h (call, ret): Move to end of table.
|
||||
|
@ -94,10 +94,10 @@ extern const int powerpc_num_opcodes;
|
||||
/* Opcode is supported by PowerPC 403 processor. */
|
||||
#define PPC_OPCODE_403 (02000)
|
||||
|
||||
/* Opcode is supported by Motorola BookE processor. */
|
||||
/* Opcode is supported by PowerPC BookE processor. */
|
||||
#define PPC_OPCODE_BOOKE (04000)
|
||||
|
||||
/* Opcode is only supported by 64-bit Motorola BookE processor. */
|
||||
/* Opcode is only supported by 64-bit PowerPC BookE processor. */
|
||||
#define PPC_OPCODE_BOOKE64 (010000)
|
||||
|
||||
/* A macro to extract the major opcode from an instruction. */
|
||||
|
Loading…
Reference in New Issue
Block a user