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: fix tm.texi.


> X-Sieve: cmu-sieve 2.0
> Date: Wed, 21 Aug 2002 00:55:21 -0400
> Cc: gcc-patches@gcc.gnu.org, ghazi@caip.rutgers.edu
> From: Andrew Pinski <pinskia@physics.uc.edu>
> 
> your patch is not consistent with where the `@end deftypefn' goes,
> it looks like the other places in the file, the end goes after what
> the `default implementation' relies on.
> Examples includes TARGET_ASM_INTEGER, TARGET_SECTION_TYPE_FLAGS
> so my patch would be better so it can more consistent with the
> rest of the file.

Sure.  Please take my patch out and put yours in.

> Thanks,
> Andrew Pinski
> 
> 
> On Wednesday, August 21, 2002, at 12:42 , Geoffrey Keating wrote:
> > Index: doc/tm.texi
> > ===================================================================
> > RCS file: /cvs/gcc/gcc/gcc/doc/tm.texi,v
> > retrieving revision 1.157
> > diff -p -u -p -r1.157 tm.texi
> > --- doc/tm.texi	21 Aug 2002 02:41:51 -0000	1.157
> > +++ doc/tm.texi	21 Aug 2002 04:39:58 -0000
> > @@ -6586,6 +6586,7 @@ You may wish to use @code{ASM_OUTPUT_SIZ
> >  This target hook is a function to output to the stdio stream
> >  @var{stream} some commands that will make the label @var{name} global;
> >  that is, available for reference from other files.
> > +@end deftypefn
> >
> >  The default implementation relies on a proper definition of
> >  @code{GLOBAL_ASM_OP}.
> > ============================================================
> >
> >
> 


-- 
- Geoffrey Keating <geoffk@geoffk.org> <geoffk@redhat.com>


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