Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Remove ibcs2_machdep.h on i386, and don't install it.
details: https://anonhg.NetBSD.org/src/rev/db877eb1a9c0
branches: trunk
changeset: 355681:db877eb1a9c0
user: maxv <maxv%NetBSD.org@localhost>
date: Wed Aug 09 18:58:51 2017 +0000
description:
Remove ibcs2_machdep.h on i386, and don't install it.
diffstat:
distrib/sets/lists/comp/md.amd64 | 4 +-
distrib/sets/lists/comp/md.i386 | 4 +-
sys/arch/i386/include/Makefile | 4 +-
sys/arch/i386/include/ibcs2_machdep.h | 50 -----------------------------------
4 files changed, 6 insertions(+), 56 deletions(-)
diffs (108 lines):
diff -r 17a3dbae916a -r db877eb1a9c0 distrib/sets/lists/comp/md.amd64
--- a/distrib/sets/lists/comp/md.amd64 Wed Aug 09 18:52:00 2017 +0000
+++ b/distrib/sets/lists/comp/md.amd64 Wed Aug 09 18:58:51 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: md.amd64,v 1.248 2017/08/08 08:04:05 maxv Exp $
+# $NetBSD: md.amd64,v 1.249 2017/08/09 18:58:51 maxv Exp $
./usr/include/amd64 comp-c-include
./usr/include/amd64/ansi.h comp-c-include
@@ -487,7 +487,7 @@
./usr/include/i386/frame.h comp-c-include
./usr/include/i386/freebsd_machdep.h comp-obsolete obsolete
./usr/include/i386/gdt.h comp-c-include
-./usr/include/i386/ibcs2_machdep.h comp-c-include
+./usr/include/i386/ibcs2_machdep.h comp-obsolete obsolete
./usr/include/i386/ieee.h comp-c-include
./usr/include/i386/ieeefp.h comp-c-include
./usr/include/i386/int_const.h comp-c-include
diff -r 17a3dbae916a -r db877eb1a9c0 distrib/sets/lists/comp/md.i386
--- a/distrib/sets/lists/comp/md.i386 Wed Aug 09 18:52:00 2017 +0000
+++ b/distrib/sets/lists/comp/md.i386 Wed Aug 09 18:58:51 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: md.i386,v 1.172 2017/08/08 08:04:05 maxv Exp $
+# $NetBSD: md.i386,v 1.173 2017/08/09 18:58:51 maxv Exp $
./usr/include/clang-3.4/__wmmintrin_aes.h comp-obsolete obsolete
./usr/include/clang-3.4/__wmmintrin_pclmul.h comp-obsolete obsolete
./usr/include/clang-3.4/ammintrin.h comp-obsolete obsolete
@@ -416,7 +416,7 @@
./usr/include/i386/frame.h comp-c-include
./usr/include/i386/freebsd_machdep.h comp-obsolete obsolete
./usr/include/i386/gdt.h comp-c-include
-./usr/include/i386/ibcs2_machdep.h comp-c-include
+./usr/include/i386/ibcs2_machdep.h comp-obsolete obsolete
./usr/include/i386/ieee.h comp-c-include
./usr/include/i386/ieeefp.h comp-c-include
./usr/include/i386/int_const.h comp-c-include
diff -r 17a3dbae916a -r db877eb1a9c0 sys/arch/i386/include/Makefile
--- a/sys/arch/i386/include/Makefile Wed Aug 09 18:52:00 2017 +0000
+++ b/sys/arch/i386/include/Makefile Wed Aug 09 18:58:51 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2017/08/08 08:04:06 maxv Exp $
+# $NetBSD: Makefile,v 1.47 2017/08/09 18:58:51 maxv Exp $
INCSDIR= /usr/include/i386
@@ -9,7 +9,7 @@
elf_machdep.h endian.h endian_machdep.h \
fenv.h float.h frame.h \
gdt.h \
- ibcs2_machdep.h ieee.h ieeefp.h \
+ ieee.h ieeefp.h \
int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
intr.h intrdefs.h \
joystick.h \
diff -r 17a3dbae916a -r db877eb1a9c0 sys/arch/i386/include/ibcs2_machdep.h
--- a/sys/arch/i386/include/ibcs2_machdep.h Wed Aug 09 18:52:00 2017 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,50 +0,0 @@
-/* $NetBSD: ibcs2_machdep.h,v 1.17 2009/12/10 14:13:50 matt Exp $ */
-
-/*-
- * Copyright (c) 1997, 2000 The NetBSD Foundation, Inc.
- * All rights reserved.
- *
- * This code is derived from software contributed to The NetBSD Foundation
- * by Charles M. Hannum.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
- * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
- * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
- * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
- * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGE.
- */
-
-#ifndef _I386_IBCS2_MACHDEP_H_
-#define _I386_IBCS2_MACHDEP_H_
-
-#define COFF_MAGIC_I386 0x14c
-#define COFF_BADMAG(ex) (ex->f_magic != COFF_MAGIC_I386)
-#define COFF_LDPGSZ 4096
-
-#ifdef _KERNEL
-struct exec_package;
-struct exec_vmcmd;
-
-void ibcs2_setregs(struct lwp *, struct exec_package *, vaddr_t);
-struct ibcs2_sys_sysmachine_args;
-int ibcs2_sys_sysmachine(struct lwp *, const struct ibcs2_sys_sysmachine_args *, register_t *retval);
-
-void ibcs2_syscall_intern(struct proc *);
-#endif /* _KERNEL */
-
-#endif /* !_I386_IBCS2_MACHDEP_H_ */
Home |
Main Index |
Thread Index |
Old Index