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]

Re: RFA: Further C / ObjC initialization cleanup


Joseph S. Myers wrote:-

> On Tue, 27 Nov 2001, Neil Booth wrote:
> 
> > 2) Since that creates more common code between C and ObjC, I've
> >    created c-objc-common.c and moved it from c-lang.c to there
> 
> You failed to update doc/passes.texi.  (That file also ought to have been
> updated when c-dump.c and c-dump.h were renamed.)

Consider this appended.

Neil.

	* doc/passes.texi: Update.

Index: doc/passes.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/passes.texi,v
retrieving revision 1.1
diff -u -p -r1.1 passes.texi
--- passes.texi	2001/11/12 15:46:47	1.1
+++ passes.texi	2001/11/27 21:55:42
@@ -83,6 +83,7 @@ The source files to parse C are
 @file{c-decl.c},
 @file{c-errors.c},
 @file{c-lang.c},
+@file{c-objc-common.c},
 @file{c-parse.in},
 @file{c-aux-info.c},
 and


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