diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2010-12-22 22:42:28 +0100 |
---|---|---|
committer | Bryan Hundven <bryanhundven@gmail.com> | 2010-12-22 22:42:28 +0100 |
commit | f4998ff94a3b7e893cfe61ce9e7c351eab4d27d2 (patch) | |
tree | da3de991dc30441a9622792ad9044680b9762229 /patches | |
parent | 889eb6df62ed56f13a7a138450569750008ca152 (diff) | |
download | crosstool-ng-f4998ff94a3b7e893cfe61ce9e7c351eab4d27d2.tar.gz crosstool-ng-f4998ff94a3b7e893cfe61ce9e7c351eab4d27d2.tar.bz2 crosstool-ng-f4998ff94a3b7e893cfe61ce9e7c351eab4d27d2.zip |
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.
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
Diffstat (limited to 'patches')
-rw-r--r-- | patches/eglibc/trunk/100-powerpc-private_futex.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/patches/eglibc/trunk/100-powerpc-private_futex.patch b/patches/eglibc/trunk/100-powerpc-private_futex.patch deleted file mode 100644 index 30165296..00000000 --- a/patches/eglibc/trunk/100-powerpc-private_futex.patch +++ /dev/null @@ -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 |