From patchwork Wed Jun 11 10:19:47 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Charles Baylis X-Patchwork-Id: 358586 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id C6765140081 for ; Wed, 11 Jun 2014 20:20:34 +1000 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:cc:subject:date:message-id:in-reply-to:references; q=dns; s= default; b=mICC39/y5zK+wX33R56XV0+gZRvd3+37o8G178jeLudqy44etpxqw wXkbTsYneZ0Uduz4d9QnNi4l+q/KPXlvBFyHUUgZAfdkkZqbmI91lUk+WKo1HZUg M5T2Id1kG6jUk79FFpubvIXRsYQGzNYhvGF5Z6pM3/fSsZJHy8mjMA= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:cc:subject:date:message-id:in-reply-to:references; s= default; bh=+w78WUsXRBcScKcfua3t5939/X0=; b=ESU/QmahFOT04VJXt+aH knxsAGfTic12zLBIf3sqR1cfDMUNbIyFZLj4Tq/vJira/z/unhTjpUtc749tMNI7 zsmFHGcpbYhFGpl8uFJcXATLM/acJsRijOZz7SgO1iuZd0h3rHdHNsNsGvLPK5DA E4ZZ8LfhdGlXMo/984eEHTM= Received: (qmail 27850 invoked by alias); 11 Jun 2014 10:20:27 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 27839 invoked by uid 89); 11 Jun 2014 10:20:27 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-we0-f177.google.com Received: from mail-we0-f177.google.com (HELO mail-we0-f177.google.com) (74.125.82.177) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 11 Jun 2014 10:20:26 +0000 Received: by mail-we0-f177.google.com with SMTP id u56so6804919wes.36 for ; Wed, 11 Jun 2014 03:20:23 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=VJNMpOGQhwAhxzB1az2wVjyq+eeCFEhCdasL16PeTJY=; b=TXO0ErOhgX0m4AZ05h57jU9ghM6xrPXs5W3ntY1VBPIYJB4JOgcxTck0JYtN8kgSOH jhpfl+Ma909mHEiIGOUjAI6HYxfGXuAbzPnkuUA0ofqA37HRoniz1kS034bxtdFI3A2L c1TMhofj3rtfn9bVmtnSCKulnpVZmwEYffwKFfpn3OJhhmbzomcddmEGM/6IdbTEq86B 9bc2xb6Jzok+AUrLuK6WPKV9/fywbGhLEmTOc2qivv0SDiHrawzPzSwdOGnibEbAikoe izgoBusFS/vLrBScVOQDvQwHUFW+oLuMbgB2JXHTJEY2bZ192rU73qTIput9eBRKFBFs +vNA== X-Gm-Message-State: ALoCoQlEFI0luhwf2hsfp93HlrOBDA0uELt47bh6UGSIiZtc+6IlcrDu46n/p+IKsAqXqQyx2z+o X-Received: by 10.180.210.174 with SMTP id mv14mr38007828wic.47.1402482023017; Wed, 11 Jun 2014 03:20:23 -0700 (PDT) Received: from sale.linaro.local ([213.122.173.130]) by mx.google.com with ESMTPSA id ej2sm33548768wjd.21.2014.06.11.03.20.22 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 11 Jun 2014 03:20:22 -0700 (PDT) From: Charles Baylis To: rearnsha@arm.com Cc: gcc-patches@gcc.gnu.org, Ramana.Radhakrishnan@arm.com Subject: [PATCH 1/9] Whitespace Date: Wed, 11 Jun 2014 11:19:47 +0100 Message-Id: <1402481995-12749-1-git-send-email-charles.baylis@linaro.org> In-Reply-To: <5398226C.5060905@arm.com> References: <5398226C.5060905@arm.com> X-IsSubscribed: yes 2014-05-22 Charles Baylis * config/arm/bpabi.S (__aeabi_uldivmod): Fix whitespace. (__aeabi_ldivmod): Fix whitespace. --- libgcc/config/arm/bpabi.S | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/libgcc/config/arm/bpabi.S b/libgcc/config/arm/bpabi.S index 7772301..f47d715 100644 --- a/libgcc/config/arm/bpabi.S +++ b/libgcc/config/arm/bpabi.S @@ -124,20 +124,20 @@ ARM_FUNC_START aeabi_ulcmp ARM_FUNC_START aeabi_ldivmod cfi_start __aeabi_ldivmod, LSYM(Lend_aeabi_ldivmod) - test_div_by_zero signed + test_div_by_zero signed - sub sp, sp, #8 + sub sp, sp, #8 #if defined(__thumb2__) - mov ip, sp - push {ip, lr} + mov ip, sp + push {ip, lr} #else - do_push {sp, lr} + do_push {sp, lr} #endif 98: cfi_push 98b - __aeabi_ldivmod, 0xe, -0xc, 0x10 - bl SYM(__gnu_ldivmod_helper) __PLT__ - ldr lr, [sp, #4] - add sp, sp, #8 - do_pop {r2, r3} + bl SYM(__gnu_ldivmod_helper) __PLT__ + ldr lr, [sp, #4] + add sp, sp, #8 + do_pop {r2, r3} RET cfi_end LSYM(Lend_aeabi_ldivmod) @@ -147,20 +147,20 @@ ARM_FUNC_START aeabi_ldivmod ARM_FUNC_START aeabi_uldivmod cfi_start __aeabi_uldivmod, LSYM(Lend_aeabi_uldivmod) - test_div_by_zero unsigned + test_div_by_zero unsigned - sub sp, sp, #8 + sub sp, sp, #8 #if defined(__thumb2__) - mov ip, sp - push {ip, lr} + mov ip, sp + push {ip, lr} #else - do_push {sp, lr} + do_push {sp, lr} #endif 98: cfi_push 98b - __aeabi_uldivmod, 0xe, -0xc, 0x10 - bl SYM(__gnu_uldivmod_helper) __PLT__ - ldr lr, [sp, #4] - add sp, sp, #8 - do_pop {r2, r3} + bl SYM(__gnu_uldivmod_helper) __PLT__ + ldr lr, [sp, #4] + add sp, sp, #8 + do_pop {r2, r3} RET cfi_end LSYM(Lend_aeabi_uldivmod)