From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2205) id 365463858C60; Thu, 2 Feb 2023 14:07:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 365463858C60 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Tom de Vries To: bfd-cvs@sourceware.org Subject: [binutils-gdb] [gas] Update .loc syntax comment in dwarf2dbg.c X-Act-Checkin: binutils-gdb X-Git-Author: Tom de Vries X-Git-Refname: refs/heads/master X-Git-Oldrev: 839c8aaa431c21d5404b3e007989f6ecfa86f094 X-Git-Newrev: 4a075b258e6f27f7323d57ec046549aad5e1a702 Message-Id: <20230202140749.365463858C60@sourceware.org> Date: Thu, 2 Feb 2023 14:07:49 +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: Thu, 02 Feb 2023 14:07:49 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D4a075b258e6f= 27f7323d57ec046549aad5e1a702 commit 4a075b258e6f27f7323d57ec046549aad5e1a702 Author: Tom de Vries Date: Thu Feb 2 15:07:44 2023 +0100 [gas] Update .loc syntax comment in dwarf2dbg.c =20 I noticed that a comment in gas/dwarf2dbg.c describing .loc syntax was = missing the "view VALUE" option. =20 Fix this by adding the missing option. Diff: --- gas/dwarf2dbg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gas/dwarf2dbg.c b/gas/dwarf2dbg.c index 05f966256e4..f04f2975b5b 100644 --- a/gas/dwarf2dbg.c +++ b/gas/dwarf2dbg.c @@ -25,7 +25,7 @@ .file FILENO "file.c" .loc FILENO LINENO [COLUMN] [basic_block] [prologue_end] \ [epilogue_begin] [is_stmt VALUE] [isa VALUE] \ - [discriminator VALUE] + [discriminator VALUE] [view VALUE] */ =20 #include "as.h"