Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch add ashldi3.c, needed by ufs.c due to added cast in...
details: https://anonhg.NetBSD.org/src/rev/f2291a1a821c
branches: trunk
changeset: 515691:f2291a1a821c
user: chs <chs%NetBSD.org@localhost>
date: Tue Oct 02 06:30:03 2001 +0000
description:
add ashldi3.c, needed by ufs.c due to added cast in lblktosize().
diffstat:
sys/arch/atari/stand/libsa/Makefile | 4 ++--
sys/arch/mvme68k/stand/libsa/Makefile | 4 ++--
sys/arch/sun3/stand/libsa/Makefile | 4 ++--
sys/arch/sun68k/stand/libsa/Makefile | 4 ++--
4 files changed, 8 insertions(+), 8 deletions(-)
diffs (72 lines):
diff -r dea8cfcf1ee1 -r f2291a1a821c sys/arch/atari/stand/libsa/Makefile
--- a/sys/arch/atari/stand/libsa/Makefile Tue Oct 02 05:21:21 2001 +0000
+++ b/sys/arch/atari/stand/libsa/Makefile Tue Oct 02 06:30:03 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2001/09/08 11:21:02 thomas Exp $
+# $NetBSD: Makefile,v 1.10 2001/10/02 06:30:03 chs Exp $
LIB= sa
@@ -21,7 +21,7 @@
SRCS= consio.S diskio.c
# from lib/libkern
-SRCS+= ashrdi3.c bzero.c strcmp.c strlen.c
+SRCS+= ashldi3.c ashrdi3.c bzero.c strcmp.c strlen.c
# stand routines
SRCS+= alloc.c bcopy.c exec.c getfile.c gets.c globals.c \
diff -r dea8cfcf1ee1 -r f2291a1a821c sys/arch/mvme68k/stand/libsa/Makefile
--- a/sys/arch/mvme68k/stand/libsa/Makefile Tue Oct 02 05:21:21 2001 +0000
+++ b/sys/arch/mvme68k/stand/libsa/Makefile Tue Oct 02 06:30:03 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2001/07/07 09:06:44 scw Exp $
+# $NetBSD: Makefile,v 1.18 2001/10/02 06:30:04 chs Exp $
LIB=sa
@@ -18,7 +18,7 @@
# XXX Needed until libsa's memcmp.c doesn't depend on bcmp...
SRC_sa+= bcmp.c
-SRC_kern= ashrdi3.c strcmp.c strlen.c strncpy.c inet_addr.c
+SRC_kern= ashldi3.c ashrdi3.c strcmp.c strlen.c strncpy.c inet_addr.c
SRC_mvme= exec_mvme.c
diff -r dea8cfcf1ee1 -r f2291a1a821c sys/arch/sun3/stand/libsa/Makefile
--- a/sys/arch/sun3/stand/libsa/Makefile Tue Oct 02 05:21:21 2001 +0000
+++ b/sys/arch/sun3/stand/libsa/Makefile Tue Oct 02 06:30:03 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2001/07/30 00:10:20 chs Exp $
+# $NetBSD: Makefile,v 1.31 2001/10/02 06:30:04 chs Exp $
LIB=sa
@@ -34,7 +34,7 @@
SRC_sa = alloc.c bcopy.c close.c getfile.c loadfile.c lseek.c memcpy.c open.c \
printf.c read.c sprintf.c strerror.c subr_prf.c twiddle.c
-SRC_kern= ashrdi3.c bcmp.c bzero.c inet_addr.c intoa.c \
+SRC_kern= ashldi3.c ashrdi3.c bcmp.c bzero.c inet_addr.c intoa.c \
memcmp.c memset.c strcmp.c strlen.c strncmp.c
SRC_here= clock.c dev_disk.c devopen.c \
diff -r dea8cfcf1ee1 -r f2291a1a821c sys/arch/sun68k/stand/libsa/Makefile
--- a/sys/arch/sun68k/stand/libsa/Makefile Tue Oct 02 05:21:21 2001 +0000
+++ b/sys/arch/sun68k/stand/libsa/Makefile Tue Oct 02 06:30:03 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/08/27 13:07:03 fredette Exp $
+# $NetBSD: Makefile,v 1.3 2001/10/02 06:30:04 chs Exp $
LIB=sa
@@ -35,7 +35,7 @@
SRC_sa = alloc.c bcopy.c close.c getfile.c loadfile.c lseek.c memcpy.c open.c \
printf.c read.c sprintf.c strerror.c subr_prf.c twiddle.c
-SRC_kern= ashrdi3.c bcmp.c bzero.c inet_addr.c intoa.c \
+SRC_kern= ashldi3.c ashrdi3.c bcmp.c bzero.c inet_addr.c intoa.c \
memcmp.c memset.c strcmp.c strlen.c strncmp.c
SRC_here= clock.c dev_disk.c devopen.c \
Home |
Main Index |
Thread Index |
Old Index