From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12568 invoked by alias); 5 Feb 2014 07:46:09 -0000 Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org Received: (qmail 12558 invoked by uid 89); 5 Feb 2014 07:46:09 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: va3outboundpool.messaging.microsoft.com Received: from va3ehsobe003.messaging.microsoft.com (HELO va3outboundpool.messaging.microsoft.com) (216.32.180.13) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 05 Feb 2014 07:46:07 +0000 Received: from mail231-va3-R.bigfish.com (10.7.14.243) by VA3EHSOBE011.bigfish.com (10.7.40.61) with Microsoft SMTP Server id 14.1.225.22; Wed, 5 Feb 2014 07:46:05 +0000 Received: from mail231-va3 (localhost [127.0.0.1]) by mail231-va3-R.bigfish.com (Postfix) with ESMTP id 46B4EDA0093 for ; Wed, 5 Feb 2014 07:46:05 +0000 (UTC) X-Forefront-Antispam-Report: CIP:149.199.60.83;KIP:(null);UIP:(null);IPV:NLI;H:xsj-gw1;RD:unknown-60-83.xilinx.com;EFVD:NLI X-SpamScore: 2 X-BigFish: VPS2(zz936eI154dIc8kzz1f42h2148h208ch1ee6h1de0h1fdah2073h2146h1202h1e76h2189h1d1ah1d2ah21bch1fc6hzz1de098h17326ah8275bh8275dh1de097h186068hz2fh95h839hc61hd24hf0ah119dh1288h12a5h12a9h12bdh12e5h137ah139eh13b6h1441h14ddh1504h1537h162dh1631h1758h1898h18e1h1946h19b5h1b0ah224fh1d0ch1d2eh1d3fh1dfeh1dffh1e1dh1e23h1fe8h1ff5h2218h2216h226dh24afh2327h2336h2438h2461h2487h24d7h2516h906i1155h) Received-SPF: pass (mail231-va3: domain of xilinx.com designates 149.199.60.83 as permitted sender) client-ip=149.199.60.83; envelope-from=david.holsgrove@xilinx.com; helo=xsj-gw1 ;helo=xsj-gw1 ; Received: from mail231-va3 (localhost.localdomain [127.0.0.1]) by mail231-va3 (MessageSwitch) id 1391586353463488_10028; Wed, 5 Feb 2014 07:45:53 +0000 (UTC) Received: from VA3EHSMHS003.bigfish.com (unknown [10.7.14.251]) by mail231-va3.bigfish.com (Postfix) with ESMTP id 63352900047 for ; Wed, 5 Feb 2014 07:45:53 +0000 (UTC) Received: from xsj-gw1 (149.199.60.83) by VA3EHSMHS003.bigfish.com (10.7.99.13) with Microsoft SMTP Server id 14.16.227.3; Wed, 5 Feb 2014 07:45:51 +0000 Received: from unknown-38-66.xilinx.com ([149.199.38.66] helo=xsj-smtp1) by xsj-gw1 with esmtp (Exim 4.63) (envelope-from ) id 1WAxB9-0004TM-Jz for libc-ports@sourceware.org; Tue, 04 Feb 2014 23:45:51 -0800 From: David Holsgrove To: CC: David Holsgrove Subject: [PATCH] microblaze: Use fallback functions Date: Wed, 05 Feb 2014 07:46:00 -0000 In-Reply-To: <1391586327-19288-1-git-send-email-david.holsgrove@xilinx.com> References: <1391586327-19288-1-git-send-email-david.holsgrove@xilinx.com> X-RCIS-Action: ALLOW MIME-Version: 1.0 Content-Type: text/plain Message-ID: <4c153256-be2b-4c81-a48c-094abc7ed784@VA3EHSMHS003.ehs.local> X-OriginatorOrg: xilinx.com X-FOPE-CONNECTOR: Id%0$Dn%*$RO%0$TLS%0$FQDN%$TlsDn% X-SW-Source: 2014-02/txt/msg00001.txt.bz2 Delete redundant fegetround.c and fesetround.c for microblaze and use the fallback functions instead. ports/ChangeLog.microblaze 2014-02-04 David Holsgrove * sysdeps/microblaze/fegetround.c: Delete redundant file. * sysdeps/microblaze/fesetround.c: Likewise. Signed-off-by: David Holsgrove --- ports/ChangeLog.microblaze | 5 +++++ ports/sysdeps/microblaze/fegetround.c | 25 ------------------------- ports/sysdeps/microblaze/fesetround.c | 25 ------------------------- 3 files changed, 5 insertions(+), 50 deletions(-) delete mode 100644 ports/sysdeps/microblaze/fegetround.c delete mode 100644 ports/sysdeps/microblaze/fesetround.c diff --git a/ports/ChangeLog.microblaze b/ports/ChangeLog.microblaze index 7d47e04..df1518e 100644 --- a/ports/ChangeLog.microblaze +++ b/ports/ChangeLog.microblaze @@ -1,3 +1,8 @@ +2014-02-04 David Holsgrove + + * sysdeps/microblaze/fegetround.c: Delete redundant file. + * sysdeps/microblaze/fesetround.c: Likewise. + 2013-11-28 Joseph Myers * sysdeps/microblaze/fegetround.c (fegetround): Use diff --git a/ports/sysdeps/microblaze/fegetround.c b/ports/sysdeps/microblaze/fegetround.c deleted file mode 100644 index a2e57eb..0000000 --- a/ports/sysdeps/microblaze/fegetround.c +++ /dev/null @@ -1,25 +0,0 @@ -/* Copyright (C) 2011-2014 Free Software Foundation, Inc. - This file is part of the GNU C Library. - - The GNU C Library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - The GNU C Library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library. If not, see - . */ - -#include - -int -fegetround (void) -{ - return FE_TONEAREST; -} -libm_hidden_def (fegetround) diff --git a/ports/sysdeps/microblaze/fesetround.c b/ports/sysdeps/microblaze/fesetround.c deleted file mode 100644 index 16e2bf2..0000000 --- a/ports/sysdeps/microblaze/fesetround.c +++ /dev/null @@ -1,25 +0,0 @@ -/* Copyright (C) 2011-2014 Free Software Foundation, Inc. - This file is part of the GNU C Library. - - The GNU C Library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - The GNU C Library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library. If not, see - . */ - -#include - -int -fesetround (int round) -{ - return (round == FE_TONEAREST) ? 0 : 1; -} -libm_hidden_def (fesetround) -- 1.7.9.5