Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Aug 2015 19:09:56 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r287116 - head/sys/mips/mips
Message-ID:  <201508241909.t7OJ9u9W083422@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Mon Aug 24 19:09:56 2015
New Revision: 287116
URL: https://svnweb.freebsd.org/changeset/base/287116

Log:
  Enable hardfloat for assembly generation.
  
  gcc versions later than 4.2 started erroring out on seeing hardware
  floating point references when soft-float was enabled.
  
  Reviewed by:	imp

Modified:
  head/sys/mips/mips/fp.S

Modified: head/sys/mips/mips/fp.S
==============================================================================
--- head/sys/mips/mips/fp.S	Mon Aug 24 18:57:32 2015	(r287115)
+++ head/sys/mips/mips/fp.S	Mon Aug 24 19:09:56 2015	(r287116)
@@ -76,6 +76,8 @@
 #define	COND_LESS	0x4
 #define	COND_SIGNAL	0x8
 
+.set hardfloat
+
 /*----------------------------------------------------------------------------
  *
  * MipsEmulateFP --



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508241909.t7OJ9u9W083422>