commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] POSIX threading library branch, master, updated. e5107f3250800f519


From: Samuel Thibault
Subject: [SCM] POSIX threading library branch, master, updated. e5107f3250800f5194c6fae4050eb3ea7f61209d
Date: Thu, 12 Feb 2015 22:38:03 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "POSIX threading library".

The branch, master has been updated
       via  e5107f3250800f5194c6fae4050eb3ea7f61209d (commit)
       via  9dd3e61fcc58a31991ce775a7c78383aa4419cee (commit)
       via  44ae774bed1a75ea926590f1bc7c9f3328219832 (commit)
       via  e484d190a82e1307e412460a5a83fe24b10d9d98 (commit)
      from  ed9f866df04350bd3bf4661710eda07c02e8ff6a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e5107f3250800f5194c6fae4050eb3ea7f61209d
Author: Samuel Thibault <address@hidden>
Date:   Thu Feb 12 23:35:44 2015 +0100

    Update to recent glibc
    
    * Makefile [IN_GLIBC] (CPPFLAGS): Do not add -imacros libc-symbols.h.
    ($(objpfx)libpthread.so): Replace elfobjdir with elf-objpfx.

commit 9dd3e61fcc58a31991ce775a7c78383aa4419cee
Author: Samuel Thibault <address@hidden>
Date:   Thu Feb 12 23:32:44 2015 +0100

    Rename __pthread_init into ___pthread_init
    
    To avoid clashing with the __pthread_init hook.
    
    * pthread/pt-initialize.c (__pthread_init): Rename into ___pthread_init.
    * pthread/pt-internal.h: Likewise.
    * sysdeps/mach/hurd/pt-sysdep.c: Likewise.

commit 44ae774bed1a75ea926590f1bc7c9f3328219832
Author: Samuel Thibault <address@hidden>
Date:   Thu Feb 12 23:30:10 2015 +0100

    Stop using IS_IN
    
    * pthread/pt-create.c: Use IS_IN (libpthread) instead of IS_IN_libpthread
    * pthread/pt-initialize.c: Likewise.
    * pthread/pt-internal.h: Likewise.

commit e484d190a82e1307e412460a5a83fe24b10d9d98
Author: Samuel Thibault <address@hidden>
Date:   Thu Feb 12 23:26:30 2015 +0100

    Add missing macro
    
    * not-in-libc.h (__thread_terminate_release): New macro.

-----------------------------------------------------------------------

Summary of changes:
 Makefile                      |    5 +----
 not-in-libc.h                 |    1 +
 pthread/pt-create.c           |    4 ++--
 pthread/pt-initialize.c       |    8 ++++----
 pthread/pt-internal.h         |    6 +++---
 sysdeps/mach/hurd/pt-sysdep.c |    2 +-
 6 files changed, 12 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
POSIX threading library



reply via email to

[Prev in Thread] Current Thread [Next in Thread]