aboutsummaryrefslogtreecommitdiff
path: root/NAMESPACE
diff options
context:
space:
mode:
authorAdhemerval Zanella <azanella@linux.vnet.ibm.com>2014-03-14 12:49:45 -0500
committerAdhemerval Zanella <azanella@linux.vnet.ibm.com>2014-03-14 12:54:47 -0500
commitc7de50250367167d8c9f35594b264f6a0af8dd0c (patch)
tree2b495e050f5b00060824d9d4f83b22c6ba486b2e /NAMESPACE
parent98fb27a373f37554232e0060eef1a5bb00a07eb0 (diff)
downloadglibc-c7de50250367167d8c9f35594b264f6a0af8dd0c.zip
glibc-c7de50250367167d8c9f35594b264f6a0af8dd0c.tar.gz
glibc-c7de50250367167d8c9f35594b264f6a0af8dd0c.tar.bz2
PowerPC: remove wrong roundl implementation for PowerPC64
The roundl assembly implementation (sysdeps/powerpc/powerpc64/fpu/s_roundl.S) returns wrong results for some inputs where first double is a exact integer and the precision is determined by second long double. Checking on implementation comments and history, I am very confident the assembly implementation was based on a version before commit 5c68d401698a58cf7da150d9cce769fa6679ba5f that fixes BZ#2423 (Errors in long double (ldbl-128ibm) rounding functions in glibc-2.4). By just removing the implementation and make the build select sysdeps/ieee754/ldbl-128ibm/s_roundl.c instead fixes the failing math. This fixes 16707.
Diffstat (limited to 'NAMESPACE')
0 files changed, 0 insertions, 0 deletions
/regcache-multimap-v2'>users/simark/regcache-multimap-v2 Unnamed repository; edit this file 'description' to name the repository.root
aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.ada/homonym/homonym.ads
blob: d5ace8e86255f02cbab4a24a9844672a5cdce2d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--  Copyright 2008-2012 Free Software Foundation, Inc.
--
--  This program is free software; you can redistribute it and/or modify
--  it under the terms of the GNU General Public License as published by
--  the Free Software Foundation; either version 3 of the License, or
--  (at your option) any later version.
--
--  This program 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 General Public License for more details.
--
--  You should have received a copy of the GNU General Public License
--  along with this program.  If not, see <http://www.gnu.org/licenses/>.

package Homonym is

   procedure Start_Test;

end Homonym;