From owner-svn-src-head@freebsd.org Fri Feb 17 13:49:48 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37A55CE313B; Fri, 17 Feb 2017 13:49:48 +0000 (UTC) (envelope-from mmel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 04A5716E4; Fri, 17 Feb 2017 13:49:47 +0000 (UTC) (envelope-from mmel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1HDnlbJ030649; Fri, 17 Feb 2017 13:49:47 GMT (envelope-from mmel@FreeBSD.org) Received: (from mmel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1HDnl0u030648; Fri, 17 Feb 2017 13:49:47 GMT (envelope-from mmel@FreeBSD.org) Message-Id: <201702171349.v1HDnl0u030648@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mmel set sender to mmel@FreeBSD.org using -f From: Michal Meloun Date: Fri, 17 Feb 2017 13:49:47 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r313873 - head/lib/libc/arm X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 13:49:48 -0000 Author: mmel Date: Fri Feb 17 13:49:46 2017 New Revision: 313873 URL: https://svnweb.freebsd.org/changeset/base/313873 Log: Publish fp[get][set]sticky() for ARMv6. Although fp[get][set]sticky() functions are obsolete, they are still required for GNU fortran49 library. MFC after: 2 months Reviewed by: kib Differential Revision: https://reviews.freebsd.org/D9634 Modified: head/lib/libc/arm/Symbol_vfp.map Modified: head/lib/libc/arm/Symbol_vfp.map ============================================================================== --- head/lib/libc/arm/Symbol_vfp.map Fri Feb 17 13:31:11 2017 (r313872) +++ head/lib/libc/arm/Symbol_vfp.map Fri Feb 17 13:49:46 2017 (r313873) @@ -8,3 +8,8 @@ FBSD_1.0 { fpsetmask; fpsetround; }; + +FBSD_1.5 { + fpgetsticky; + fpsetsticky; +};