*** 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
