[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r1703 - glibc-package/branches/glibc-2.4/debian/patches/mips



Author: aurel32
Date: 2006-08-06 19:40:33 +0000 (Sun, 06 Aug 2006)
New Revision: 1703

Modified:
   glibc-package/branches/glibc-2.4/debian/patches/mips/cvs-portshead.patch
Log:
Update mips port from cvs head


Modified: glibc-package/branches/glibc-2.4/debian/patches/mips/cvs-portshead.patch
===================================================================
--- glibc-package/branches/glibc-2.4/debian/patches/mips/cvs-portshead.patch	2006-08-06 19:31:47 UTC (rev 1702)
+++ glibc-package/branches/glibc-2.4/debian/patches/mips/cvs-portshead.patch	2006-08-06 19:40:33 UTC (rev 1703)
@@ -1,7 +1,6 @@
-Index: glibc-2.4/ports/ChangeLog.mips
-===================================================================
---- glibc-2.4.orig/ports/ChangeLog.mips	2006-03-02 20:16:30.000000000 -0500
-+++ glibc-2.4/ports/ChangeLog.mips	2006-08-05 13:32:27.000000000 -0400
+diff -Nurd glibc-2.4/ports/ChangeLog.mips glibc-2.4/ports/ChangeLog.mips
+--- glibc-2.4/ports/ChangeLog.mips	2006-03-03 02:16:30.000000000 +0100
++++ glibc-2.4/ports/ChangeLog.mips	2006-08-06 09:40:19.000000000 +0200
 @@ -1,3 +1,120 @@
 +2006-08-04  Joseph Myers  <joseph@codesourcery.com>
 +
@@ -123,30 +122,27 @@
  2006-03-02  Lior Balkohen  <balkohen@gmail.com>
  
  	* sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
-Index: glibc-2.4/ports/sysdeps/mips/fpu/feholdexcpt.c
-===================================================================
---- glibc-2.4.orig/ports/sysdeps/mips/fpu/feholdexcpt.c	2001-07-06 00:56:01.000000000 -0400
-+++ glibc-2.4/ports/sysdeps/mips/fpu/feholdexcpt.c	2006-08-05 13:32:27.000000000 -0400
+diff -Nurd glibc-2.4/ports/sysdeps/mips/fpu/feholdexcpt.c glibc-2.4/ports/sysdeps/mips/fpu/feholdexcpt.c
+--- glibc-2.4/ports/sysdeps/mips/fpu/feholdexcpt.c	2001-07-06 06:56:01.000000000 +0200
++++ glibc-2.4/ports/sysdeps/mips/fpu/feholdexcpt.c	2006-08-06 09:40:20.000000000 +0200
 @@ -36,3 +36,5 @@
  
    return 0;
  }
 +
 +libm_hidden_def (feholdexcept)
-Index: glibc-2.4/ports/sysdeps/mips/fpu/fesetround.c
-===================================================================
---- glibc-2.4.orig/ports/sysdeps/mips/fpu/fesetround.c	2001-07-06 00:56:01.000000000 -0400
-+++ glibc-2.4/ports/sysdeps/mips/fpu/fesetround.c	2006-08-05 13:32:27.000000000 -0400
+diff -Nurd glibc-2.4/ports/sysdeps/mips/fpu/fesetround.c glibc-2.4/ports/sysdeps/mips/fpu/fesetround.c
+--- glibc-2.4/ports/sysdeps/mips/fpu/fesetround.c	2001-07-06 06:56:01.000000000 +0200
++++ glibc-2.4/ports/sysdeps/mips/fpu/fesetround.c	2006-08-06 09:40:20.000000000 +0200
 @@ -41,3 +41,5 @@
  
    return 0;
  }
 +
 +libm_hidden_def (fesetround)
