diff options
author | Roland McGrath <roland@redhat.com> | 2010-04-05 20:07:39 -0700 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 2010-04-05 20:07:39 -0700 |
commit | f571a994cec6be2f6edff2f0cd43cbdadcd94f5f (patch) | |
tree | 73cdf57177ed37a7e4a99957a4390ccac9c086ed /ChangeLog | |
parent | 4dd019e3a1c68e2988ac35a97c95a59cd307eb05 (diff) | |
download | glibc-f571a994cec6be2f6edff2f0cd43cbdadcd94f5f.zip glibc-f571a994cec6be2f6edff2f0cd43cbdadcd94f5f.tar.gz glibc-f571a994cec6be2f6edff2f0cd43cbdadcd94f5f.tar.bz2 |
Move unwind-resume code from NPTL to sysdeps/gnu.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2010-04-05 Thomas Schwinge <thomas@schwinge.name> + + * sysdeps/gnu/unwind-resume.c: New, moved from nptl/sysdeps/pthread/. + * sysdeps/gnu/rt-unwind-resume.c: Likewise. + * sysdeps/gnu/Makefile: Add sections for csu and rt subdirs to + build unwind-resume code, previously in nptl/sysdeps/pthread/Makefile. + 2010-04-05 Roland McGrath <roland@redhat.com> * elf/rtld.c (dl_main) [HAVE_AUX_VECTOR]: Add a cast. |