diff options
author | Uros Bizjak <ubizjak@gmail.com> | 2012-11-22 22:44:24 +0100 |
---|---|---|
committer | Uros Bizjak <uros@gcc.gnu.org> | 2012-11-22 22:44:24 +0100 |
commit | bdb6985c8782cdd91a637a6d36bab4ba561c3f9b (patch) | |
tree | 59e4f7183b235a3f6645882d65fbaa778c79aa85 /gcc | |
parent | 31daf7a352524c596e0e9eb3dde4be777572e451 (diff) | |
download | gcc-bdb6985c8782cdd91a637a6d36bab4ba561c3f9b.tar.gz |
md.texi (RTL Templates Transformation): Use @pxref for cross-reference in parentheses.
* doc/md.texi (RTL Templates Transformation): Use @pxref for
cross-reference in parentheses.
From-SVN: r193735
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/md.texi | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a57c38673be..cd3717f683f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2012-11-22 Uros Bizjak <ubizjak@gmail.com> + + * doc/md.texi (RTL Templates Transformation): Use @pxref for + cross-reference in parentheses. + 2012-11-22 Marcus Shawcroft <marcus.shawcroft@arm.com> * doc/md.texi (AArch64 family): Remove Utf. diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi index 6a4e0be224f..482961bd9fe 100644 --- a/gcc/doc/md.texi +++ b/gcc/doc/md.texi @@ -8928,7 +8928,7 @@ output-template. template. @code{define_subst} mechanism is tightly coupled with the notion of the -subst attribute (@xref{Subst Iterators}). The use of +subst attribute (@pxref{Subst Iterators}). The use of @code{define_subst} is triggered by a reference to a subst attribute in the transforming RTL template. This reference initiates duplication of the source RTL template and substitution of the attributes with their |