aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorRichard Earnshaw <rearnsha@arm.com>2001-12-14 11:03:49 +0000
committerRichard Earnshaw <rearnsha@gcc.gnu.org>2001-12-14 11:03:49 +0000
commit172270b3d1036d8e7519cf774bdb09c710207b03 (patch)
treee5a118982db66609eb0c9218a1edcadf03ac514b /gcc/doc
parente82c2b28d164f8e324d8368b71ab0207da9df21a (diff)
downloadgcc-172270b3d1036d8e7519cf774bdb09c710207b03.zip
gcc-172270b3d1036d8e7519cf774bdb09c710207b03.tar.gz
gcc-172270b3d1036d8e7519cf774bdb09c710207b03.tar.bz2
* netbsd.h (COLLECT_SHARED_INIT_FUNC)
(COLLECT_SHARD_FINI_FUNC): Remove redundant semicolon. * doc/tm.texi (COLLECT_SHARED_INIT_FUNC) (COLLECT_SHARD_FINI_FUNC): Use @code where appropriate. From-SVN: r47996
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/tm.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi
index 55d38ff..c0105a8 100644
--- a/gcc/doc/tm.texi
+++ b/gcc/doc/tm.texi
@@ -6643,7 +6643,7 @@ If defined, a C statement that will write a function that can be
automatically called when a shared library is loaded. The function
should call @var{func}, which takes no arguments. If not defined, and
the object format requires an explicit initialization function, then a
-function called @var{_GLOBAL__DI} will be generated.
+function called @code{_GLOBAL__DI} will be generated.
This function and the following one are used by collect2 when linking a
shared library that needs constructors or destructors, or has DWARF2
@@ -6654,7 +6654,7 @@ If defined, a C statement that will write a function that can be
automatically called when a shared library is unloaded. The function
should call @var{func}, which takes no arguments. If not defined, and
the object format requires an explicit finalization function, then a
-function called @var{_GLOBAL__DD} will be generated.
+function called @code{_GLOBAL__DD} will be generated.
@item INVOKE__main
@findex INVOKE__main