-Index: glibc-2.4/ports/sysdeps/mips/ldsodefs.h
-===================================================================
---- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ glibc-2.4/ports/sysdeps/mips/ldsodefs.h	2006-08-05 13:32:27.000000000 -0400
+diff -Nurd glibc-2.4/ports/sysdeps/mips/ldsodefs.h glibc-2.4/ports/sysdeps/mips/ldsodefs.h
+--- glibc-2.4/ports/sysdeps/mips/ldsodefs.h	1970-01-01 01:00:00.000000000 +0100
++++ glibc-2.4/ports/sysdeps/mips/ldsodefs.h	2006-05-08 21:19:56.000000000 +0200
 @@ -0,0 +1,66 @@
 +/* Run-time dynamic linker data structures for loaded ELF shared objects.
 +   Copyright (C) 2006 Free Software Foundation, Inc.
@@ -214,20 +210,18 @@
 +#include_next <ldsodefs.h>
 +
 +#endif
-Index: glibc-2.4/ports/sysdeps/mips/Makefile
-===================================================================
---- glibc-2.4.orig/ports/sysdeps/mips/Makefile	2006-08-05 13:23:15.000000000 -0400
-+++ glibc-2.4/ports/sysdeps/mips/Makefile	2006-08-05 13:32:27.000000000 -0400
+diff -Nurd glibc-2.4/ports/sysdeps/mips/Makefile glibc-2.4/ports/sysdeps/mips/Makefile
+--- glibc-2.4/ports/sysdeps/mips/Makefile	2004-12-20 09:34:03.000000000 +0100
++++ glibc-2.4/ports/sysdeps/mips/Makefile	2006-08-06 09:40:19.000000000 +0200
 @@ -10,3 +10,5 @@
  ifeq ($(subdir),rt)
  librt-sysdep_routines += rt-sysdep
  endif
 +
 +ASFLAGS-.os += $(pic-ccflag)
-Index: glibc-2.4/ports/sysdeps/mips/mips64/n32/libm-test-ulps
-===================================================================
---- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ glibc-2.4/ports/sysdeps/mips/mips64/n32/libm-test-ulps	2006-08-05 13:32:27.000000000 -0400
+diff -Nurd glibc-2.4/ports/sysdeps/mips/mips64/n32/libm-test-ulps glibc-2.4/ports/sysdeps/mips/mips64/n32/libm-test-ulps
+--- glibc-2.4/ports/sysdeps/mips/mips64/n32/libm-test-ulps	1970-01-01 01:00:00.000000000 +0100
++++ glibc-2.4/ports/sysdeps/mips/mips64/n32/libm-test-ulps	2006-07-24 17:51:49.000000000 +0200
 @@ -0,0 +1,1245 @@
 +# Begin of automatic generation
 +
@@ -1474,10 +1468,9 @@
 +ldouble: 5
 +
 +# end of automatic generation
-Index: glibc-2.4/ports/sysdeps/mips/mips64/n64/libm-test-ulps
-===================================================================
---- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ glibc-2.4/ports/sysdeps/mips/mips64/n64/libm-test-ulps	2006-08-05 13:32:27.000000000 -0400
+diff -Nurd glibc-2.4/ports/sysdeps/mips/mips64/n64/libm-test-ulps glibc-2.4/ports/sysdeps/mips/mips64/n64/libm-test-ulps
+--- glibc-2.4/ports/sysdeps/mips/mips64/n64/libm-test-ulps	1970-01-01 01:00:00.000000000 +0100
++++ glibc-2.4/ports/sysdeps/mips/mips64/n64/libm-test-ulps	2006-07-24 17:51:50.000000000 +0200
 @@ -0,0 +1,1245 @@
 +# Begin of automatic generation
 +
@@ -2724,10 +2717,9 @@
 +ldouble: 5
 +
 +# end of automatic generation
-Index: glibc-2.4/ports/sysdeps/mips/tst-audit.h
-===================================================================
---- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ glibc-2.4/ports/sysdeps/mips/tst-audit.h	2006-08-05 13:32:27.000000000 -0400
+diff -Nurd glibc-2.4/ports/sysdeps/mips/tst-audit.h glibc-2.4/ports/sysdeps/mips/tst-audit.h
+--- glibc-2.4/ports/sysdeps/mips/tst-audit.h	1970-01-01 01:00:00.000000000 +0100
++++ glibc-2.4/ports/sysdeps/mips/tst-audit.h	2006-05-08 21:19:56.000000000 +0200
 @@ -0,0 +1,40 @@
 +/* Definitions for testing PLT entry/exit auditing.  ARM version.
 +
@@ -2769,10 +2761,9 @@
 +#define La_retval La_mips_64_retval
 +#endif
 +#define int_retval lrv_v0
-Index: glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/bits/fcntl.h
-===================================================================
---- glibc-2.4.orig/ports/sysdeps/unix/sysv/linux/mips/bits/fcntl.h	2004-11-23 23:37:34.000000000 -0500
-+++ glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/bits/fcntl.h	2006-08-05 13:32:27.000000000 -0400
+diff -Nurd glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/bits/fcntl.h glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/bits/fcntl.h
+--- glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/bits/fcntl.h	2004-11-24 05:37:34.000000000 +0100
++++ glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/bits/fcntl.h	2006-08-06 09:40:21.000000000 +0200
 @@ -1,5 +1,5 @@
  /* O_*, F_*, FD_* bit values for Linux.
 -   Copyright (C) 1995, 1996, 1997, 1998, 2000, 2002, 2003, 2004
@@ -2963,10 +2954,9 @@
 +#endif
 +
 +__END_DECLS
-Index: glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/bits/mman.h
-===================================================================
---- glibc-2.4.orig/ports/sysdeps/unix/sysv/linux/mips/bits/mman.h	2006-01-30 20:26:05.000000000 -0500
-+++ glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/bits/mman.h	2006-08-05 13:32:27.000000000 -0400
+diff -Nurd glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/bits/mman.h glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/bits/mman.h
+--- glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/bits/mman.h	2006-01-31 02:26:05.000000000 +0100
++++ glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/bits/mman.h	2006-05-05 16:17:22.000000000 +0200
 @@ -50,7 +50,7 @@
  /* Other flags.  */
  #define MAP_FIXED	0x10		/* Interpret addr exactly.  */
