aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gas/as.c2
-rw-r--r--gas/doc/as.texi8
2 files changed, 7 insertions, 3 deletions
diff --git a/gas/as.c b/gas/as.c
index acdf6bb..bc38cdf 100644
--- a/gas/as.c
+++ b/gas/as.c
@@ -311,7 +311,7 @@ Options:\n\
fprintf (stream, _("\
generate GNU Build notes if none are present in the input\n"));
fprintf (stream, _("\
- --gsframe=[no|yes] whether to generate SFrame stack trace information\n\
+ --gsframe[={no|yes}] whether to generate SFrame stack trace information\n\
(default: no)\n"));
# if defined (TARGET_USE_SCFI) && defined (TARGET_USE_GINSN)
fprintf (stream, _("\
diff --git a/gas/doc/as.texi b/gas/doc/as.texi
index 70c2540..1cb1fd8 100644
--- a/gas/doc/as.texi
+++ b/gas/doc/as.texi
@@ -240,7 +240,7 @@ gcc(1), ld(1), and the Info entries for @file{binutils} and @file{ld}.
[@b{--gdwarf-<N>}] [@b{--gdwarf-sections}]
[@b{--gdwarf-cie-version}=@var{VERSION}]
[@b{--generate-missing-build-notes=[no|yes]}]
- [@b{--gsframe}]
+ [@b{--gsframe}] [@b{--gsframe=[no|yes]}]
[@b{--hash-size}=@var{N}]
[@b{--help}] [@b{--target-help}]
[@b{--info}] [@b{--no-info}]
@@ -860,7 +860,11 @@ configure option.
@item --gsframe
@itemx --gsframe
-Create @var{.sframe} section from CFI directives.
+@itemx --gsframe=no
+@itemx --gsframe=yes
+Create @var{.sframe} section from CFI directives. The explicit
+@option{--gsframe=yes} option behaves the same as @option{--gsframe}.
+Generation can be suppressed with @option{--gsframe=no}.
@end ifset