mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 22:07:58 +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:
@ -25,7 +25,7 @@
|
|||||||
.file FILENO "file.c"
|
.file FILENO "file.c"
|
||||||
.loc FILENO LINENO [COLUMN] [basic_block] [prologue_end] \
|
.loc FILENO LINENO [COLUMN] [basic_block] [prologue_end] \
|
||||||
[epilogue_begin] [is_stmt VALUE] [isa VALUE] \
|
[epilogue_begin] [is_stmt VALUE] [isa VALUE] \
|
||||||
[discriminator VALUE]
|
[discriminator VALUE] [view VALUE]
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "as.h"
|
#include "as.h"
|
||||||
|
Reference in New Issue
Block a user