diff options
author | Roland McGrath <roland@gnu.org> | 2002-08-31 05:31:31 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-08-31 05:31:31 +0000 |
commit | cc6d371de3af78fa6440c9f80d441e7c73115f23 (patch) | |
tree | 97d90651e03f1e0f6c4bc1bbf8c1bb06a49dce0a /linuxthreads/ChangeLog | |
parent | c5e341eec9e3528190b76afc68613471d2e3e2b5 (diff) | |
download | glibc-cc6d371de3af78fa6440c9f80d441e7c73115f23.tar.gz glibc-cc6d371de3af78fa6440c9f80d441e7c73115f23.tar.xz glibc-cc6d371de3af78fa6440c9f80d441e7c73115f23.zip |
* Makefile (extra-objs, omit-deps): Add crtn.
($(objpfx)libpthread.so): Depend on $(objpfx)crtn.o. ($(objpfx)libpthread.so: +postinit): Append $(objpfx)crtn.o. ($(objpfx)crtn.S): New target. ($(objpfx)crt%.o): Pattern rule replaces crti.o target. (generated): Add crtn.S. * sysdeps/unix/sysv/linux/x86_64/Makefile ($(objpfx)specs): Massage crtn.o pathname too.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index ec9befe04b..802764b40e 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,15 @@ +2002-08-30 Roland McGrath <roland@redhat.com> + + * Makefile (extra-objs, omit-deps): Add crtn. + ($(objpfx)libpthread.so): Depend on $(objpfx)crtn.o. + ($(objpfx)libpthread.so: +postinit): Append $(objpfx)crtn.o. + ($(objpfx)crtn.S): New target. + ($(objpfx)crt%.o): Pattern rule replaces crti.o target. + (generated): Add crtn.S. + + * sysdeps/unix/sysv/linux/x86_64/Makefile ($(objpfx)specs): Massage + crtn.o pathname too. + 2002-08-30 Jakub Jelinek <jakub@redhat.com> * pthread.c (__pthread_initialize_minimal): Call __uselocale even |