diff options
Diffstat (limited to 'gas/doc/as.1')
-rw-r--r-- | gas/doc/as.1 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/doc/as.1 b/gas/doc/as.1 index 1ff0d0bf18..8aa32a885e 100644 --- a/gas/doc/as.1 +++ b/gas/doc/as.1 @@ -15,6 +15,7 @@ GNU as \- the portable GNU assembler. .RB "[\|" \-D "\|]" .RB "[\|" \-\-defsym\ SYM=VAL "\|]" .RB "[\|" \-f "\|]" +.RB "[\|" \-\-gstabs "\|]" .RB "[\|" \-I .I path\c \&\|] @@ -163,6 +164,10 @@ to the search list for .B .include directives. .TP +.B \-\-gstabs +Generate stabs debugging information for each assembler line. This +may help debugging assembler code, if the debugger can handle it. +.TP .B \-K Issue warnings when difference tables altered for long displacements. .TP |