This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] patches/eglibc: remove 100-powerpc-private_futex.patch from trunk


 patches/eglibc/trunk/100-powerpc-private_futex.patch |  14 --------------
 1 files changed, 0 insertions(+), 14 deletions(-)


# HG changeset patch
# User Bryan Hundven <bryanhundven@gmail.com>
# Date 1292966406 28800
# Node ID 40940b83847c240f861f62e2194e16a723f33988
# Parent  13e4f7126cf76604d53510f9571e6422991774fd
patches/eglibc: remove 100-powerpc-private_futex.patch from trunk

100-powerpc-private_futex.patch no longer applies to eglibc trunk.
This patch was submitted upstream in trunk.

diff -r 13e4f7126cf7 -r 40940b83847c patches/eglibc/trunk/100-powerpc-private_futex.patch
--- a/patches/eglibc/trunk/100-powerpc-private_futex.patch	Tue Dec 14 11:49:18 2010 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-2008-04-28  Hiroki Kaminaga  <kaminaga@sm.sony.co.jp>
-
-	[BZ 6740]
-	nptl/sysdeps/powerpc/tcb-offsets.sym (PRIVATE_FUTEX_OFFSET):
-	Guard sym definition with #ifndef __ASSUME_PRIVATE_FUTEX.
-
---- a/nptl/sysdeps/powerpc/tcb-offsets.sym
-+++ b/nptl/sysdeps/powerpc/tcb-offsets.sym
-@@ -15,4 +15,6 @@
- PID				thread_offsetof (pid)
- TID				thread_offsetof (tid)
- POINTER_GUARD			(offsetof (tcbhead_t, pointer_guard) - TLS_TCB_OFFSET - sizeof (tcbhead_t))
-+#ifndef __ASSUME_PRIVATE_FUTEX
- PRIVATE_FUTEX_OFFSET		thread_offsetof (header.private_futex)
-+#endif

--
For unsubscribe information see http://sourceware.org/lists.html#faq


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