From: Tom de Vries Date: Thu, 2 Feb 2023 14:07:44 +0000 (+0100) Subject: [gas] Update .loc syntax comment in dwarf2dbg.c X-Git-Tag: binutils-2_41~1980 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=4a075b258e6f27f7323d57ec046549aad5e1a702;p=thirdparty%2Fbinutils-gdb.git [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 --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"