From patchwork Sat May 24 00:11:43 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Henderson X-Patchwork-Id: 1124 Received: (qmail 24347 invoked by alias); 24 May 2014 00:12:14 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 24209 invoked by uid 89); 24 May 2014 00:12:12 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL, BAYES_00, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=no version=3.3.2 X-HELO: mail-qg0-f42.google.com X-Received: by 10.140.109.70 with SMTP id k64mr11220944qgf.92.1400890329406; Fri, 23 May 2014 17:12:09 -0700 (PDT) From: Richard Henderson To: libc-alpha@sourceware.org Cc: marcus.shawcroft@gmail.com, Richard Henderson Subject: [PATCH v2 3/9] arm,aarch64: Remove SINGLE_THREAD_P_PIC Date: Fri, 23 May 2014 17:11:43 -0700 Message-Id: <1400890309-16710-4-git-send-email-rth@twiddle.net> In-Reply-To: <1400890309-16710-1-git-send-email-rth@twiddle.net> References: <1400890309-16710-1-git-send-email-rth@twiddle.net> From: Richard Henderson This macro was removed by 2005-11-16 Daniel Jacobowitz 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. --- sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h | 1 - sysdeps/unix/sysv/linux/arm/sysdep-cancel.h | 1 - 2 files changed, 2 deletions(-) diff --git a/sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h b/sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h index 2d0ae5b..c300b2d 100644 --- a/sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h +++ b/sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h @@ -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 diff --git a/sysdeps/unix/sysv/linux/arm/sysdep-cancel.h b/sysdeps/unix/sysv/linux/arm/sysdep-cancel.h index 118e6c3..a0a8696 100644 --- a/sysdeps/unix/sysv/linux/arm/sysdep-cancel.h +++ b/sysdeps/unix/sysv/linux/arm/sysdep-cancel.h @@ -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