From b2e0ffdeb985a8f6a7d17bd98cc6b3cc520c0f71 Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Fri, 5 Nov 1999 21:50:54 +0000 Subject: Add more md operators --- gas/expr.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'gas/expr.c') diff --git a/gas/expr.c b/gas/expr.c index bb4fd55da6..ced12395bb 100644 --- a/gas/expr.c +++ b/gas/expr.c @@ -1492,6 +1492,14 @@ static operator_rankT op_rank[] = 0, /* O_md6 */ 0, /* O_md7 */ 0, /* O_md8 */ + 0, /* O_md9 */ + 0, /* O_md10 */ + 0, /* O_md11 */ + 0, /* O_md12 */ + 0, /* O_md13 */ + 0, /* O_md14 */ + 0, /* O_md15 */ + 0, /* O_md16 */ }; /* Unfortunately, in MRI mode for the m68k, multiplication and -- cgit v1.2.1