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.23-418-gb9f5c3a


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  b9f5c3acc01a836369b9cbc3fc50ca550261a185 (commit)
      from  91e2b5cfdc69739b652af96ea299f1c29e1c413e (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=b9f5c3acc01a836369b9cbc3fc50ca550261a185

commit b9f5c3acc01a836369b9cbc3fc50ca550261a185
Author: Paul Pluzhnikov <ppluzhnikov@google.com>
Date:   Sun Jun 5 08:41:13 2016 -0700

    2016-06-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
    
    	* manual/install.texi: Remove mention of --without-tls
    	* INSTALL: Regenerate.

diff --git a/ChangeLog b/ChangeLog
index be1e0bb..84738f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-06-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
+
+	* manual/install.texi: Remove mention of --without-tls
+	* INSTALL: Regenerate.
+
 2016-06-05  Florian Weimer  <fweimer@redhat.com>
 
 	* dlfcn/tst-rec-dlopen.c (custom_malloc_hook, old_malloc_hook):
diff --git a/INSTALL b/INSTALL
index 31e256d..ec3445f 100644
--- a/INSTALL
+++ b/INSTALL
@@ -116,12 +116,6 @@ will be used, and CFLAGS sets optimization options for the compiler.
      program linked statically with the NSS libraries cannot be
      dynamically reconfigured to use a different name database.
 
-'--without-tls'
-     By default the C library is built with support for thread-local
-     storage if the used tools support it.  By using '--without-tls'
-     this can be prevented though there generally is no reason since it
-     creates compatibility problems.
-
 '--enable-hardcoded-path-in-tests'
      By default, dynamic tests are linked to run with the installed C
      library.  This option hardcodes the newly built C library path in
diff --git a/manual/install.texi b/manual/install.texi
index 95021b4..79ee45f 100644
--- a/manual/install.texi
+++ b/manual/install.texi
@@ -146,12 +146,6 @@ This is not recommended because it defeats the purpose of NSS; a program
 linked statically with the NSS libraries cannot be dynamically
 reconfigured to use a different name database.
 
-@item --without-tls
-By default the C library is built with support for thread-local storage
-if the used tools support it.  By using @samp{--without-tls} this can be
-prevented though there generally is no reason since it creates
-compatibility problems.
-
 @item --enable-hardcoded-path-in-tests
 By default, dynamic tests are linked to run with the installed C library.
 This option hardcodes the newly built C library path in dynamic tests

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

Summary of changes:
 ChangeLog           |    5 +++++
 INSTALL             |    6 ------
 manual/install.texi |    6 ------
 3 files changed, 5 insertions(+), 12 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]