Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/utils/sysinst/arch/hpcmips Remove unnecessary mbr_bu...
details: https://anonhg.NetBSD.org/src/rev/91dfbeff55d6
branches: trunk
changeset: 552182:91dfbeff55d6
user: takemura <takemura%NetBSD.org@localhost>
date: Sun Sep 21 02:23:55 2003 +0000
description:
Remove unnecessary mbr_buf.S. Type of global variable 'mbr' was changed and
allocated in main.c since 7/2003. This change resolves some unaligned access
problems.
diffstat:
distrib/utils/sysinst/arch/hpcmips/Makefile | 4 ++--
distrib/utils/sysinst/arch/hpcmips/mbr_buf.S | 8 --------
2 files changed, 2 insertions(+), 10 deletions(-)
diffs (30 lines):
diff -r 27215386373f -r 91dfbeff55d6 distrib/utils/sysinst/arch/hpcmips/Makefile
--- a/distrib/utils/sysinst/arch/hpcmips/Makefile Sun Sep 21 02:17:39 2003 +0000
+++ b/distrib/utils/sysinst/arch/hpcmips/Makefile Sun Sep 21 02:23:55 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2003/06/12 11:20:07 dsl Exp $
+# $NetBSD: Makefile,v 1.11 2003/09/21 02:23:55 takemura Exp $
#
# Makefile for i386
#
@@ -7,7 +7,7 @@
SRCS= menu_defs.c msg_defs.c main.c install.c upgrade.c \
txtwalk.c run.c factor.c net.c disks.c disks_lfs.c util.c geom.c \
- label.c target.c md.c mbr.c mbr_buf.S sizemultname.c \
+ label.c target.c md.c mbr.c sizemultname.c \
bsddisklabel.c savenewlabel.c
MENUS_MD= menus.md.${SYSINSTLANG} menus.mbr
diff -r 27215386373f -r 91dfbeff55d6 distrib/utils/sysinst/arch/hpcmips/mbr_buf.S
--- a/distrib/utils/sysinst/arch/hpcmips/mbr_buf.S Sun Sep 21 02:17:39 2003 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-#ifdef __mips__
- .abicalls
- .bss
- .align 2
- .space 2
- .globl mbr
-mbr: .space 512
-#endif
Home |
Main Index |
Thread Index |
Old Index