mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-11 11:23:35 +08:00
[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.
This commit is contained in:
parent
839c8aaa43
commit
4a075b258e
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user