public inbox for binutils-cvs@sourceware.org
 help / color / mirror / Atom feed
* [binutils-gdb] [gas] Update .loc syntax comment in dwarf2dbg.c
@ 2023-02-02 14:07 Tom de Vries
  0 siblings, 0 replies; only message in thread
From: Tom de Vries @ 2023-02-02 14:07 UTC (permalink / raw)
  To: bfd-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=4a075b258e6f27f7323d57ec046549aad5e1a702

commit 4a075b258e6f27f7323d57ec046549aad5e1a702
Author: Tom de Vries <tdevries@suse.de>
Date:   Thu Feb 2 15:07:44 2023 +0100

    [gas] Update .loc syntax comment in dwarf2dbg.c
    
    I noticed that a comment in gas/dwarf2dbg.c describing .loc syntax was missing
    the "view VALUE" option.
    
    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]
 */
 
 #include "as.h"

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-02-02 14:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-02 14:07 [binutils-gdb] [gas] Update .loc syntax comment in dwarf2dbg.c Tom de Vries

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).