diff options
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 |