From 172270b3d1036d8e7519cf774bdb09c710207b03 Mon Sep 17 00:00:00 2001 From: Richard Earnshaw Date: Fri, 14 Dec 2001 11:03:49 +0000 Subject: * 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 --- gcc/doc/tm.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/doc') 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 -- cgit v1.1