diff options
author | Will Schmidt <will_schmidt@vnet.ibm.com> | 2012-01-12 17:05:03 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2012-01-12 17:05:03 -0500 |
commit | 929d11c7cf81f4b7cfabc1910a583e6fa5897fd5 (patch) | |
tree | aaf135c1c53ccd0a234032cf9229c8d4f8684c2c /ChangeLog | |
parent | 0cc5ed3b01cf1dc5d00c15bd9306b727fae9d534 (diff) | |
download | glibc-929d11c7cf81f4b7cfabc1910a583e6fa5897fd5.zip glibc-929d11c7cf81f4b7cfabc1910a583e6fa5897fd5.tar.gz glibc-929d11c7cf81f4b7cfabc1910a583e6fa5897fd5.tar.bz2 |
Powerpc: correct duplicate label issue with multiple passes through context code
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2012-01-04 Will Schmidt <will_schmidt@vnet.ibm.com> + + * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros. + * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call + macro to ensure uniqueness of label name. + * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise. + * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise. + 2012-01-11 Ulrich Drepper <drepper@gmail.com> * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file. |