From 9d2337ebc82f470a47a884d0281c2dc022b19153 Mon Sep 17 00:00:00 2001 From: rth Date: Tue, 29 Jan 2002 23:01:10 +0000 Subject: Fix markup last change. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49332 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/doc/tm.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc') 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 -- cgit v1.2.1