projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
542bf90
)
Fix typo in comment
author
Nick Clifton
<nickc@redhat.com>
Wed, 13 Jun 2001 11:29:53 +0000
(11:29 +0000)
committer
Nick Clifton
<nickc@redhat.com>
Wed, 13 Jun 2001 11:29:53 +0000
(11:29 +0000)
gas/ChangeLog
patch
|
blob
|
history
gas/expr.c
patch
|
blob
|
history
diff --git
a/gas/ChangeLog
b/gas/ChangeLog
index 9f906ae70b9bcf89eac8bc393ecb1480d0558bc8..ea92175da5b5b6c260faa0bdba7f6ba950eec0f5 100644
(file)
--- 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 f79e31cbe3aff6c8360a9483e899ebdd1b7c6675..633854c37bfd51392e1f2cc5fe35a3aab0a24a62 100644
(file)
--- 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 & ^ ! |