diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2016-09-17 06:09:09 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2016-09-17 06:09:09 +0000 |
commit | c399237f06d261d112f3f8ea2e713f00d735123c (patch) | |
tree | 6d0abfb96f5c26f9d2199e58662dbeed982328cf /sys | |
parent | 77fd7ff395d1234af078ed0710a55431b0b77021 (diff) |
Document why <sys/core.h> is still needed
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 |