diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2009-12-22 08:37:33 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-12-22 08:37:33 -0800 |
commit | d34bd80fceb76fa66308bd8005ad28be96a01e36 (patch) | |
tree | 7c1b98f751d1fdbef74167ce255ddf8cba43627e /nptl/ChangeLog | |
parent | caf512dec254923b5eded0b3f36f5db66756066d (diff) | |
download | glibc-d34bd80fceb76fa66308bd8005ad28be96a01e36.tar.gz glibc-d34bd80fceb76fa66308bd8005ad28be96a01e36.tar.xz glibc-d34bd80fceb76fa66308bd8005ad28be96a01e36.zip |
Fix s390 startup code in libpthread.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 8cea2f648f..389bed4a68 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,9 @@ +2009-12-18 Thomas Schwinge <thomas@codesourcery.com> + + * sysdeps/unix/sysv/linux/s390/s390-32/pt-initfini.c (_init): Don't + call __gmon_start__. + * sysdeps/unix/sysv/linux/s390/s390-64/pt-initfini.c (_init): Likewise. + 2009-12-17 Ulrich Drepper <drepper@redhat.com> * pthread_rwlock_init.c (__pthread_rwlock_init): Simplify code by |