]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* doc/md.texi (Insn Lengths): Fix description of (pc).
authorEric Botcazou <ebotcazou@adacore.com>
Thu, 11 Dec 2014 22:39:34 +0000 (22:39 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Thu, 11 Dec 2014 22:39:34 +0000 (22:39 +0000)
From-SVN: r218644

gcc/ChangeLog
gcc/doc/md.texi

index 11c2e3502f1b8a4df1a5eb729a98414c6da5c536..b5ff154ba543dbb8027b0231376369e05bffefb9 100644 (file)
@@ -1,3 +1,7 @@
+2014-12-11  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * doc/md.texi (Insn Lengths): Fix description of (pc).
+
 2014-12-10  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
 
        Backport from mainline
index 000b93a60e1f473ebd3e90922ac6a1261d4c8a7a..02283b3204c683cc96d5294160c62b317b5af509 100644 (file)
@@ -8172,9 +8172,9 @@ must be a @code{label_ref}.
 
 @cindex @code{pc} and attributes
 @item (pc)
-This refers to the address of the @emph{current} insn.  It might have
-been more consistent with other usage to make this the address of the
-@emph{next} insn but this would be confusing because the length of the
+For non-branch instructions and backward branch instructions, this refers
+to the address of the current insn.  But for forward branch instructions,
+this refers to the address of the next insn, because the length of the
 current insn is to be computed.
 @end table