* ppc.h (PPC_OPERAND_DS): Define.

This commit is contained in:
Alan Modra 2001-08-27 10:26:57 +00:00
parent abd0e9cb21
commit a695901141
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2001-08-27 Torbjorn Granlund <tege@swox.com>
* ppc.h (PPC_OPERAND_DS): Define.
2001-08-25 Andreas Jaeger <aj@suse.de> 2001-08-25 Andreas Jaeger <aj@suse.de>
* d30v.h: Fix declaration of reg_name_cnt. * d30v.h: Fix declaration of reg_name_cnt.

View file

@ -1,5 +1,5 @@
/* ppc.h -- Header file for PowerPC opcode table /* 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 Written by Ian Lance Taylor, Cygnus Support
This file is part of GDB, GAS, and the GNU binutils. 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'. */ prints these with a leading 'v'. */
#define PPC_OPERAND_VR (010000) #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 /* The POWER and PowerPC assemblers use a few macros. We keep them
with the operands table for simplicity. The macro table is an with the operands table for simplicity. The macro table is an