This is the mail archive of the gcc@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: lower-subreg and IBM long double


On Tue, 11 Jun 2013, Alan Modra wrote:

> Index: gcc/doc/tm.texi.in
> ===================================================================
> --- gcc/doc/tm.texi.in	(revision 199781)
> +++ gcc/doc/tm.texi.in	(working copy)
> @@ -6375,6 +6375,12 @@
>  registers on machines with lots of registers.
>  @end deftypefn
>  
> +@hook TARGET_INIT_LOWER_SUBREG
> +This hook allows modification of the choices the lower_subreg pass
> +will make for particular subreg modes.  @var{data} is a pointer to a
> +@code{struct target_lower_subreg}.
> +@end deftypefn

It's preferred to put the hook documentation in the doc string in 
target.def, so tm.texi.in then only contains the @hook line indicating 
where the documentation will go in tm.texi.

-- 
Joseph S. Myers
joseph@codesourcery.com


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