This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] documentation fix


Here is a small fix for gas/doc/as.texinfo. I can not apply it 
myself.
Regards, Arnold

* doc/as.texinfo (infix operators): '<' and '>' are not shift 
operators.

Index: as.texinfo
===================================================================
RCS file: /cvs/src/src/gas/doc/as.texinfo,v
retrieving revision 1.130
diff -u -r1.130 as.texinfo
--- as.texinfo  30 Sep 2005 15:05:07 -0000      1.130
+++ as.texinfo  1 Oct 2005 19:54:03 -0000
@@ -3567,11 +3567,9 @@
 @item %
 @dfn{Remainder}.

-@item <
 @itemx <<
 @dfn{Shift Left}.  Same as the C operator @samp{<<}.

-@item >
 @itemx >>
 @dfn{Shift Right}.  Same as the C operator @samp{>>}.
 @end table


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]