@@ -3025,10 +3015,9 @@
 +# define POSIX_MADV_WILLNEED	3 /* Will need these pages.  */
 +# define POSIX_MADV_DONTNEED	4 /* Don't need these pages.  */
 +#endif
-Index: glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/bits/poll.h
-===================================================================
---- glibc-2.4.orig/ports/sysdeps/unix/sysv/linux/mips/bits/poll.h	2001-07-31 03:46:05.000000000 -0400
-+++ glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/bits/poll.h	2006-08-05 13:32:27.000000000 -0400
+diff -Nurd glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/bits/poll.h glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/bits/poll.h
+--- glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/bits/poll.h	2001-07-31 09:46:05.000000000 +0200
++++ glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/bits/poll.h	2006-03-28 06:25:50.000000000 +0200
 @@ -1,4 +1,4 @@
 -/* Copyright (C) 1997, 2001 Free Software Foundation, Inc.
 +/* Copyright (C) 1997, 2001, 2006 Free Software Foundation, Inc.
@@ -3047,10 +3036,9 @@
  #endif
  
  /* Event types always implicitly polled for.  These bits need not be set in
-Index: glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/bits/resource.h
-===================================================================
---- glibc-2.4.orig/ports/sysdeps/unix/sysv/linux/mips/bits/resource.h	2005-06-20 11:07:34.000000000 -0400
-+++ glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/bits/resource.h	2006-08-05 13:32:27.000000000 -0400
+diff -Nurd glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/bits/resource.h glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/bits/resource.h
+--- glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/bits/resource.h	2005-06-20 17:07:34.000000000 +0200
++++ glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/bits/resource.h	2006-08-06 09:40:21.000000000 +0200
 @@ -1,5 +1,5 @@
  /* Bit values & structures for resource limits.  Linux/MIPS version.
 -   Copyright (C) 1994, 1996, 1997, 1998, 1999, 2000, 2004, 2005
@@ -3097,10 +3085,9 @@
  #endif
  
  /* We can represent all limits.  */
