aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog4
-rw-r--r--gas/expr.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 9f906ae..ea92175 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,7 @@
+2001-06-13 Nick Clifton <nickc@cambridge.redhat.com>
+
+ * expr.c: Fix typo in comment.
+
2001-06-12 Nick Clifton <nickc@cambridge.redhat.com>
* doc/as.texinfo (Infix Ops): Document that comparison and
diff --git a/gas/expr.c b/gas/expr.c
index f79e31c..633854c 100644
--- a/gas/expr.c
+++ b/gas/expr.c
@@ -1456,7 +1456,7 @@ static const operatorT op_encoding[256] = {
0 operand, (expression)
1 ||
2 &&
- 3 = <> < <= >= >
+ 3 == <> < <= >= >
4 + -
5 used for * / % in MRI mode
6 & ^ ! |