NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/46953 CVS commit: [netbsd-6] src



The following reply was made to PR port-arm/46953; it has been noted by GNATS.

From: "Julian Coleman" <jdc%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/46953 CVS commit: [netbsd-6] src
Date: Sat, 24 Nov 2012 19:02:11 +0000

 Module Name:   src
 Committed By:  jdc
 Date:          Sat Nov 24 19:02:10 UTC 2012
 
 Modified Files:
        src/doc [netbsd-6]: HACKS
        src/lib/libc/softfloat [netbsd-6]: Makefile.inc
 
 Log Message:
 Pull up revisions:
   src/lib/libc/softfloat/Makefile.inc         1.11-1.12 via patch
   src/doc/HACKS                               1.124 via patch
 (requested by msaitoh in ticket #703).
 
 For arm, add -fno-tree-vrp to COPTS when compiling softfloat.c.
 Without -fno-tree-vrp, -INF + -INF returns 0 by adddf3.
 Fixes PR#46953.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.122.2.1 -r1.122.2.2 src/doc/HACKS
 cvs rdiff -u -r1.10 -r1.10.4.1 src/lib/libc/softfloat/Makefile.inc
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index