From d35c63edaa48708ce679240c21f5323a64ab3ede Mon Sep 17 00:00:00 2001 From: John Dyson Date: Mon, 11 Nov 1996 19:03:51 +0000 Subject: Add the PPro %cr4 register to the supported registers in the assembler. --- gnu/usr.bin/as/opcode/i386.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu/usr.bin') diff --git a/gnu/usr.bin/as/opcode/i386.h b/gnu/usr.bin/as/opcode/i386.h index bb50ebff7381..c6197c00e65e 100644 --- a/gnu/usr.bin/as/opcode/i386.h +++ b/gnu/usr.bin/as/opcode/i386.h @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with GAS; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: i386.h,v 1.3 1995/05/30 04:48:01 rgrimes Exp $ */ +/* $Id: i386.h,v 1.4 1996/10/01 00:13:48 peter Exp $ */ static const template i386_optab[] = { @@ -757,6 +757,7 @@ static const reg_entry i386_regtab[] = { {"ds", SReg2, 3}, {"fs", SReg3, 4}, {"gs", SReg3, 5}, /* control registers */ {"cr0", Control, 0}, {"cr2", Control, 2}, {"cr3", Control, 3}, + {"cr4", Control, 4}, /* debug registers */ {"db0", Debug, 0}, {"db1", Debug, 1}, {"db2", Debug, 2}, {"db3", Debug, 3}, {"db6", Debug, 6}, {"db7", Debug, 7}, -- cgit v1.3