From c24aee667830d75c5cb6debd62b99e30b8f3e263 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Sat, 27 Feb 1999 00:12:12 +0000 Subject: [PATCH] md.texi, [...]: Fix unterminated @xrefs. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit � * md.texi, invoke.texi: Fix unterminated @xrefs. From-SVN: r25475 --- gcc/ChangeLog | 4 ++++ gcc/md.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7910d1c48cd8..63a3d05f3a21 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Fri Feb 26 19:31:25 1999 Dave Love + + * md.texi, invoke.texi: Fix unterminated @xrefs. + Fri Feb 26 01:47:46 1999 Jeffrey A Law (law@cygnus.com) Sun Jan 17 03:20:47 1999 H.J. Lu (hjl@gnu.org) diff --git a/gcc/md.texi b/gcc/md.texi index c23f88b469c7..e9d810c76021 100644 --- a/gcc/md.texi +++ b/gcc/md.texi @@ -2175,7 +2175,7 @@ pattern or a @samp{tst@var{m}} pattern. Machines that use a pseudo register for the condition code value, or where the mode used for the comparison depends on the condition being -tested, should also use the above mechanism. @xref{Jump Patterns} +tested, should also use the above mechanism. @xref{Jump Patterns}. The above discussion also applies to the @samp{mov@var{mode}cc} and @samp{s@var{cond}} patterns. -- 2.47.2