Source-Changes-HG archive

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

[src/trunk]: src/sys/lib/libkern/arch/m68k add mulsi3, needed by inet_addr.o



details:   https://anonhg.NetBSD.org/src/rev/254040155590
branches:  trunk
changeset: 809748:254040155590
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Jul 30 07:44:40 2015 +0000

description:
add mulsi3, needed by inet_addr.o

diffstat:

 sys/lib/libkern/arch/m68k/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a5d4214dc4eb -r 254040155590 sys/lib/libkern/arch/m68k/Makefile.inc
--- a/sys/lib/libkern/arch/m68k/Makefile.inc    Thu Jul 30 07:32:40 2015 +0000
+++ b/sys/lib/libkern/arch/m68k/Makefile.inc    Thu Jul 30 07:44:40 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.35 2014/09/08 12:12:19 joerg Exp $
+#      $NetBSD: Makefile.inc,v 1.36 2015/07/30 07:44:40 christos Exp $
 
 SRCS+= bswap16.S bswap32.S bswap64.S
 SRCS+= memcmp.S memcpy.S memmove.S memset.S
@@ -12,7 +12,7 @@
 SRCS+= mulsi3.S divsi3.S udivsi3.S modsi3.S umodsi3.S
 .endif
 .if defined(MACHINE_ARCH) && ${MACHINE_ARCH} == "m68k"
-SRCS+= random.S
+SRCS+= mulsi3.S random.S
 .else
 random.o random.po random.pico random.d: random.c
 .endif



Home | Main Index | Thread Index | Old Index