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> _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"