Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amiga/stand/bootblock/boot Revert previous.



details:   https://anonhg.NetBSD.org/src/rev/78b01ddda733
branches:  trunk
changeset: 365833:78b01ddda733
user:      rin <rin%NetBSD.org@localhost>
date:      Wed Apr 27 14:50:35 2022 +0000

description:
Revert previous.

On 2022/04/27 21:10, Rin Okuyama wrote:
> Module Name:  src
> Committed By: rin
> Date:         Wed Apr 27 12:10:47 UTC 2022
>
> Modified Files:
>       src/sys/arch/amiga/stand/bootblock/boot: Makefile
>
> Log Message:
> Sprinkle SA_HARDCODED_SECSIZE; now everything fits into
> +/-32KB range visible for PC relative addressing mode.
>
>
> To generate a diff of this commit:
> cvs rdiff -u -r1.57 -r1.58 src/sys/arch/amiga/stand/bootblock/boot/Makefile
>
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.

diffstat:

 sys/arch/amiga/stand/bootblock/boot/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 061c69fa15f9 -r 78b01ddda733 sys/arch/amiga/stand/bootblock/boot/Makefile
--- a/sys/arch/amiga/stand/bootblock/boot/Makefile      Wed Apr 27 14:48:50 2022 +0000
+++ b/sys/arch/amiga/stand/bootblock/boot/Makefile      Wed Apr 27 14:50:35 2022 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.58 2022/04/27 12:10:47 rin Exp $
+#      $NetBSD: Makefile,v 1.59 2022/04/27 14:50:35 rin Exp $
 
 .include <bsd.init.mk>
 .include <bsd.sys.mk>          # for HOST_SH
@@ -50,7 +50,7 @@
 OBJS+= $(SOBJS) $(COBJS)
 
 #XX#DEFS = -D_STANDALONE -DSA_EXEC_ANYOWNER -DDYNAMIC_CRC_TABLE -DNOBYFOUR -UBYFOUR 
-DEFS = -D_STANDALONE -DSA_EXEC_ANYOWNER -DSA_HARDCODED_SECSIZE
+DEFS = -D_STANDALONE -DSA_EXEC_ANYOWNER 
 DEFS += -D__INTERNAL_LIBSA_CREAD
 DEFS += -DSERCONSOLE
 SOBJS += cread.o



Home | Main Index | Thread Index | Old Index