From a695901141ca41697c181adf132013b60615c5ad Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 27 Aug 2001 10:26:57 +0000 Subject: * ppc.h (PPC_OPERAND_DS): Define. --- include/opcode/ChangeLog | 4 ++++ include/opcode/ppc.h | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'include/opcode') diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index d38f8fb..37e2299 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,3 +1,7 @@ +2001-08-27 Torbjorn Granlund + + * ppc.h (PPC_OPERAND_DS): Define. + 2001-08-25 Andreas Jaeger * d30v.h: Fix declaration of reg_name_cnt. diff --git a/include/opcode/ppc.h b/include/opcode/ppc.h index d23e1c6..543bfe3 100644 --- a/include/opcode/ppc.h +++ b/include/opcode/ppc.h @@ -1,5 +1,5 @@ /* ppc.h -- Header file for PowerPC opcode table - Copyright 1994, 1995, 1999, 2000 Free Software Foundation, Inc. + Copyright 1994, 1995, 1999, 2000, 2001 Free Software Foundation, Inc. Written by Ian Lance Taylor, Cygnus Support This file is part of GDB, GAS, and the GNU binutils. @@ -229,6 +229,8 @@ extern const struct powerpc_operand powerpc_operands[]; prints these with a leading 'v'. */ #define PPC_OPERAND_VR (010000) +/* This operand is for the DS field in a DS form instruction. */ +#define PPC_OPERAND_DS (020000) /* The POWER and PowerPC assemblers use a few macros. We keep them with the operands table for simplicity. The macro table is an -- cgit v1.1