[Patch] Fix typo in comment in expr.c
Nick Clifton
nickc@cambridge.redhat.com
Wed Jun 13 04:29:00 GMT 2001
Hi Guys,
I am applying this patch to fix a small typo in a comment about the
operator precedence in gas.
Cheers
Nick
2001-06-13 Nick Clifton <nickc@cambridge.redhat.com>
* expr.c: Fix typo in comment.
Index: expr.c
===================================================================
RCS file: /cvs/src/src/gas/expr.c,v
retrieving revision 1.35
diff -p -r1.35 expr.c
*** expr.c 2001/05/25 01:59:43 1.35
--- expr.c 2001/06/13 11:28:14
*************** static const operatorT op_encoding[256]
*** 1456,1462 ****
0 operand, (expression)
1 ||
2 &&
! 3 = <> < <= >= >
4 + -
5 used for * / % in MRI mode
6 & ^ ! |
--- 1456,1462 ----
0 operand, (expression)
1 ||
2 &&
! 3 == <> < <= >= >
4 + -
5 used for * / % in MRI mode
6 & ^ ! |
More information about the Binutils
mailing list