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]

[patch] invoke.texi: Remove a dumplicate -dk.


Hi,

Attached is a patch to remove a duplicate -dk.  -dk is documented in
two places.  One is being removed by this patch, and the other reads

  Dump after conversion from registers to stack, to @file{@var{file}.35.stack}.

Committed to both 3.3 branch and mainline as obvious.

Kazu Hirata

2003-06-22  Kazu Hirata  <kazu@cs.umass.edu>

	* doc/invoke.texi: Remove a duplicate -dk.

Index: invoke.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/invoke.texi,v
retrieving revision 1.296
diff -u -r1.296 invoke.texi
--- invoke.texi	22 Jun 2003 16:05:53 -0000	1.296
+++ invoke.texi	22 Jun 2003 16:12:51 -0000
@@ -3150,9 +3150,6 @@
 @item h
 @opindex dh
 Dump after finalization of EH handling code, to @file{@var{file}.02.eh}.
-@item k
-@opindex dk
-Dump after reg-to-stack conversion, to @file{@var{file}.35.stack}.
 @item o
 @opindex do
 Dump after post-reload optimizations, to @file{@var{file}.27.postreload}.


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