-Index: glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/bits/sigcontext.h
-===================================================================
---- glibc-2.4.orig/ports/sysdeps/unix/sysv/linux/mips/bits/sigcontext.h	2004-11-23 23:37:34.000000000 -0500
-+++ glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/bits/sigcontext.h	2006-08-05 13:32:27.000000000 -0400
+diff -Nurd glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/bits/sigcontext.h glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/bits/sigcontext.h
+--- glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/bits/sigcontext.h	2004-11-24 05:37:34.000000000 +0100
++++ glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/bits/sigcontext.h	2006-05-10 20:57:03.000000000 +0200
 @@ -1,5 +1,5 @@
 -/* Copyright (C) 1996, 1997, 1998, 2003, 2004 Free Software Foundation, Inc.
 -   This file is part of the GNU C Library.
@@ -3144,7 +3131,7 @@
 - */
 -#ifndef _ASM_SIGCONTEXT_H
 -#define _ASM_SIGCONTEXT_H
--
+ 
 -/*
 - * Keep this struct definition in sync with the sigcontext fragment
 - * in arch/mips/tools/offset.c
@@ -3162,12 +3149,11 @@
 -	unsigned int       sc_ssflags;		/* Unused */
 -	unsigned long long sc_mdhi;
 -	unsigned long long sc_mdlo;
++/* Certain unused fields were replaced with new ones in 2.6.12-rc4.
++   The changes were as follows:
  
 -	unsigned int       sc_cause;		/* Unused */
 -	unsigned int       sc_badvaddr;		/* Unused */
-+/* Certain unused fields were replaced with new ones in 2.6.12-rc4.
-+   The changes were as follows:
-+
 +   sc_cause -> sc_hi1
 +   sc_badvaddr -> sc_lo1
 +   sc_sigset[0] -> sc_hi2
@@ -3210,13 +3196,12 @@
 - */
 -#ifndef _ASM_SIGCONTEXT_H
 -#define _ASM_SIGCONTEXT_H
--
++#else
+ 
 -/*
 - * Keep this struct definition in sync with the sigcontext fragment
 - * in arch/mips/tools/offset.c
 - */
