This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Comitted] Fix -fasynchronous-unwind-tables documentation


This "obvious" patch corrects a typo in invoke.texi that results in
there being no option index entry for -fasynchronous-unwind-tables.
It looks like the text was cut-n-paste from the funwind-tables entry
without being noticed.

Committed to mainline as obvious.


2004-07-12  Roger Sayle  <roger@eyesopen.com>

	* doc/invoke.texi: Correct -fasynchronous-unwind-tables option
	index entry.


Index: invoke.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/invoke.texi,v
retrieving revision 1.483
diff -c -3 -p -r1.483 invoke.texi
*** invoke.texi	12 Jul 2004 03:35:17 -0000	1.483
--- invoke.texi	12 Jul 2004 06:09:28 -0000
*************** You will normally not enable this option
*** 11294,11300 ****
  that needs this handling would enable it on your behalf.

  @item -fasynchronous-unwind-tables
! @opindex funwind-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).
--- 11294,11300 ----
  that needs this handling would enable it on your behalf.

  @item -fasynchronous-unwind-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).


Roger
--


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]