aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRoger Sayle <roger@eyesopen.com>2004-07-12 06:21:16 +0000
committerRoger Sayle <sayle@gcc.gnu.org>2004-07-12 06:21:16 +0000
commit2a9dc91764a82c30cae2a12752276e894d80aee6 (patch)
tree85505958390740ab1a21a92c981d62b3bf6decf8 /gcc
parentf10107a18f1f702796c512611c6798e3eb5b56ac (diff)
downloadgcc-2a9dc91764a82c30cae2a12752276e894d80aee6.zip
gcc-2a9dc91764a82c30cae2a12752276e894d80aee6.tar.gz
gcc-2a9dc91764a82c30cae2a12752276e894d80aee6.tar.bz2
invoke.texi: Correct -fasynchronous-unwind-tables option index entry.
* doc/invoke.texi: Correct -fasynchronous-unwind-tables option index entry. From-SVN: r84549
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/doc/invoke.texi2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index bda0d409..8393417 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2004-07-12 Roger Sayle <roger@eyesopen.com>
+
+ * doc/invoke.texi: Correct -fasynchronous-unwind-tables option
+ index entry.
+
2004-07-12 Richard Sandiford <rsandifo@redhat.com>
* config/mips/mips.c (mips_use_dfa_pipeline_interface): Delete.
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index d094b72..b265292 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -11294,7 +11294,7 @@ You will normally not enable this option; instead, a language processor
that needs this handling would enable it on your behalf.
@item -fasynchronous-unwind-tables
-@opindex funwind-tables
+@opindex fasynchronous-unwind-tables
Generate unwind table in dwarf2 format, if supported by target machine. The
table is exact at each instruction boundary, so it can be used for stack
unwinding from asynchronous events (such as debugger or garbage collector).