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]

[Committed] Doc: Add brackets around the return type of TARGET_SECONDARY_RELOAD


Hi,

without the patch we add a link to "reg_class" to the toc instead
of TARGET_SECONDARY_RELOAD.

Committed as obvious.

Bye,

-Andreas-


2007-03-19  Andreas Krebbel  <krebbel1@de.ibm.com>

	* doc/tm.texi: Add brackets around the return type of
	TARGET_SECONDARY_RELOAD.


Index: gcc/doc/tm.texi
===================================================================
*** gcc/doc/tm.texi.orig	2007-03-12 10:01:15.000000000 +0100
--- gcc/doc/tm.texi	2007-03-19 16:09:20.000000000 +0100
*************** Don't define this macro unless the targe
*** 2509,2515 ****
  require the macro to do something nontrivial.
  @end defmac
  
! @deftypefn {Target Hook} enum reg_class TARGET_SECONDARY_RELOAD (bool @var{in_p}, rtx @var{x}, enum reg_class @var{reload_class}, enum machine_mode @var{reload_mode}, secondary_reload_info *@var{sri})
  Many machines have some registers that cannot be copied directly to or
  from memory or even from other types of registers.  An example is the
  @samp{MQ} register, which on most machines, can only be copied to or
--- 2509,2515 ----
  require the macro to do something nontrivial.
  @end defmac
  
! @deftypefn {Target Hook} {enum reg_class} TARGET_SECONDARY_RELOAD (bool @var{in_p}, rtx @var{x}, enum reg_class @var{reload_class}, enum machine_mode @var{reload_mode}, secondary_reload_info *@var{sri})
  Many machines have some registers that cannot be copied directly to or
  from memory or even from other types of registers.  An example is the
  @samp{MQ} register, which on most machines, can only be copied to or


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