diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-07-17 14:45:08 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-07-17 14:45:08 -0700 |
commit | 63601ccd1614250bf91e47f46c6b24b53dfd6af6 (patch) | |
tree | e8255d0cf8459bb609ffc5218fd2ba4e76b9d8d9 /ChangeLog | |
parent | d52c96e73a20d1c1d266f783fc31df6759207ea0 (diff) | |
download | glibc-63601ccd1614250bf91e47f46c6b24b53dfd6af6.tar glibc-63601ccd1614250bf91e47f46c6b24b53dfd6af6.tar.gz glibc-63601ccd1614250bf91e47f46c6b24b53dfd6af6.tar.bz2 glibc-63601ccd1614250bf91e47f46c6b24b53dfd6af6.zip |
Replace hand-coded unwind tables from x86-64 pthread_once.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2009-07-17 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/generic/sysdep.h: Define cfi_personality, cfi_lsda, + CFI_PERSONALITY, CFI_LSDA, and DW_EH_PE_* constants. + 2009-07-16 Ulrich Drepper <drepper@redhat.com> [BZ #10360] |