From patchwork Wed Oct 25 07:36:19 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alan Modra X-Patchwork-Id: 23792 X-Patchwork-Delegate: azanella@linux.vnet.ibm.com Received: (qmail 32444 invoked by alias); 25 Oct 2017 07:36:47 -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 32400 invoked by uid 89); 25 Oct 2017 07:36:47 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-25.7 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-pg0-f45.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:in-reply-to:references; bh=DY+NB+cJ/yuLM4U89mS7l/fIhwDdiLGCTrj6xXuiqas=; b=E/AzpnlBUtYL0FgsvxHyEIEpvKUZsR0FSU5St8oVI3ro8m6k6sqUSrDYhMzMc9d3rH ipWMcuDAIrfmMDqtsoiww8F5vkhMPiq7JrzKIeOiKSfRTMk+eMNmhJk/5quVoiFTi+4D 2kLHNtCBOKTlyUUs4jCkRrIjzuX0UNZ0vI8CNiiKGau8asLi/A8HWh+FoTOfIeKgH0lH FRHFVBeStCAKyOAVmpieYcklma0kK47OHHAyOkbMndcHECkWDQ+AZIC2dCIlKRsTz2TB eu6f6vy/nRxLF98sj95ST9oM9rA0jvXQPa4eez2HXCeP7JegQNQdfqQKZmSRHbThP6IJ IOnQ== X-Gm-Message-State: AMCzsaUWVgBIuiQSnBeG91T6soQkqNNdKZEi8wWKPZjTtDMJn9wnBowS us/GAHBLPIOKY9jfg8n3DKRGsQ== X-Google-Smtp-Source: ABhQp+QW7/4CcNaWUK/pt3eoguGme9eipOlPuW54J1Xz9XuZdyWnuz1+WLCSfeZ3hwDFkJVtqyyuLw== X-Received: by 10.98.139.8 with SMTP id j8mr1353842pfe.30.1508917004524; Wed, 25 Oct 2017 00:36:44 -0700 (PDT) From: Alan Modra To: libc-alpha@sourceware.org Cc: Alan Modra Subject: [PATCH 2/7] [PowerPC64] Remove duplicate define in stpncpy-power8.S Date: Wed, 25 Oct 2017 18:06:19 +1030 Message-Id: <4e53e8b7cc10839bafee7e8265b49ba587c5bb02.1508908224.git.amodra@gmail.com> In-Reply-To: References: In-Reply-To: References: USE_AS_STPNCPY is defined by sysdeps/powerpc/powerpc64/power8/stpncpy.S, included by this file. * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: Don't define USE_AS_STPNCPY. Reviewed-by: Adhemerval Zanella diff --git a/sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S b/sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S index 9663659..9c71bb0 100644 --- a/sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S +++ b/sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S @@ -18,8 +18,6 @@ #include -#define USE_AS_STPNCPY - #define STPNCPY __stpncpy_power8 #undef libc_hidden_builtin_def