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]

Community source repository for glibc add-on ports branch, master, updated. glibc-2.15-194-g5b86315


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 "Community source repository for glibc add-on ports".

The branch, master has been updated
       via  5b86315c81c9dfc2937c5d2ee9cbd5329b706db3 (commit)
       via  3f753e3ad5f100bb3ccdd109d4856457aebdea60 (commit)
      from  a7375c94a819e4c97d66e33d344f847f1218f090 (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://sources.redhat.com/git/gitweb.cgi?p=glibc-ports.git;a=commitdiff;h=5b86315c81c9dfc2937c5d2ee9cbd5329b706db3

commit 5b86315c81c9dfc2937c5d2ee9cbd5329b706db3
Author: Andreas Schwab <schwab@linux-m68k.org>
Date:   Mon May 14 17:06:47 2012 +0200

    m68k: remove duplicate __ASSUME_VFORK_SYSCALL

diff --git a/sysdeps/unix/sysv/linux/m68k/kernel-features.h b/sysdeps/unix/sysv/linux/m68k/kernel-features.h
index 3fffa08..2d8882e 100644
--- a/sysdeps/unix/sysv/linux/m68k/kernel-features.h
+++ b/sysdeps/unix/sysv/linux/m68k/kernel-features.h
@@ -25,7 +25,6 @@
 # define __ASSUME_FCNTL64		1
 # define __ASSUME_VFORK_SYSCALL		1
 # define __ASSUME_NEW_GETRLIMIT_SYSCALL 1
-# define __ASSUME_VFORK_SYSCALL		1
 #endif
 
 /* Many syscalls were added in 2.6.10 for m68k.  */

http://sources.redhat.com/git/gitweb.cgi?p=glibc-ports.git;a=commitdiff;h=3f753e3ad5f100bb3ccdd109d4856457aebdea60

commit 3f753e3ad5f100bb3ccdd109d4856457aebdea60
Author: Andreas Schwab <schwab@linux-m68k.org>
Date:   Mon May 14 17:02:00 2012 +0200

    m68k: use default minimum kernel version for m680x0

diff --git a/ChangeLog.m68k b/ChangeLog.m68k
index 2a44afe..3c912da 100644
--- a/ChangeLog.m68k
+++ b/ChangeLog.m68k
@@ -1,3 +1,8 @@
+2012-05-14  Andreas Schwab  <schwab@linux-m68k.org>
+
+	* sysdeps/unix/sysv/linux/m68k/configure.in (arch_minimum_kernel)
+	[$machine != m68k/coldfire]: Don't set.
+
 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
 
 	* sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
diff --git a/sysdeps/unix/sysv/linux/m68k/configure b/sysdeps/unix/sysv/linux/m68k/configure
index 708b7a1..a2fd833 100644
--- a/sysdeps/unix/sysv/linux/m68k/configure
+++ b/sysdeps/unix/sysv/linux/m68k/configure
@@ -4,7 +4,6 @@ m68k/coldfire)
   arch_minimum_kernel=2.6.10
   ;;
 *)
-  arch_minimum_kernel=2.0.10
   libc_cv_gcc_unwind_find_fde=yes
   ;;
 esac
diff --git a/sysdeps/unix/sysv/linux/m68k/configure.in b/sysdeps/unix/sysv/linux/m68k/configure.in
index b25f4db..6e91ef9 100644
--- a/sysdeps/unix/sysv/linux/m68k/configure.in
+++ b/sysdeps/unix/sysv/linux/m68k/configure.in
@@ -5,7 +5,6 @@ m68k/coldfire)
   arch_minimum_kernel=2.6.10
   ;;
 *)
-  arch_minimum_kernel=2.0.10
   libc_cv_gcc_unwind_find_fde=yes
   ;;
 esac

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

Summary of changes:
 ChangeLog.m68k                                 |    5 +++++
 sysdeps/unix/sysv/linux/m68k/configure         |    1 -
 sysdeps/unix/sysv/linux/m68k/configure.in      |    1 -
 sysdeps/unix/sysv/linux/m68k/kernel-features.h |    1 -
 4 files changed, 5 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Community source repository for glibc add-on ports


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