[gas] Update .loc syntax comment in dwarf2dbg.c
authorTom de Vries <tdevries@suse.de>
Thu, 2 Feb 2023 14:07:44 +0000 (15:07 +0100)
committerTom de Vries <tdevries@suse.de>
Thu, 2 Feb 2023 14:07:44 +0000 (15:07 +0100)
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.

gas/dwarf2dbg.c

index 05f966256e4a6ba6d6c6cdd6917bf76e283357fd..f04f2975b5b09b6d6affb9e6937326ca1ec8f84c 100644 (file)
@@ -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"