Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/compiler_rt Don't use aeabi_dcmp.S and aeabi_fcmp.S...



details:   https://anonhg.NetBSD.org/src/rev/2ad994dded45
branches:  trunk
changeset: 326076:2ad994dded45
user:      joerg <joerg%NetBSD.org@localhost>
date:      Fri Jan 17 14:08:59 2014 +0000

description:
Don't use aeabi_dcmp.S and aeabi_fcmp.S on ARM yet, softfloat provides
the same set of symbols.

diffstat:

 lib/libc/compiler_rt/Makefile.inc |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 6315f305e2d0 -r 2ad994dded45 lib/libc/compiler_rt/Makefile.inc
--- a/lib/libc/compiler_rt/Makefile.inc Fri Jan 17 14:07:33 2014 +0000
+++ b/lib/libc/compiler_rt/Makefile.inc Fri Jan 17 14:08:59 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.8 2014/01/17 14:07:33 joerg Exp $
+# $NetBSD: Makefile.inc,v 1.9 2014/01/17 14:08:59 joerg Exp $
 
 COMPILER_RT_SRCDIR=    ${NETBSDSRCDIR}/sys/external/bsd/compiler_rt/dist
 
@@ -184,13 +184,14 @@
 .if ${MACHINE_CPU} == "arm"
 .if !empty(LIBC_MACHINE_ARCH:Mearm*)
 GENERIC_SRCS+= \
-       aeabi_dcmp.S \
-       aeabi_fcmp.S \
        aeabi_idivmod.S \
        aeabi_ldivmod.S \
        aeabi_uidivmod.S \
        aeabi_uldivmod.S
 .endif
+# Not yet, overlaps with softfloat
+#      aeabi_dcmp.S \
+#      aeabi_fcmp.S
 # Not yet, requires ARMv6
 #GENERIC_SRCS+= \
 #      bswapdi2.S \



Home | Main Index | Thread Index | Old Index