Source-Changes-HG archive

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

[src/netbsd-10]: src/sys/arch/x68k/stand/boot_ufs Pull up following revision(...



details:   https://anonhg.NetBSD.org/src/rev/54c75e771e45
branches:  netbsd-10
changeset: 375340:54c75e771e45
user:      martin <martin%NetBSD.org@localhost>
date:      Mon May 15 10:31:10 2023 +0000

description:
Pull up following revision(s) (requested by chs in ticket #166):

        sys/arch/x68k/stand/boot_ufs/Makefile: revision 1.39

Add udivdi3/umoddi3 (and ashldi3) that were required by recent UFS change.

This increases xxboot_ufs from about 4.5KB to 5.5KB (The upper limit is 8KB).

Thanks tsutsui@ for advices.

diffstat:

 sys/arch/x68k/stand/boot_ufs/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r d3525ff2c2aa -r 54c75e771e45 sys/arch/x68k/stand/boot_ufs/Makefile
--- a/sys/arch/x68k/stand/boot_ufs/Makefile     Sat May 13 14:06:13 2023 +0000
+++ b/sys/arch/x68k/stand/boot_ufs/Makefile     Mon May 15 10:31:10 2023 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.38 2021/12/15 13:22:34 christos Exp $
+#      $NetBSD: Makefile,v 1.38.4.1 2023/05/15 10:31:10 martin Exp $
 
 NOMAN=         # defined
 
@@ -30,6 +30,12 @@ LIBIOCS=     $M/stand/libiocs
 SRCS=  boot.S bootmain.c readufs.c readufs_ffs.c readufs_lfs.c
 SRCS+= exec_image.S memset.S strcmp.S
 
+.PATH: ${S}/../common/lib/libc/quad
+SRCS+= udivdi3.c umoddi3.c qdivrem.c
+
+.PATH: ${.CURDIR}/../xxboot
+SRCS+= ashldi3.S
+
 .include "${S}/conf/newvers_stand.mk"
 
 CFLAGS=        -Os -fomit-frame-pointer -fno-unwind-tables



Home | Main Index | Thread Index | Old Index