arm,aarch64: Remove SINGLE_THREAD_P_PIC
authorRichard Henderson <rth@redhat.com>
Fri, 23 May 2014 20:37:15 +0000 (16:37 -0400)
committerRichard Henderson <rth@redhat.com>
Sun, 25 May 2014 16:50:41 +0000 (12:50 -0400)
This macro was removed by

2005-11-16  Daniel Jacobowitz  <dan@codesourcery.com>

but not applied to the (still separate) eabi port so necro'd
when the eabi port superceded the old abi.  It was thence
copied into the new AArch64 port.

ChangeLog
sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
sysdeps/unix/sysv/linux/arm/sysdep-cancel.h

index 4fcaa28..299d4de 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2014-05-25  Richard Henderson  <rth@twiddle.net>
 
+       * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
+       (SINGLE_THREAD_P_PIC): Remove.
+       * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
+       (SINGLE_THREAD_P_PIC): Remove.
+
        * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
        branch to syscall error ...
        (PSEUDO): ... here.
index 2d0ae5b..c300b2d 100644 (file)
@@ -186,7 +186,6 @@ extern int __local_multiple_threads attribute_hidden;
   cfi_restore (x30);                                                   \
   cfi_adjust_cfa_offset (-16);                                         \
   cmp  w16, 0
-#   define SINGLE_THREAD_P_PIC(x) SINGLE_THREAD_P
 #  endif
 # endif
 
index 118e6c3..a0a8696 100644 (file)
@@ -223,7 +223,6 @@ extern int __local_multiple_threads attribute_hidden;
        cfi_adjust_cfa_offset (-8);                                     \
        cfi_restore (lr);                                               \
        teq     ip, #0
-#   define SINGLE_THREAD_P_PIC(x) SINGLE_THREAD_P
 #  endif
 # endif