-+#else
-+
 +/* This structure changed in 2.6.12-rc4 when DSP support was added.  */
  struct sigcontext {
 -	unsigned long long sc_regs[32];
@@ -3250,10 +3235,9 @@
 -#endif /* _ASM_SIGCONTEXT_H */
  #endif /* _MIPS_SIM != _ABIO32 */
  #endif
-Index: glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/bits/stat.h
-===================================================================
---- glibc-2.4.orig/ports/sysdeps/unix/sysv/linux/mips/bits/stat.h	2004-11-23 23:37:34.000000000 -0500
-+++ glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/bits/stat.h	2006-08-05 13:32:27.000000000 -0400
+diff -Nurd glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/bits/stat.h glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/bits/stat.h
+--- glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/bits/stat.h	2004-11-24 05:37:34.000000000 +0100
++++ glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/bits/stat.h	2006-05-08 21:23:37.000000000 +0200
 @@ -61,16 +61,27 @@
      long int st_pad2[3];
      __off64_t st_size;		/* Size of file, in bytes.  */
@@ -3368,10 +3352,9 @@
      __blksize_t st_blksize;
      unsigned int st_pad3;
      __blkcnt64_t st_blocks;
-Index: glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/configure
-===================================================================
---- glibc-2.4.orig/ports/sysdeps/unix/sysv/linux/mips/configure	2006-03-06 06:11:40.000000000 -0500
-+++ glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/configure	2006-08-05 13:32:27.000000000 -0400
+diff -Nurd glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/configure glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/configure
+--- glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/configure	2006-03-06 12:11:40.000000000 +0100
++++ glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/configure	2006-03-11 17:18:41.000000000 +0100
 @@ -76,3 +76,37 @@
    echo '#include <asm/unistd.h>' > asm-unistd.h
    ;;
@@ -3410,10 +3393,9 @@
 +  arch_minimum_kernel=2.4.0
 +  libc_cv_gcc_unwind_find_fde=yes
 +fi
-Index: glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/configure.in
-===================================================================
---- glibc-2.4.orig/ports/sysdeps/unix/sysv/linux/mips/configure.in	2005-02-25 10:18:06.000000000 -0500
-+++ glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/configure.in	2006-08-05 13:32:27.000000000 -0400
+diff -Nurd glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/configure.in glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/configure.in
+--- glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/configure.in	2005-02-25 16:18:06.000000000 +0100
++++ glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/configure.in	2006-03-11 17:18:41.000000000 +0100
 @@ -76,3 +76,37 @@
    echo '#include <asm/unistd.h>' > asm-unistd.h
    ;;
@@ -3452,10 +3434,9 @@
 +  arch_minimum_kernel=2.4.0
 +  libc_cv_gcc_unwind_find_fde=yes
 +fi
-Index: glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/kernel_stat.h
-===================================================================
---- glibc-2.4.orig/ports/sysdeps/unix/sysv/linux/mips/kernel_stat.h	2004-11-23 23:37:35.000000000 -0500
-+++ glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/kernel_stat.h	2006-08-05 13:32:27.000000000 -0400
+diff -Nurd glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/kernel_stat.h glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/kernel_stat.h
+--- glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/kernel_stat.h	2004-11-24 05:37:35.000000000 +0100
++++ glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/kernel_stat.h	2006-08-06 09:40:21.000000000 +0200
 @@ -16,12 +16,12 @@
      unsigned int st_rdev;
      unsigned int __pad2[3];
@@ -3494,36 +3475,32 @@
      long int st_blksize;
      long int st_blocks;
      char st_fstype[16];			/* Filesystem type name, unsupported */
-Index: glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/mips64/configure
-===================================================================
---- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/mips64/configure	2006-08-05 13:32:27.000000000 -0400
+diff -Nurd glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/mips64/configure glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/mips64/configure
+--- glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/mips64/configure	1970-01-01 01:00:00.000000000 +0100
++++ glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/mips64/configure	2006-03-11 17:18:41.000000000 +0100
 @@ -0,0 +1,4 @@
 +# This file is generated from configure.in by Autoconf.  DO NOT EDIT!
 + # Local configure fragment for sysdeps/unix/sysv/linux/mips/mips64.
 +
 +ldd_rewrite_script=$dest/ldd-rewrite.sed
-Index: glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/mips64/configure.in
-===================================================================
---- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/mips64/configure.in	2006-08-05 13:32:27.000000000 -0400
+diff -Nurd glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/mips64/configure.in glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/mips64/configure.in
+--- glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/mips64/configure.in	1970-01-01 01:00:00.000000000 +0100
++++ glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/mips64/configure.in	2006-03-11 17:18:41.000000000 +0100
 @@ -0,0 +1,5 @@
 +sinclude(./aclocal.m4)dnl Autoconf lossage
 +GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
 +# Local configure fragment for sysdeps/unix/sysv/linux/mips/mips64.
 +
 +ldd_rewrite_script=$dest/ldd-rewrite.sed
-Index: glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/nptl/fork.c
-===================================================================
---- glibc-2.4.orig/ports/sysdeps/unix/sysv/linux/mips/nptl/fork.c	2005-03-28 04:21:52.000000000 -0500
-+++ glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/nptl/fork.c	2006-08-05 13:32:27.000000000 -0400
+diff -Nurd glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/nptl/fork.c glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/nptl/fork.c
+--- glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/nptl/fork.c	2005-03-28 11:21:52.000000000 +0200
++++ glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/nptl/fork.c	2006-03-11 17:20:03.000000000 +0100
 @@ -1 +1 @@
 -#include "../i386/fork.c"
 +#include <sysdeps/unix/sysv/linux/i386/fork.c>
-Index: glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h
-===================================================================
---- glibc-2.4.orig/ports/sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h	2006-03-02 20:16:30.000000000 -0500
-+++ glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h	2006-08-05 13:32:27.000000000 -0400
+diff -Nurd glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h
+--- glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h	2006-03-03 02:16:30.000000000 +0100
++++ glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h	2006-08-06 09:40:21.000000000 +0200
 @@ -32,6 +32,9 @@
  #define FUTEX_CMP_REQUEUE	4
  #define FUTEX_WAKE_OP		5
@@ -3534,10 +3511,9 @@
  
  /* Initializer for compatibility lock.	*/
  #define LLL_MUTEX_LOCK_INITIALIZER (0)
-Index: glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/register-dump.h
-===================================================================
---- glibc-2.4.orig/ports/sysdeps/unix/sysv/linux/mips/register-dump.h	2002-07-12 19:25:56.000000000 -0400
-+++ glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/register-dump.h	2006-08-05 13:32:27.000000000 -0400
+diff -Nurd glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/register-dump.h glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/register-dump.h
+--- glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/register-dump.h	2002-07-13 01:25:56.000000000 +0200
++++ glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/register-dump.h	2006-05-10 20:57:03.000000000 +0200
 @@ -1,5 +1,5 @@
  /* Dump registers.
 -   Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
@@ -3581,10 +3557,9 @@
      {
        ADD_MEM (regs[i], 8);
        ADD_STRING (" ");
-Index: glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/sigaction.c
-===================================================================
---- glibc-2.4.orig/ports/sysdeps/unix/sysv/linux/mips/sigaction.c	2006-01-08 03:21:17.000000000 -0500
-+++ glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/sigaction.c	2006-08-05 13:32:27.000000000 -0400
+diff -Nurd glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/sigaction.c glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/sigaction.c
+--- glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/sigaction.c	2006-01-08 09:21:17.000000000 +0100
++++ glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/sigaction.c	2006-08-06 09:40:21.000000000 +0200
 @@ -153,6 +153,10 @@
  }
  libc_hidden_def (__libc_sigaction)
@@ -3596,10 +3571,9 @@
  #ifndef LIBC_SIGACTION
  weak_alias (__libc_sigaction, __sigaction)
  libc_hidden_weak (__sigaction)
-Index: glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/sys/ucontext.h
-===================================================================
---- glibc-2.4.orig/ports/sysdeps/unix/sysv/linux/mips/sys/ucontext.h	2004-11-23 23:36:11.000000000 -0500
-+++ glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/sys/ucontext.h	2006-08-05 13:32:27.000000000 -0400
+diff -Nurd glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/sys/ucontext.h glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/sys/ucontext.h
+--- glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/sys/ucontext.h	2004-11-24 05:36:11.000000000 +0100
++++ glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/sys/ucontext.h	2006-05-10 20:57:03.000000000 +0200
 @@ -1,5 +1,5 @@
 -/* Copyright (C) 1997, 1998, 2000, 2003, 2004 Free Software Foundation, Inc.
 -   This file is part of the GNU C Library.
@@ -3650,10 +3624,9 @@
    } mcontext_t;
  #endif
  
-Index: glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/xstatconv.c
-===================================================================
---- glibc-2.4.orig/ports/sysdeps/unix/sysv/linux/mips/xstatconv.c	2003-06-30 05:33:13.000000000 -0400
-+++ glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/xstatconv.c	2006-08-05 13:32:27.000000000 -0400
+diff -Nurd glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/xstatconv.c glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/xstatconv.c
+--- glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/xstatconv.c	2003-06-30 11:33:13.000000000 +0200
++++ glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/xstatconv.c	2006-08-06 09:40:21.000000000 +0200
 @@ -62,9 +62,12 @@
  	buf->st_blksize = kbuf->st_blksize;
  	buf->st_blocks = kbuf->st_blocks;



Reply to: