From: Nick Clifton Date: Mon, 3 Oct 2005 09:41:06 +0000 (+0000) Subject: (Infix Ops): '<' and '>' are not shift operators. X-Git-Tag: insight_6_8-branchpoint~4342 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=a62384ba28a46abcd3ae9e4a49e0270712214bac;p=pf3gnuchains%2Fpf3gnuchains4x.git (Infix Ops): '<' and '>' are not shift operators. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 0b7ddc576a..7aad732aac 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2005-10-03 Arnold Metselaar + + * doc/as.texinfo (Infix Ops): '<' and '>' are not shift + operators. + 2005-09-30 Bob Wilson * config/tc-xtensa.c (xtensa_frob_label): Disallow labels in bundles. diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index 6e8ff3d54f..dfa9cb8376 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -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