From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2124) id E5AFF385AC12; Tue, 9 Aug 2022 14:39:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E5AFF385AC12 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Nick Clifton To: bfd-cvs@sourceware.org Subject: [binutils-gdb] Fix typos in assembler documentation. X-Act-Checkin: binutils-gdb X-Git-Author: Stepan Nemec X-Git-Refname: refs/heads/master X-Git-Oldrev: ea3352172ec868b821fa34b31ba8128bde735405 X-Git-Newrev: f56173071020d3e97c98c550ba6264122e5d861d Message-Id: <20220809143918.E5AFF385AC12@sourceware.org> Date: Tue, 9 Aug 2022 14:39:18 +0000 (GMT) X-BeenThere: binutils-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Aug 2022 14:39:19 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Df56173071020= d3e97c98c550ba6264122e5d861d commit f56173071020d3e97c98c550ba6264122e5d861d Author: Stepan Nemec Date: Tue Aug 9 15:39:02 2022 +0100 Fix typos in assembler documentation. Diff: --- gas/doc/as.texi | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/gas/doc/as.texi b/gas/doc/as.texi index 09b0ca5f565..c1ac22c2297 100644 --- a/gas/doc/as.texi +++ b/gas/doc/as.texi @@ -2885,9 +2885,9 @@ preprocessed. If the first line of an input file is @code{#NO_APP} or if you use the @samp{-f} option, whitespace and comments are not removed from the input f= ile. Within an input file, you can ask for whitespace and comment removal in -specific portions of the by putting a line that says @code{#APP} before the +specific portions of the file by putting a line that says @code{#APP} befo= re the text that may contain whitespace or comments, and putting a line that says -@code{#NO_APP} after this text. This feature is mainly intend to support +@code{#NO_APP} after this text. This feature is mainly intended to support @code{asm} statements in compilers whose output is otherwise free of comme= nts and whitespace. =20 @@ -2923,12 +2923,13 @@ This means you may not nest these comments. @cindex line comment character Anything from a @dfn{line comment} character up to the next newline is considered a comment and is ignored. The line comment character is target -specific, and some targets multiple comment characters. Some targets also= have -line comment characters that only work if they are the first character on a -line. Some targets use a sequence of two characters to introduce a line -comment. Some targets can also change their line comment characters depen= ding -upon command-line options that have been used. For more details see the -@emph{Syntax} section in the documentation for individual targets. +specific, and some targets support multiple comment characters. Some targ= ets +also have line comment characters that only work if they are the first +character on a line. Some targets use a sequence of two characters to +introduce a line comment. Some targets can also change their line comment +characters depending upon command-line options that have been used. For m= ore +details see the @emph{Syntax} section in the documentation for individual +targets. =20 If the line comment character is the hash sign (@samp{#}) then it still ha= s the special ability to enable and disable preprocessing (@pxref{Preprocessing}= ) and @@ -3649,7 +3650,7 @@ bug in the assembler. =20 @cindex expr (internal section) @item expr section -The assembler stores complex expression internally as combinations of +The assembler stores complex expressions internally as combinations of symbols. When it needs to represent an expression as a symbol, it puts it in the expr section. @c FIXME item debug @@ -4356,7 +4357,7 @@ You may not subtract arguments from different section= s. @dfn{Is Less Than Or Equal To} =20 The comparison operators can be used as infix operators. A true result ha= s a -value of -1 whereas a false result has a value of 0. Note, these operato= rs +value of -1 whereas a false result has a value of 0. Note, these operators perform signed comparisons. @end table