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.26-284-g2ce1f9e


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  2ce1f9efd686b5257950977db561ce5a221fee38 (commit)
      from  56bf5497c5da062a514932017d03ecc001605cec (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=2ce1f9efd686b5257950977db561ce5a221fee38

commit 2ce1f9efd686b5257950977db561ce5a221fee38
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sun Sep 3 13:39:33 2017 +0200

    hurd: mach/hurd/x86 also needs x86 tunables
    
    	* sysdeps/mach/hurd/x86/dl-sysdep.c: New file.

diff --git a/ChangeLog b/ChangeLog
index ebabb12..25ea83f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -30,6 +30,7 @@
 	__feraiseexcept_renamed to feraiseexcept instead of
 	__GI_feraiseexcept.
 	* sysdeps/mach/hurd/i386/Implies: Add mach/hurd/x86.
+	* sysdeps/mach/hurd/x86/dl-sysdep.c: New file.
 
 2017-09-01  Joseph Myers  <joseph@codesourcery.com>
 
diff --git a/sysdeps/mach/hurd/x86/dl-sysdep.c b/sysdeps/mach/hurd/x86/dl-sysdep.c
new file mode 100644
index 0000000..94ae68b
--- /dev/null
+++ b/sysdeps/mach/hurd/x86/dl-sysdep.c
@@ -0,0 +1,21 @@
+/* Operating system support for run-time dynamic linker.  X86 version.
+   Copyright (C) 2017 Free Software Foundation, Inc.
+   This file is part of the GNU C Library.
+
+   The GNU C Library is free software; you can redistribute it and/or
+   modify it under the terms of the GNU Lesser General Public
+   License as published by the Free Software Foundation; either
+   version 2.1 of the License, or (at your option) any later version.
+
+   The GNU C Library is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   Lesser General Public License for more details.
+
+   You should have received a copy of the GNU Lesser General Public
+   License along with the GNU C Library; if not, see
+   <http://www.gnu.org/licenses/>.  */
+
+#include <config.h>
+#include <sysdeps/x86/cpu-tunables.c>
+#include <sysdeps/mach/hurd/dl-sysdep.c>

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

Summary of changes:
 ChangeLog                                          |    1 +
 .../{unix/sysv/linux => mach/hurd}/x86/dl-sysdep.c |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)
 copy sysdeps/{unix/sysv/linux => mach/hurd}/x86/dl-sysdep.c (95%)


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]