diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/core.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/sys/core.h b/sys/sys/core.h index 2ffb893c69f..cd69b4123f7 100644 --- a/sys/sys/core.h +++ b/sys/sys/core.h @@ -1,4 +1,4 @@ -/* $OpenBSD: core.h,v 1.6 2015/05/05 02:13:46 guenther Exp $ */ +/* $OpenBSD: core.h,v 1.7 2016/09/17 06:09:08 guenther Exp $ */ /* $NetBSD: core.h,v 1.4 1994/10/29 08:20:14 cgd Exp $ */ /* @@ -59,6 +59,10 @@ #ifndef _KERNEL /* * XXX OBSOLETE, NO LONGER USED + * XXX This header file exists to support binutils' netbsd-core format + * XXX which is still needed for the a.out-m88k-openbsd use in luna88k + * XXX boot block creation. + * * A core file consists of a header followed by a number of segments. * Each segment is preceded by a `coreseg' structure giving the * segment's type, the virtual address where the bits resided in |