[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:
Matthew Green 2002-01-03 02:07:19 +00:00
parent c23795e245
commit a09cf9bd77
4 changed files with 13 additions and 4 deletions

View File

@ -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

View File

@ -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\

View File

@ -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.

View File

@ -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. */