From fc52957f63171831a9f6f0ff1a9e7a7fe3b1efdd Mon Sep 17 00:00:00 2001 From: pk Date: Thu, 3 Feb 1994 23:30:09 +0000 Subject: [PATCH] Recognise `beq' as an alias for `be'. --- gnu/usr.bin/gas/opcode/sparc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/usr.bin/gas/opcode/sparc.h b/gnu/usr.bin/gas/opcode/sparc.h index 905fd71f0f48..5424de360c10 100644 --- a/gnu/usr.bin/gas/opcode/sparc.h +++ b/gnu/usr.bin/gas/opcode/sparc.h @@ -20,7 +20,7 @@ along with GAS or GDB; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* - * $Id: sparc.h,v 1.3 1994/02/02 19:50:05 pk Exp $ + * $Id: sparc.h,v 1.4 1994/02/03 23:30:09 pk Exp $ */ /* FIXME-someday: perhaps the ,a's and such should be embedded in the @@ -681,6 +681,7 @@ cond ("ba", "ta", CONDA, F_ALIAS), /* for nothing */ cond ("bcc", "tcc", CONDCC, 0), cond ("bcs", "tcs", CONDCS, 0), cond ("be", "te", CONDE, 0), +cond ("beq", "teq", CONDE, F_ALIAS), /* for be */ cond ("bg", "tg", CONDG, 0), cond ("bgt", "tgt", CONDG, F_ALIAS), cond ("bge", "tge", CONDGE, 0),