invoke.texi: Correct -fasynchronous-unwind-tables option index entry.
authorRoger Sayle <roger@eyesopen.com>
Mon, 12 Jul 2004 06:21:16 +0000 (06:21 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Mon, 12 Jul 2004 06:21:16 +0000 (06:21 +0000)
* doc/invoke.texi: Correct -fasynchronous-unwind-tables option
index entry.

From-SVN: r84549

gcc/ChangeLog
gcc/doc/invoke.texi

index bda0d40907a1f63ab97a3974f8a5c4c09a556264..839341720b6b078a793d32f7f9c97f174a76a164 100644 (file)
@@ -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.
index d094b724fb19e86dcc7c2bdb5eb8cba916039d93..b2652928019026152524dd0fb3a13b3b17dd04ff 100644 (file)
@@ -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).