From patchwork Wed Jan 27 00:17:27 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Miller X-Patchwork-Id: 573662 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 5BD951402A8 for ; Wed, 27 Jan 2016 11:17:39 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b=dVSvPC0j; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:message-id:to:subject:from:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=W2k WfJizZvRHvWcoCRbaWSIgoS72zn3ObyNWAaXNIexs4MUEg+fZEdujUoevfE+2wvd G0mhQUiD83KXWS7viFt/Lu9XFEHdO4MhTNSDRgT7/dDN/CrHv2pjctvSj/9Uv254 IqvsPG7+ELDEPPhOMb2uO8qEzl8K7Ryp+4JinfGk= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:message-id:to:subject:from:mime-version :content-type:content-transfer-encoding; s=default; bh=WT+MJBHNY YdTtCvQwfdEgAyoLEE=; b=dVSvPC0jVwxGQgKHis7VNuqEvLOdWwXZb9CmAqZtl HzOYkg0Bd9LyivUMe631Dv3UOZl9ns5wh7aBpowLGxbvr/miVJ0DjpFSNChOBBIm c1OYdeSzI7V9OXEvpPbWe7WG1q/LQFe7AsyCelON5dm8kpzk2fLsIuKzY8ULtOUi z4= Received: (qmail 51067 invoked by alias); 27 Jan 2016 00:17:33 -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 51051 invoked by uid 89); 27 Jan 2016 00:17:32 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.6 required=5.0 tests=AWL, BAYES_50, KAM_LAZY_DOMAIN_SECURITY, RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 spammy=sk:2.1.2.5, UD:2.1.2.532.g19b5d50, UD:g19b5d50, UD:2.532.g19b5d50 X-HELO: shards.monkeyblade.net Date: Tue, 26 Jan 2016 16:17:27 -0800 (PST) Message-Id: <20160126.161727.1039889017397822764.davem@davemloft.net> To: libc-alpha@sourceware.org Subject: [PATCH COMMITTED] Update localplt.data for 32-bit sparc. From: David Miller Mime-Version: 1.0 * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Add _Q_cmp. --- ChangeLog | 4 ++++ sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 42d01d9..99a89dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2016-01-26 David S. Miller + + * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Add _Q_cmp. + 2016-01-25 David S. Miller * sysdeps/sparc/sparc32/Versions (GLIBC_2.23): Add entry for __sqrtl_finite. diff --git a/sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data b/sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data index f474d08..a208adf 100644 --- a/sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data +++ b/sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data @@ -1,4 +1,5 @@ libc.so: _Q_add ? +libc.so: _Q_cmp ? libc.so: _Q_div ? libc.so: _Q_feq ? libc.so: _Q_fge ?