From b94ef13a86c90daa1d5e9da755743bc405b55c3d Mon Sep 17 00:00:00 2001 From: Marc Espie Date: Tue, 31 Aug 1999 17:09:15 +0000 Subject: Support fxch abreviated form --- gnu/usr.bin/gas/opcode/i386.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu/usr.bin') diff --git a/gnu/usr.bin/gas/opcode/i386.h b/gnu/usr.bin/gas/opcode/i386.h index 1b5110dae1e..f6893750676 100644 --- a/gnu/usr.bin/gas/opcode/i386.h +++ b/gnu/usr.bin/gas/opcode/i386.h @@ -1,4 +1,4 @@ -/* $OpenBSD: i386.h,v 1.5 1998/07/03 18:43:34 weingart Exp $ */ +/* $OpenBSD: i386.h,v 1.6 1999/08/31 17:09:14 espie Exp $ */ /* i386-opcode.h -- Intel 80386 opcode table Copyright (C) 1989, 1991, Free Software Foundation. @@ -497,6 +497,7 @@ static const template i386_optab[] = { /* exchange %st with %st0 */ {"fxch", 1, 0xd9c8, _, ShortForm, FloatReg, 0, 0}, +{"fxch", 0, 0xd9c9, _, 0, 0, 0, 0}, /* alias for fxch %st(1) */ /* comparison (without pop) */ {"fcom", 1, 0xd8d0, _, ShortForm, FloatReg, 0, 0}, -- cgit v1.2.3