Source-Changes-HG archive

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

[src/netbsd-6]: src/lib/libc/arch/arm/gen Pull up following revision(s) (requ...



details:   https://anonhg.NetBSD.org/src/rev/20e94750a99e
branches:  netbsd-6
changeset: 774332:20e94750a99e
user:      riz <riz%NetBSD.org@localhost>
date:      Mon Jul 16 22:03:06 2012 +0000

description:
Pull up following revision(s) (requested by reinoud in ticket #416):
        lib/libc/arch/arm/gen/Makefile.inc: revision 1.17
On the libc/libgcc clashes cleanup that removed divsi3.o from libc, ARM/evbarm
was forgotten. This patch fixes it making static binaries possible again!

diffstat:

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

diffs (12 lines):

diff -r bf26536662a1 -r 20e94750a99e lib/libc/arch/arm/gen/Makefile.inc
--- a/lib/libc/arch/arm/gen/Makefile.inc        Thu Jul 12 19:43:15 2012 +0000
+++ b/lib/libc/arch/arm/gen/Makefile.inc        Mon Jul 16 22:03:06 2012 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile.inc,v 1.16 2009/12/06 07:12:17 uebayasi Exp $
+# $NetBSD: Makefile.inc,v 1.16.8.1 2012/07/16 22:03:06 riz Exp $
 
-SRCS+= alloca.S byte_swap_2.S byte_swap_4.S bswap64.c divsi3.S \
+SRCS+= alloca.S byte_swap_2.S byte_swap_4.S bswap64.c \
        fabs.c flt_rounds.c
 
 # Common ieee754 constants and functions



Home | Main Index | Thread Index | Old Index