svn commit: r284764 - head/sys/arm64/include

Ed Maste emaste at FreeBSD.org
Wed Jun 24 14:51:54 UTC 2015


Author: emaste
Date: Wed Jun 24 14:51:53 2015
New Revision: 284764
URL: https://svnweb.freebsd.org/changeset/base/284764

Log:
  add floatingpoint.h for arm64
  
  On other architectures floatingpoint.h is a symlink to
  machine/floatingpoint.h which in turn includes machine/ieeefp.h.
  Do this on arm64 as well for now.
  
  Sponsored by:	The FreeBSD Foundation

Added:
  head/sys/arm64/include/floatingpoint.h   (contents, props changed)

Added: head/sys/arm64/include/floatingpoint.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sys/arm64/include/floatingpoint.h	Wed Jun 24 14:51:53 2015	(r284764)
@@ -0,0 +1,3 @@
+/* $FreeBSD$ */
+
+#include <machine/ieeefp.h>


More information about the svn-src-head mailing list