Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/arch/arm/gen Backout previous. ld.so requires the d...



details:   https://anonhg.NetBSD.org/src/rev/8d1c86a03df6
branches:  trunk
changeset: 780577:8d1c86a03df6
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Jul 30 12:57:54 2012 +0000

description:
Backout previous. ld.so requires the division routines so this needs
more thought.

diffstat:

 lib/libc/arch/arm/gen/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (12 lines):

diff -r 7b6128c11f68 -r 8d1c86a03df6 lib/libc/arch/arm/gen/Makefile.inc
--- a/lib/libc/arch/arm/gen/Makefile.inc        Mon Jul 30 10:45:03 2012 +0000
+++ b/lib/libc/arch/arm/gen/Makefile.inc        Mon Jul 30 12:57:54 2012 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile.inc,v 1.17 2012/07/11 18:24:27 reinoud Exp $
+# $NetBSD: Makefile.inc,v 1.18 2012/07/30 12:57:54 skrll Exp $
 
-SRCS+= alloca.S byte_swap_2.S byte_swap_4.S bswap64.c \
+SRCS+= alloca.S byte_swap_2.S byte_swap_4.S bswap64.c divsi3.S \
        fabs.c flt_rounds.c
 
 # Common ieee754 constants and functions



Home | Main Index | Thread Index | Old Index