diff options
author | Manuel López-Ibáñez <manu@gcc.gnu.org> | 2013-04-17 13:17:42 +0000 |
---|---|---|
committer | Manuel López-Ibáñez <manu@gcc.gnu.org> | 2013-04-17 13:17:42 +0000 |
commit | 6d10a20360548761a923c4b7d2a1257fd9029227 (patch) | |
tree | e18fa047c36fdc96435a459ab8127e57fdbccf9b /gcc | |
parent | 6983e6b5d00ee5f3d32f62fd3426a0f8aae97ebd (diff) | |
download | gcc-6d10a20360548761a923c4b7d2a1257fd9029227.zip gcc-6d10a20360548761a923c4b7d2a1257fd9029227.tar.gz gcc-6d10a20360548761a923c4b7d2a1257fd9029227.tar.bz2 |
re PR web/45688 (Typo in __attribute__((version-id)) docs)
2013-04-17 Manuel López-Ibáñez <manu@gcc.gnu.org>
PR 45688
* doc/extend.texi: Fix typo.
From-SVN: r198028
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/extend.texi | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 416871c..3e6f3f1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2013-04-17 Manuel López-Ibáñez <manu@gcc.gnu.org> + + PR 45688 + * doc/extend.texi: Fix typo. + 2013-04-17 Richard Biener <rguenther@suse.de> * 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 c0f7e59..1e1f8b3 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 |