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: Update dump file names.


Hi,

Attached is a patch to update dump file names.  Committed as obvious.

Kazu Hirata

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

	* doc/invoke.texi: Update dump file names.

Index: invoke.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/invoke.texi,v
retrieving revision 1.295
diff -u -r1.295 invoke.texi
--- invoke.texi	20 Jun 2003 19:55:27 -0000	1.295
+++ invoke.texi	22 Jun 2003 15:57:30 -0000
@@ -3152,7 +3152,7 @@
 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}.34.stack}.
+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}.
@@ -3167,7 +3167,7 @@
 Dump after the first jump optimization, to @file{@var{file}.03.jump}.
 @item k
 @opindex dk
-Dump after conversion from registers to stack, to @file{@var{file}.34.stack}.
+Dump after conversion from registers to stack, to @file{@var{file}.35.stack}.
 @item l
 @opindex dl
 Dump after local register allocation, to @file{@var{file}.25.lreg}.
@@ -3178,7 +3178,7 @@
 @item M
 @opindex dM
 Dump after performing the machine dependent reorganization pass, to
-@file{@var{file}.35.mach}.
+@file{@var{file}.36.mach}.
 @item n
 @opindex dn
 Dump after register renumbering, to @file{@var{file}.30.rnreg}.
@@ -3190,7 +3190,7 @@
 Dump after RTL generation, to @file{@var{file}.00.rtl}.
 @item R
 @opindex dR
-Dump after the second scheduling pass, to @file{@var{file}.33.sched2}.
+Dump after the second scheduling pass, to @file{@var{file}.34.sched2}.
 @item s
 @opindex ds
 Dump after CSE (including the jump optimization that sometimes follows


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