Source-Changes-HG archive

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

[src/trunk]: src machine/exec_coff.h -> sys/exec_coff.h



details:   https://anonhg.NetBSD.org/src/rev/98e3a652dca8
branches:  trunk
changeset: 480237:98e3a652dca8
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Fri Jan 07 09:40:33 2000 +0000

description:
machine/exec_coff.h -> sys/exec_coff.h

diffstat:

 sys/arch/evbsh3/include/Makefile     |  4 ++--
 sys/arch/evbsh3/include/exec_coff.h  |  7 -------
 sys/arch/mmeye/include/Makefile      |  4 ++--
 sys/arch/mmeye/include/exec_coff.h   |  3 ---
 usr.bin/crunch/crunchide/exec_coff.c |  6 +++---
 usr.sbin/kvm_mkdb/nlist_coff.c       |  6 +++---
 usr.sbin/mdsetimage/exec_coff.c      |  6 +++---
 7 files changed, 13 insertions(+), 23 deletions(-)

diffs (133 lines):

diff -r e8396ffeb862 -r 98e3a652dca8 sys/arch/evbsh3/include/Makefile
--- a/sys/arch/evbsh3/include/Makefile  Fri Jan 07 09:09:35 2000 +0000
+++ b/sys/arch/evbsh3/include/Makefile  Fri Jan 07 09:40:33 2000 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: Makefile,v 1.1 1999/09/13 10:30:27 itojun Exp $
+#      $NetBSD: Makefile,v 1.2 2000/01/07 09:40:33 msaitoh Exp $
 
 KDIR=  /sys/arch/evbsh3/include
 INCSDIR= /usr/include/evbsh3
 
 INCS=  ansi.h aout_machdep.h asm.h bootinfo.h bswap.h bus.h cdefs.h \
        coff_machdep.h conf.h cpu.h cpufunc.h cputypes.h db_machdep.h \
-       disklabel.h elf_machdep.h endian.h exec_coff.h float.h frame.h \
+       disklabel.h elf_machdep.h endian.h float.h frame.h \
        ieee.h ieeefp.h intr.h limits.h mmeye.h param.h pcb.h \
        pio.h pmap.h proc.h profile.h psl.h pte.h ptrace.h reg.h segments.h \
        setjmp.h sh3.h shbvar.h signal.h stdarg.h \
diff -r e8396ffeb862 -r 98e3a652dca8 sys/arch/evbsh3/include/exec_coff.h
--- a/sys/arch/evbsh3/include/exec_coff.h       Fri Jan 07 09:09:35 2000 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-/*     $NetBSD: exec_coff.h,v 1.1 1999/09/13 10:30:33 itojun Exp $     */
-#ifndef _EVBSH3_EXEC_COFF_H_
-#define _EVBSH3_EXEC_COFF_H_
-
-#include <sh3/exec_coff.h>
-
-#endif /* _EVBSH3_EXEC_COFF_H_ */
diff -r e8396ffeb862 -r 98e3a652dca8 sys/arch/mmeye/include/Makefile
--- a/sys/arch/mmeye/include/Makefile   Fri Jan 07 09:09:35 2000 +0000
+++ b/sys/arch/mmeye/include/Makefile   Fri Jan 07 09:40:33 2000 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: Makefile,v 1.1 1999/09/13 10:30:53 itojun Exp $
+#      $NetBSD: Makefile,v 1.2 2000/01/07 09:40:34 msaitoh Exp $
 
 KDIR=  /sys/arch/mmeye/include
 INCSDIR= /usr/include/mmeye
 
 INCS=  ansi.h aout_machdep.h asm.h bootinfo.h bswap.h bus.h cdefs.h \
        coff_machdep.h conf.h cpu.h cpufunc.h cputypes.h db_machdep.h \
-       disklabel.h elf_machdep.h endian.h exec_coff.h float.h frame.h \
+       disklabel.h elf_machdep.h endian.h float.h frame.h \
        ieee.h ieeefp.h intr.h limits.h loadfile_machdep.h mmeye.h param.h \
        pcb.h pio.h pmap.h proc.h profile.h psl.h pte.h ptrace.h reg.h \
        segments.h setjmp.h sh3.h shbvar.h signal.h stdarg.h \
