projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
839c8aa
)
[gas] Update .loc syntax comment in dwarf2dbg.c
author
Tom de Vries
<tdevries@suse.de>
Thu, 2 Feb 2023 14:07:44 +0000
(15:07 +0100)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/gas/dwarf2dbg.c
b/gas/dwarf2dbg.c
index 05f966256e4a6ba6d6c6cdd6917bf76e283357fd..f04f2975b5b09b6d6affb9e6937326ca1ec8f84c 100644
(file)
--- 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"