summaryrefslogtreecommitdiffstats
path: root/ArmPkg/Library/ArmSoftFloatLib/Arm/__aeabi_fcmpun.c
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2015-11-30 08:57:03 +0000
committerabiesheuvel <abiesheuvel@Edk2>2015-11-30 08:57:03 +0000
commitc75f83719457fa0fc786b14c4ab8470da63cfeb3 (patch)
treea7dde8015b264f79d2ca98cf9d18a1a6e083dc6e /ArmPkg/Library/ArmSoftFloatLib/Arm/__aeabi_fcmpun.c
parent1dbda2b4cfd60e5955cde98aec6537816af8be5e (diff)
downloadedk2-c75f83719457fa0fc786b14c4ab8470da63cfeb3.tar.gz
edk2-c75f83719457fa0fc786b14c4ab8470da63cfeb3.tar.bz2
edk2-c75f83719457fa0fc786b14c4ab8470da63cfeb3.zip
ArmPkg/ArmSoftFloatLib: add support for RVCT
The ARM softfloat library in ArmSoftfloatLib currently does not build under RVCT, simply because the code includes system header files that RVCT does not provide. However, nothing exported by those include files is actually used by the library when built in SOFTFLOAT_FOR_GCC mode, so we can just drop all of them. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19031 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPkg/Library/ArmSoftFloatLib/Arm/__aeabi_fcmpun.c')
-rw-r--r--ArmPkg/Library/ArmSoftFloatLib/Arm/__aeabi_fcmpun.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ArmPkg/Library/ArmSoftFloatLib/Arm/__aeabi_fcmpun.c b/ArmPkg/Library/ArmSoftFloatLib/Arm/__aeabi_fcmpun.c
index 403afba17e..903066f3ff 100644
--- a/ArmPkg/Library/ArmSoftFloatLib/Arm/__aeabi_fcmpun.c
+++ b/ArmPkg/Library/ArmSoftFloatLib/Arm/__aeabi_fcmpun.c
@@ -22,7 +22,6 @@
#include "milieu.h"
#include "softfloat.h"
-#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
__RCSID("$NetBSD: __aeabi_fcmpun.c,v 1.1 2013/04/16 10:37:39 matt Exp $");
#endif /* LIBC_SCCS and not lint */