From 003b9f787228c9757501eebc4a51142b89d021d6 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Tue, 29 Jan 2002 15:01:10 -0800 Subject: [PATCH] Fix markup last change. From-SVN: r49332 --- gcc/doc/tm.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index f3454f33c5c..ad64fd692f9 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -5603,7 +5603,7 @@ processor's ``application binary interface'' (ABI)@. When this macro is defined, RTL is generated for this register once, as with the stack pointer and frame pointer registers. If this macro is not defined, it is up to the machine-dependent files to allocate such a register (if -necessary). Note that this register must be fixed when in use (e.g. +necessary). Note that this register must be fixed when in use (e.g.@: when @code{flag_pic} is true). @findex PIC_OFFSET_TABLE_REG_CALL_CLOBBERED -- 2.30.2