(Infix Ops): '<' and '>' are not shift operators.

This commit is contained in:
Nick Clifton 2005-10-03 09:41:06 +00:00
parent 65a7a66f3a
commit d1eac9d97d
2 changed files with 10 additions and 7 deletions

View File

@ -1,3 +1,8 @@
2005-10-03 Arnold Metselaar <arnold.metselaar@planet.nl>
* doc/as.texinfo (Infix Ops): '<' and '>' are not shift
operators.
2005-09-30 Bob Wilson <bob.wilson@acm.org>
* config/tc-xtensa.c (xtensa_frob_label): Disallow labels in bundles.

View File

@ -3567,12 +3567,10 @@ Highest Precedence
@item %
@dfn{Remainder}.
@item <
@itemx <<
@item <<
@dfn{Shift Left}. Same as the C operator @samp{<<}.
@item >
@itemx >>
@item >>
@dfn{Shift Right}. Same as the C operator @samp{>>}.
@end table
@ -3624,11 +3622,11 @@ You may not subtract arguments from different sections.
@dfn{Is Not Equal To}
@item <
@dfn{Is Less Than}
@itemx >
@item >
@dfn{Is Greater Than}
@itemx >=
@item >=
@dfn{Is Greater Than Or Equal To}
@itemx <=
@item <=
@dfn{Is Less Than Or Equal To}
The comparison operators can be used as infix operators. A true results has a