diff options
| author | Ryan S. Arnold <rsa@us.ibm.com> | 2011-05-20 06:34:48 -0400 |
|---|---|---|
| committer | Ulrich Drepper <drepper@gmail.com> | 2011-05-20 06:34:48 -0400 |
| commit | 457bddfc2a8aa8a65b176afb408f0d068a590316 (patch) | |
| tree | 1e031089eff67d30ae5e2ad2750fedf166e9ef56 /ChangeLog | |
| parent | a4527b51d41d87379ab7f63909a953a288c4c377 (diff) | |
| download | glibc-457bddfc2a8aa8a65b176afb408f0d068a590316.tar.xz glibc-457bddfc2a8aa8a65b176afb408f0d068a590316.zip | |
Prevent Altivec and VSX insns on PowerPC64 when no FPRs or VRs are avail.
(cherry picked from commit 4749a0058b27274a95c5a798e339c7299cdf890e)
Conflicts:
ChangeLog
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2011-05-18 Ryan S. Arnold <rsa@us.ibm.com> + + * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx + and -mno-altivec to prevent the compiler from using Altivec and/or + VSX instructions when the corresponding registers are not available. + 2011-05-19 Andreas Schwab <schwab@redhat.com> * grp/compat-initgroups.c (__libc_use_alloca): Don't define. |