diff -r e8396ffeb862 -r 98e3a652dca8 sys/arch/mmeye/include/exec_coff.h
--- a/sys/arch/mmeye/include/exec_coff.h        Fri Jan 07 09:09:35 2000 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-/*     $NetBSD: exec_coff.h,v 1.1 1999/09/13 10:30:55 itojun Exp $     */
-
-#include <sh3/exec_coff.h>
diff -r e8396ffeb862 -r 98e3a652dca8 usr.bin/crunch/crunchide/exec_coff.c
--- a/usr.bin/crunch/crunchide/exec_coff.c      Fri Jan 07 09:09:35 2000 +0000
+++ b/usr.bin/crunch/crunchide/exec_coff.c      Fri Jan 07 09:40:33 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: exec_coff.c,v 1.1 1999/11/26 13:47:53 msaitoh Exp $    */
+/*     $NetBSD: exec_coff.c,v 1.2 2000/01/07 09:40:34 msaitoh Exp $    */
 
 /*
  * Copyright (c) 1997 Christopher G. Demetriou.  All rights reserved.
@@ -32,7 +32,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: exec_coff.c,v 1.1 1999/11/26 13:47:53 msaitoh Exp $");
+__RCSID("$NetBSD: exec_coff.c,v 1.2 2000/01/07 09:40:34 msaitoh Exp $");
 #endif
  
 #include <stdio.h>
@@ -48,7 +48,7 @@
 
 #if defined(NLIST_COFF)
 
-#include <machine/exec_coff.h> /* XXX DIRTY HACK */
+#include <sys/exec_coff.h>
 
 int
 check_coff(int fd, const char *filename)
diff -r e8396ffeb862 -r 98e3a652dca8 usr.sbin/kvm_mkdb/nlist_coff.c
--- a/usr.sbin/kvm_mkdb/nlist_coff.c    Fri Jan 07 09:09:35 2000 +0000
+++ b/usr.sbin/kvm_mkdb/nlist_coff.c    Fri Jan 07 09:40:33 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: nlist_coff.c,v 1.1 1999/09/12 16:08:15 itojun Exp $    */
+/*     $NetBSD: nlist_coff.c,v 1.2 2000/01/07 09:40:34 msaitoh Exp $   */
 
 /*
  * Copyright (c) 1996 Christopher G. Demetriou.  All rights reserved.
@@ -32,7 +32,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: nlist_coff.c,v 1.1 1999/09/12 16:08:15 itojun Exp $");
+__RCSID("$NetBSD: nlist_coff.c,v 1.2 2000/01/07 09:40:34 msaitoh Exp $");
 #endif /* not lint */
 
 #include <sys/param.h>
@@ -54,7 +54,7 @@
 #include "extern.h"
 
 #ifdef NLIST_COFF
-#include <machine/exec_coff.h>
+#include <sys/exec_coff.h>
 
 typedef struct nlist NLIST;
 #define        _strx   n_un.n_strx
diff -r e8396ffeb862 -r 98e3a652dca8 usr.sbin/mdsetimage/exec_coff.c
--- a/usr.sbin/mdsetimage/exec_coff.c   Fri Jan 07 09:09:35 2000 +0000
+++ b/usr.sbin/mdsetimage/exec_coff.c   Fri Jan 07 09:40:33 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: exec_coff.c,v 1.1 1999/09/12 16:08:14 itojun Exp $     */
+/*     $NetBSD: exec_coff.c,v 1.2 2000/01/07 09:40:35 msaitoh Exp $    */
 
 /*
  * Copyright (c) 1996 Christopher G. Demetriou.  All rights reserved.
@@ -32,7 +32,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: exec_coff.c,v 1.1 1999/09/12 16:08:14 itojun Exp $");
+__RCSID("$NetBSD: exec_coff.c,v 1.2 2000/01/07 09:40:35 msaitoh Exp $");
 #endif /* not lint */
 
 #include <sys/param.h>
@@ -44,7 +44,7 @@
 #include "extern.h"
 
 #if defined(NLIST_COFF)
-#include <machine/exec_coff.h> /* XXX sys/exec_coff.h? */
+#include <sys/exec_coff.h>
 
 #define        check(off, size)        ((off < 0) || (off + size > mappedsize))
 #define        BAD                     do { rv = -1; goto out; } while (0)



Home | Main Index | Thread Index | Old Index