public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Add IDENTIFIER_NODE to description of TARGET_ASM_NAMED_SECTION
@ 2012-10-19 13:04 Paulo Matos
  2012-10-19 14:07 ` Ian Lance Taylor
  0 siblings, 1 reply; 2+ messages in thread
From: Paulo Matos @ 2012-10-19 13:04 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 244 bytes --]

As a followup to:
http://gcc.gnu.org/ml/gcc/2012-10/msg00276.html

2012-10-19  Paulo Matos    <pmatos@broadcom.com>
	* tm.texi, tm.texi.in: Add IDENTIFIER_NODE as an alternative possibility
	to possible values of decl.

Paulo Matos



[-- Attachment #2: doc.patch --]
[-- Type: application/octet-stream, Size: 1854 bytes --]

*** gcc/doc/tm.texi
--- gcc/doc/tm.texi	2012-10-19 13:35:08.811456000 +0100
*************** of the filename using this macro.
*** 7395,7401 ****
  Output assembly directives to switch to section @var{name}.  The section
  should have attributes as specified by @var{flags}, which is a bit mask
  of the @code{SECTION_*} flags defined in @file{output.h}.  If @var{decl}
! is non-NULL, it is the @code{VAR_DECL} or @code{FUNCTION_DECL} with which
  this section is associated.
  @end deftypefn
  
--- 7395,7401 ----
  Output assembly directives to switch to section @var{name}.  The section
  should have attributes as specified by @var{flags}, which is a bit mask
  of the @code{SECTION_*} flags defined in @file{output.h}.  If @var{decl}
! is non-NULL, it is the @code{IDENTIFIER_NODE}, @code{VAR_DECL} or @code{FUNCTION_DECL} with which
  this section is associated.
  @end deftypefn
  
*** gcc/doc/tm.texi.in
--- gcc/doc/tm.texi.in	2012-10-19 13:33:50.629602000 +0100
*************** of the filename using this macro.
*** 7283,7290 ****
  Output assembly directives to switch to section @var{name}.  The section
  should have attributes as specified by @var{flags}, which is a bit mask
  of the @code{SECTION_*} flags defined in @file{output.h}.  If @var{decl}
! is non-NULL, it is the @code{VAR_DECL} or @code{FUNCTION_DECL} with which
! this section is associated.
  @end deftypefn
  
  @hook TARGET_ASM_FUNCTION_SECTION
--- 7283,7290 ----
  Output assembly directives to switch to section @var{name}.  The section
  should have attributes as specified by @var{flags}, which is a bit mask
  of the @code{SECTION_*} flags defined in @file{output.h}.  If @var{decl}
! is non-NULL, it is the @code{IDENTIFIER_NODE}, @code{VAR_DECL} or
! @code{FUNCTION_DECL} with which this section is associated.
  @end deftypefn
  
  @hook TARGET_ASM_FUNCTION_SECTION

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Add IDENTIFIER_NODE to description of TARGET_ASM_NAMED_SECTION
  2012-10-19 13:04 Add IDENTIFIER_NODE to description of TARGET_ASM_NAMED_SECTION Paulo Matos
@ 2012-10-19 14:07 ` Ian Lance Taylor
  0 siblings, 0 replies; 2+ messages in thread
From: Ian Lance Taylor @ 2012-10-19 14:07 UTC (permalink / raw)
  To: Paulo Matos; +Cc: gcc-patches

On Fri, Oct 19, 2012 at 5:48 AM, Paulo Matos <pmatos@broadcom.com> wrote:
>
> 2012-10-19  Paulo Matos    <pmatos@broadcom.com>
>         * tm.texi, tm.texi.in: Add IDENTIFIER_NODE as an alternative possibility
>         to possible values of decl.

This is OK.

Thanks.

Ian

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-10-19 13:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-19 13:04 Add IDENTIFIER_NODE to description of TARGET_ASM_NAMED_SECTION Paulo Matos
2012-10-19 14:07 ` Ian Lance Taylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).