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]

misnamed define_builtin* in tm.texi


Howdy,

The description of TARGET_CPU_CPP_BUILTINS references to
builtin_macro and builtin_macro_std as well as builtin_define
and builtin_define_std.  The former should be changed to the
latter.

The following patch passed `make info' and `make dvi'.  OK to
commit?

Matt

	* doc/tm.texi (TARGET_CPU_CPP_BUILTINS): Correct
	misnamings of builtin_define and builtin_define_std.

Index: gcc/doc/tm.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/tm.texi,v
retrieving revision 1.140
diff -c -3 -r1.140 tm.texi
*** gcc/doc/tm.texi	15 Jun 2002 09:41:09 -0000	1.140
--- gcc/doc/tm.texi	19 Jun 2002 14:49:23 -0000
***************
*** 595,606 ****
  
  @code{builtin_assert} takes a string in the form you pass to the
  command-line option @option{-A}, such as @code{cpu=mips}, and creates
! the assertion.  @code{builtin_macro} takes a string in the form
  accepted by option @option{-D} and unconditionally defines the macro.
  
! @code{builtin_macro_std} takes a string representing the name of an
  object-like macro.  If it doesn't lie in the user's namespace,
! @code{builtin_macro_std} defines it unconditionally.  Otherwise, it
  defines a version with two leading underscores, and another version
  with two leading and trailing underscores, and defines the original
  only if an ISO standard was not requested on the command line.  For
--- 595,606 ----
  
  @code{builtin_assert} takes a string in the form you pass to the
  command-line option @option{-A}, such as @code{cpu=mips}, and creates
! the assertion.  @code{builtin_define} takes a string in the form
  accepted by option @option{-D} and unconditionally defines the macro.
  
! @code{builtin_define_std} takes a string representing the name of an
  object-like macro.  If it doesn't lie in the user's namespace,
! @code{builtin_define_std} defines it unconditionally.  Otherwise, it
  defines a version with two leading underscores, and another version
  with two leading and trailing underscores, and defines the original
  only if an ISO standard was not requested on the command line.  For

Attachment: msg01631/pgp00000.pgp
Description: PGP signature


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