This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.18-164-g82c93a0


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 "GNU C Library master sources".

The branch, master has been updated
       via  82c93a0ffe43f36e3e79d14b3d46f7c9f2f538de (commit)
       via  f02eed105c6c65ac7f7ccd75408ab41ff642954f (commit)
      from  77eb79caa4bc2b3a7ba8e214eba9c1b6763f6af2 (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 -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=82c93a0ffe43f36e3e79d14b3d46f7c9f2f538de

commit 82c93a0ffe43f36e3e79d14b3d46f7c9f2f538de
Author: Will Newton <will.newton@linaro.org>
Date:   Mon Sep 23 20:35:08 2013 +0100

    ports/sysdeps/arm/nptl/tls.h: Remove TLS_INIT_TP_EXPENSIVE.
    
    This define was removed from the rest of the tree eight years ago.
    
    ports/ChangeLog.arm:
    
    2013-09-24  Will Newton  <will.newton@linaro.org>
    
    	* ports/sysdeps/arm/nptl/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
    	macro.

diff --git a/ports/ChangeLog.arm b/ports/ChangeLog.arm
index d7b29e5..a84c7d2 100644
--- a/ports/ChangeLog.arm
+++ b/ports/ChangeLog.arm
@@ -1,3 +1,8 @@
+2013-09-24  Will Newton  <will.newton@linaro.org>
+
+	* ports/sysdeps/arm/nptl/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
+	macro.
+
 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
 
 	* sysdeps/arm/armv6t2/ffs.S (__ffs): Define as hidden.
diff --git a/ports/sysdeps/arm/nptl/tls.h b/ports/sysdeps/arm/nptl/tls.h
index e57cdb7..da15027 100644
--- a/ports/sysdeps/arm/nptl/tls.h
+++ b/ports/sysdeps/arm/nptl/tls.h
@@ -119,10 +119,6 @@ typedef struct
 #define THREAD_SETMEM_NC(descr, member, idx, value) \
   descr->member[idx] = (value)
 
-/* Initializing the thread pointer will generate a SIGILL if the syscall
-   is not available.  */
-#define TLS_INIT_TP_EXPENSIVE 1
-
 /* Get and set the global scope generation counter in struct pthread.  */
 #define THREAD_GSCOPE_FLAG_UNUSED 0
 #define THREAD_GSCOPE_FLAG_USED   1

http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=f02eed105c6c65ac7f7ccd75408ab41ff642954f

commit f02eed105c6c65ac7f7ccd75408ab41ff642954f
Author: Will Newton <will.newton@linaro.org>
Date:   Mon Sep 23 20:29:38 2013 +0100

    sysdeps/mach/hurd/i386/tls.h: Remove TLS_INIT_TP_EXPENSIVE.
    
    This define was removed from the rest of the tree eight years ago.
    
    ChangeLog:
    
    2013-09-24  Will Newton  <will.newton@linaro.org>
    
    	* sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
    	macro.

diff --git a/ChangeLog b/ChangeLog
index 2963c38..d75e051 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-09-24  Will Newton  <will.newton@linaro.org>
+
+	* sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
+	macro.
+
 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
 
 	* locale/hashval.h (compute_hashval): Interpret bytes of key as
diff --git a/sysdeps/mach/hurd/i386/tls.h b/sysdeps/mach/hurd/i386/tls.h
index 4f4c7c5..da8c16a 100644
--- a/sysdeps/mach/hurd/i386/tls.h
+++ b/sysdeps/mach/hurd/i386/tls.h
@@ -118,7 +118,6 @@ _hurd_tls_init (tcbhead_t *tcb, int secondcall)
    operation can cause a failure 'errno' must not be touched.  */
 # define TLS_INIT_TP(descr, secondcall) \
     _hurd_tls_init ((tcbhead_t *) (descr), (secondcall))
-# define TLS_INIT_TP_EXPENSIVE 1
 
 /* Return the TCB address of the current thread.  */
 # define THREAD_SELF							      \

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

Summary of changes:
 ChangeLog                    |    5 +++++
 ports/ChangeLog.arm          |    5 +++++
 ports/sysdeps/arm/nptl/tls.h |    4 ----
 sysdeps/mach/hurd/i386/tls.h |    1 -
 4 files changed, 10 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]