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-417-g7165578


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  71655786bcb9ccc4fe2b062520a2538a8f802e74 (commit)
      from  78271fa91a1e6902222e892068750059ec21f396 (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=71655786bcb9ccc4fe2b062520a2538a8f802e74

commit 71655786bcb9ccc4fe2b062520a2538a8f802e74
Author: Paul Pluzhnikov <ppluzhnikov@google.com>
Date:   Wed Nov 20 10:13:37 2013 -0800

    Revert "Fix failure in nptl/tst-cleanup when building with"
    
    This reverts commit 78271fa91a1e6902222e892068750059ec21f396.
    
    Actually, a different fix is needed.

diff --git a/ChangeLog b/ChangeLog
index a6a2851..1f673d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,3 @@
-2013-11-20  Paul Pluzhnikov  <ppluzhnikov@google.com>
-
-	* nptl/tst-cleanup2.c (do_test): Handle SIGILL as well.
-
 2013-11-20  OndÅ?ej Bílka  <neleai@seznam.cz>
 
 	* malloc/hooks.c (memalign_check): Add alignment rounding.
diff --git a/nptl/tst-cleanup2.c b/nptl/tst-cleanup2.c
index 519ec79..65af0f2 100644
--- a/nptl/tst-cleanup2.c
+++ b/nptl/tst-cleanup2.c
@@ -52,12 +52,6 @@ do_test (void)
       exit (1);
     }
 
-  if (sigaction (SIGILL, &sa, 0))
-    {
-      perror ("installing SIGILL handler\n");
-      exit (1);
-    }
-
   puts ("Attempting to sprintf to null ptr");
   if (setjmp (jmpbuf))
     {

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

Summary of changes:
 ChangeLog           |    4 ----
 nptl/tst-cleanup2.c |    6 ------
 2 files changed, 0 insertions(+), 10 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]