Garbage collect unused gdtoa related files on mips.

Reviewed by:	emase, imp, jhb
MFC after:	1 week
Sponsored by:	DARPA, AFRL
Differential Revision:	https://reviews.freebsd.org/D9841
This commit is contained in:
Brooks Davis 2017-03-02 17:08:37 +00:00
parent 13f2393362
commit af4157ef72
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=314558
2 changed files with 0 additions and 14 deletions

View File

@ -1,4 +0,0 @@
# $NetBSD: Makefile.inc,v 1.1 2006/03/15 17:35:18 kleink Exp $
# $FreeBSD$
SRCS+= strtof.c

View File

@ -1,10 +0,0 @@
/* $NetBSD: arith.h,v 1.1 2006/01/25 15:33:28 kleink Exp $ */
/* $FreeBSD$ */
#include <machine/endian.h>
#if BYTE_ORDER == BIG_ENDIAN
#define IEEE_BIG_ENDIAN
#else
#define IEEE_LITTLE_ENDIAN
#endif