diff options
author | Ryan Arnold <ryanarn@etna.rchland.ibm.com> | 2010-05-11 09:48:21 -0500 |
---|---|---|
committer | Luis Machado <luisgpm@br.ibm.com> | 2010-11-05 14:24:07 -0200 |
commit | 4e4977136127323e4306d24f2e32b4a1eb4b9d4b (patch) | |
tree | aa3151343a5287482225d66511971dc2623cd6ed /ChangeLog | |
parent | ac02cf3af6f46706a29f21fc762f7099a7a546cc (diff) | |
download | glibc-4e4977136127323e4306d24f2e32b4a1eb4b9d4b.tar.gz glibc-4e4977136127323e4306d24f2e32b4a1eb4b9d4b.tar.xz glibc-4e4977136127323e4306d24f2e32b4a1eb4b9d4b.zip |
This patch is not upstream. It is useful and non-invasive. It allows some
recent versions of GCC to compile GLIBC when altivec is configured. 2009-11-06 Petr Baudis <pasky@suse.cz> * include/sys/uio.h: Change __vector to __iovec to avoid clash with altivec. (cherry picked from commit bcb75669959f740e04208b773e99d87c5342dc34)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 93f6ed4ec9..b46ff5c7fc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-11-06 Petr Baudis <pasky@suse.cz> + + * include/sys/uio.h: Change __vector to __iovec to avoid clash + with altivec. + 2010-10-26 Ryan S. Arnold <rsa@us.ibm.com> * config.h.in: Added HAVE_PPC64_PT_GNU_STACK which is set during a |