Remote trailing : for subheading.

gcc/ChangeLog:

	* doc/extend.texi: Remove trailing :.
This commit is contained in:
Martin Liska 2022-07-19 15:40:58 +02:00
parent 4c32313025
commit edf0c132b1
1 changed files with 2 additions and 2 deletions

View File

@ -11385,7 +11385,7 @@ keyword after the declarator.
It is up to you to make sure that the assembler names you choose do not
conflict with any other assembler symbols, or reference registers.
@subsubheading Assembler names for data:
@subsubheading Assembler names for data
This sample shows how to specify the assembler name for data:
@ -11407,7 +11407,7 @@ since such variables do not have assembler names. If you are
trying to put the variable in a particular register, see
@ref{Explicit Register Variables}.
@subsubheading Assembler names for functions:
@subsubheading Assembler names for functions
To specify the assembler name for functions, write a declaration for the
function before its definition and put @code{asm} there, like this: