aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2022-07-19 15:40:58 +0200
committerMartin Liska <mliska@suse.cz>2022-07-19 15:41:10 +0200
commitedf0c132b19f73e5739715c2ac90c4ae1e96dc31 (patch)
tree249ce9f32118e7d83f7aa5d608aa9fd34d70876f /gcc/doc
parent4c3231302577445417715a7c22e879e4159376d3 (diff)
downloadgcc-edf0c132b19f73e5739715c2ac90c4ae1e96dc31.zip
gcc-edf0c132b19f73e5739715c2ac90c4ae1e96dc31.tar.gz
gcc-edf0c132b19f73e5739715c2ac90c4ae1e96dc31.tar.bz2
Remote trailing : for subheading.
gcc/ChangeLog: * doc/extend.texi: Remove trailing :.
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/extend.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index dfbe33a..4222e76 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -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: