mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 12:03:41 +08:00
(Infix Ops): '<' and '>' are not shift operators.
This commit is contained in:
parent
65a7a66f3a
commit
d1eac9d97d
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user