This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: fix tm.texi.
- From: Geoff Keating <geoffk at geoffk dot org>
- To: pinskia at physics dot uc dot edu
- Cc: gcc-patches at gcc dot gnu dot org, ghazi at caip dot rutgers dot edu
- Date: Tue, 20 Aug 2002 21:57:03 -0700
- Subject: Re: fix tm.texi.
- References: <325291DD-B4C2-11D6-9013-000393122612@physics.uc.edu>
- Reply-to: Geoff Keating <geoffk at redhat dot com>
> 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>