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:
cbe2690
)
as: Fix typo in manual
author
David Carew
<david@dcarew.com>
Fri, 4 Aug 2023 16:18:06 +0000
(09:18 -0700)
committer
Tsukasa OI
<research_trasio@irq.a4lg.com>
Sat, 5 Aug 2023 03:43:39 +0000
(
03:43
+0000)
The -D flag should enable "debugging"
gas/doc/as.texi
patch
|
blob
|
history
diff --git
a/gas/doc/as.texi
b/gas/doc/as.texi
index 4959c2f6d49f03077e273d0b9cb7afafe9e459f9..f84db9009b7fa5e8ac8ed90616e0dcfe742117bd 100644
(file)
--- a/
gas/doc/as.texi
+++ b/
gas/doc/as.texi
@@
-748,7
+748,7
@@
targets except the x86/x86_64, but a configure time option can be used to
override this.
@item -D
-Enable de
n
ugging in target specific backends, if supported. Otherwise ignored.
+Enable de
b
ugging in target specific backends, if supported. Otherwise ignored.
Even if ignored, this option is accepted for script compatibility with calls to
other assemblers.