mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-20 06:15:09 +08:00
Fix typo in comment
This commit is contained in:
@ -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>
|
2001-06-12 Nick Clifton <nickc@cambridge.redhat.com>
|
||||||
|
|
||||||
* doc/as.texinfo (Infix Ops): Document that comparison and
|
* doc/as.texinfo (Infix Ops): Document that comparison and
|
||||||
|
@ -1456,7 +1456,7 @@ static const operatorT op_encoding[256] = {
|
|||||||
0 operand, (expression)
|
0 operand, (expression)
|
||||||
1 ||
|
1 ||
|
||||||
2 &&
|
2 &&
|
||||||
3 = <> < <= >= >
|
3 == <> < <= >= >
|
||||||
4 + -
|
4 + -
|
||||||
5 used for * / % in MRI mode
|
5 used for * / % in MRI mode
|
||||||
6 & ^ ! |
|
6 & ^ ! |
|
||||||
|
Reference in New Issue
Block a user