diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fe032c46293..986fdd068f8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2012-08-26 Gerald Pfeifer + + * doc/tm.texi.in (Misc): Move descriptions of NO_DOLLAR_IN_LABEL + and NO_DOT_IN_LABEL from here... + (Label Output): ...to here. + * doc/tm.texi: Regenerate. + 2012-08-26 Gerald Pfeifer * doc/invoke.texi (C++ Dialect Options): Add missing space. diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 1e9e7a66fe5..79e7fe875b1 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -7824,6 +7824,20 @@ not recognize @samp{.} or cannot do calculations with it, you will need to redefine @code{ASM_OUTPUT_MEASURED_SIZE} to use some other technique. @end defmac +@defmac NO_DOLLAR_IN_LABEL +Define this macro if the assembler does not accept the character +@samp{$} in label names. By default constructors and destructors in +G++ have @samp{$} in the identifiers. If this macro is defined, +@samp{.} is used instead. +@end defmac + +@defmac NO_DOT_IN_LABEL +Define this macro if the assembler does not accept the character +@samp{.} in label names. By default constructors and destructors in G++ +have names that use @samp{.}. If this macro is defined, these names +are rewritten to avoid @samp{.}. +@end defmac + @defmac TYPE_ASM_OP A C string containing the appropriate assembler directive to specify the type of a symbol, without any arguments. On systems that use ELF, the @@ -10711,20 +10725,6 @@ not allowed by default; 1 means it is allowed. 1 is the default; there is no need to define this macro in that case. @end defmac -@defmac NO_DOLLAR_IN_LABEL -Define this macro if the assembler does not accept the character -@samp{$} in label names. By default constructors and destructors in -G++ have @samp{$} in the identifiers. If this macro is defined, -@samp{.} is used instead. -@end defmac - -@defmac NO_DOT_IN_LABEL -Define this macro if the assembler does not accept the character -@samp{.} in label names. By default constructors and destructors in G++ -have names that use @samp{.}. If this macro is defined, these names -are rewritten to avoid @samp{.}. -@end defmac - @defmac INSN_SETS_ARE_DELAYED (@var{insn}) Define this macro as a C expression that is nonzero if it is safe for the delay slot scheduler to place instructions in the delay slot of @var{insn}, diff --git a/gcc/doc/tm.texi.in b/gcc/doc/tm.texi.in index d20b8aa9058..569413bcd5e 100644 --- a/gcc/doc/tm.texi.in +++ b/gcc/doc/tm.texi.in @@ -7709,6 +7709,20 @@ not recognize @samp{.} or cannot do calculations with it, you will need to redefine @code{ASM_OUTPUT_MEASURED_SIZE} to use some other technique. @end defmac +@defmac NO_DOLLAR_IN_LABEL +Define this macro if the assembler does not accept the character +@samp{$} in label names. By default constructors and destructors in +G++ have @samp{$} in the identifiers. If this macro is defined, +@samp{.} is used instead. +@end defmac + +@defmac NO_DOT_IN_LABEL +Define this macro if the assembler does not accept the character +@samp{.} in label names. By default constructors and destructors in G++ +have names that use @samp{.}. If this macro is defined, these names +are rewritten to avoid @samp{.}. +@end defmac + @defmac TYPE_ASM_OP A C string containing the appropriate assembler directive to specify the type of a symbol, without any arguments. On systems that use ELF, the @@ -10569,20 +10583,6 @@ not allowed by default; 1 means it is allowed. 1 is the default; there is no need to define this macro in that case. @end defmac -@defmac NO_DOLLAR_IN_LABEL -Define this macro if the assembler does not accept the character -@samp{$} in label names. By default constructors and destructors in -G++ have @samp{$} in the identifiers. If this macro is defined, -@samp{.} is used instead. -@end defmac - -@defmac NO_DOT_IN_LABEL -Define this macro if the assembler does not accept the character -@samp{.} in label names. By default constructors and destructors in G++ -have names that use @samp{.}. If this macro is defined, these names -are rewritten to avoid @samp{.}. -@end defmac - @defmac INSN_SETS_ARE_DELAYED (@var{insn}) Define this macro as a C expression that is nonzero if it is safe for the delay slot scheduler to place instructions in the delay slot of @var{insn},