From: Dave Love Date: Sat, 27 Feb 1999 00:12:12 +0000 (+0000) Subject: md.texi, [...]: Fix unterminated @xrefs. X-Git-Tag: prereleases/egcs-1.1.2-prerelease-3~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c24aee667830d75c5cb6debd62b99e30b8f3e263;p=thirdparty%2Fgcc.git md.texi, [...]: Fix unterminated @xrefs. � * md.texi, invoke.texi: Fix unterminated @xrefs. From-SVN: r25475 --- 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.