From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6182 invoked by alias); 11 Apr 2008 15:56:07 -0000 Received: (qmail 5759 invoked by uid 48); 11 Apr 2008 15:55:25 -0000 Date: Fri, 11 Apr 2008 15:56:00 -0000 Message-ID: <20080411155525.5757.qmail@sourceware.org> From: "rsa at us dot ibm dot com" To: glibc-bugs@sources.redhat.com In-Reply-To: <20070906173748.4997.fxcoudert@gcc.gnu.org> References: <20070906173748.4997.fxcoudert@gcc.gnu.org> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug math/4997] lround(nexafter(0.5,-1)) has incorrect value X-Bugzilla-Reason: CC Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org X-SW-Source: 2008-04/txt/msg00081.txt.bz2 ------- Additional Comments From rsa at us dot ibm dot com 2008-04-11 15:55 ------- Ulrich, I just retried both versions of the patch (the one in the BZ and the one on the mailing list) with both --with-cpu=power4 and --with-cpu=970 and both completed building successfully and passed make check. This patch didn't add or remove any files. There should already be dummy versions of s_llroundf.S in the necessary directories. > find . -name s_llroundf.S ./powerpc/powerpc32/power4/fpu/s_llroundf.S ./powerpc/powerpc32/power5+/fpu/s_llroundf.S ./powerpc/powerpc32/power6/fpu/s_llroundf.S ./powerpc/powerpc64/fpu/s_llroundf.S Did the patch apply properly? I ask this because as an experiment I tried removing sysdeps/powerpc/powerpc32/power4/fpu/s_llroundf.S and I _then_ got a build warning about multiple definitions. /home/ryanarn/build/glibc32_ppc970/math/libm_pic.a(s_llroundf.os): In function `__llroundf': /home/ryanarn/glibc/math/../sysdeps/powerpc/fpu/s_llroundf.c:30: multiple definition of `__llroundf' /home/ryanarn/build/glibc32_ppc970/math/libm_pic.a(s_llround.os):(.text+0x0): first defined here -- http://sourceware.org/bugzilla/show_bug.cgi?id=4997 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.