[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:
		| @@ -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.  */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user