summaryrefslogtreecommitdiffstats
path: root/libc/stdlib
diff options
context:
space:
mode:
authorSerban Constantinescu <serban.constantinescu@arm.com>2013-10-08 19:32:36 +0100
committerElliott Hughes <enh@google.com>2013-10-28 16:24:51 -0700
commit65ca282ecdcaa8b767256f11c7bbb7b3518d96e7 (patch)
treea0005b63caf9fbda9a3a00720b8f9a474b09efab /libc/stdlib
parent830de5cb30ba163f9c34fc87f624d6604adc3232 (diff)
downloadbionic-65ca282ecdcaa8b767256f11c7bbb7b3518d96e7.zip
bionic-65ca282ecdcaa8b767256f11c7bbb7b3518d96e7.tar.gz
bionic-65ca282ecdcaa8b767256f11c7bbb7b3518d96e7.tar.bz2
AArch64: Add support for AArch64 to stdlib/strtod.c
This patch adds support for AArch64 to strtod.c definitions. Change-Id: I9491c4371d921c00e73ae169877a9a71225731fb Signed-off-by: Serban Constantinescu <serban.constantinescu@arm.com>
Diffstat (limited to 'libc/stdlib')
-rw-r--r--libc/stdlib/strtod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdlib/strtod.c b/libc/stdlib/strtod.c
index ab637a1..3934d9a 100644
--- a/libc/stdlib/strtod.c
+++ b/libc/stdlib/strtod.c
@@ -107,7 +107,7 @@ __RCSID("$NetBSD: strtod.c,v 1.45.2.1 2005/04/19 13:35:54 tron Exp $");
defined(__mips__) || defined(__ns32k__) || defined(__alpha__) || \
defined(__powerpc__) || defined(__sh__) || defined(__x86_64__) || \
defined(__hppa__) || \
- (defined(__arm__) && defined(__VFP_FP__))
+ (defined(__arm__) && defined(__VFP_FP__)) || defined(__aarch64__)
#include <endian.h>
#if BYTE_ORDER == BIG_ENDIAN
#define IEEE_BIG_ENDIAN