From 6d10a20360548761a923c4b7d2a1257fd9029227 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Manuel=20L=C3=B3pez-Ib=C3=A1=C3=B1ez?= Date: Wed, 17 Apr 2013 13:17:42 +0000 Subject: [PATCH] re PR web/45688 (Typo in __attribute__((version-id)) docs) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 2013-04-17 Manuel López-Ibáñez PR 45688 * doc/extend.texi: Fix typo. From-SVN: r198028 --- gcc/ChangeLog | 5 +++++ gcc/doc/extend.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 416871c8fe3..3e6f3f134d2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2013-04-17 Manuel López-Ibáñez + + PR 45688 + * doc/extend.texi: Fix typo. + 2013-04-17 Richard Biener * tree-vect-slp.c (vect_build_slp_tree_1): Split out from ... diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index c0f7e593cce..1e1f8b35a32 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -4049,7 +4049,7 @@ class itself is instantiated. @cindex @code{version_id} attribute This IA-64 HP-UX attribute, attached to a global variable or function, renames a symbol to contain a version string, thus allowing for function level -versioning. HP-UX system header files may use version level functioning +versioning. HP-UX system header files may use function level versioning for some system calls. @smallexample -- 2.30.2