summaryrefslogtreecommitdiff
path: root/gas/expr.c
diff options
context:
space:
mode:
authorMichael Meissner <gnu@the-meissners.org>1999-10-18 22:29:15 +0000
committerMichael Meissner <gnu@the-meissners.org>1999-10-18 22:29:15 +0000
commitf4ff9e6f048f680df0bdb27d03193d5efa2f9190 (patch)
treecdf6f2b8529adcc7a285065a281d2ff24fae3544 /gas/expr.c
parent05b787dd2680a4ea686dc40373f295aea02932f5 (diff)
downloadbinutils-redhat-f4ff9e6f048f680df0bdb27d03193d5efa2f9190.tar.gz
Add md expression support; Cleanup alpha warnings
Diffstat (limited to 'gas/expr.c')
-rw-r--r--gas/expr.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/expr.c b/gas/expr.c
index acf2804e95..bb4fd55da6 100644
--- a/gas/expr.c
+++ b/gas/expr.c
@@ -1484,6 +1484,14 @@ static operator_rankT op_rank[] =
3, /* O_logical_and */
2, /* O_logical_or */
1, /* O_index */
+ 0, /* O_md1 */
+ 0, /* O_md2 */
+ 0, /* O_md3 */
+ 0, /* O_md4 */
+ 0, /* O_md5 */
+ 0, /* O_md6 */
+ 0, /* O_md7 */
+ 0, /* O_md8 */
};
/* Unfortunately, in MRI mode for the m68k, multiplication and