1994-07-16 21:02:53 +00:00
|
|
|
# .Sanitize for devo/bfd/hosts.
|
1991-05-23 17:10:40 +00:00
|
|
|
|
1994-01-04 00:34:05 +00:00
|
|
|
# Each directory to survive its way into a release will need a file
|
1991-05-23 17:10:40 +00:00
|
|
|
# like this one called "./.Sanitize". All keyword lines must exist,
|
|
|
|
# and must exist in the order specified by this file. Each directory
|
|
|
|
# in the tree will be processed, top down, in the following order.
|
|
|
|
|
|
|
|
# Hash started lines like this one are comments and will be deleted
|
|
|
|
# before anything else is done. Blank lines will also be squashed
|
|
|
|
# out.
|
|
|
|
|
|
|
|
# The lines between the "Do-first:" line and the "Things-to-keep:"
|
|
|
|
# line are executed as a /bin/sh shell script before anything else is
|
1994-07-16 21:02:53 +00:00
|
|
|
# done in this directory.
|
1991-05-23 17:10:40 +00:00
|
|
|
|
|
|
|
Do-first:
|
|
|
|
|
1994-01-04 00:34:05 +00:00
|
|
|
|
1991-05-23 17:10:40 +00:00
|
|
|
# All files listed between the "Things-to-keep:" line and the
|
|
|
|
# "Files-to-sed:" line will be kept. All other files will be removed.
|
|
|
|
# Directories listed in this section will have their own Sanitize
|
|
|
|
# called. Directories not listed will be removed in their entirety
|
|
|
|
# with rm -rf.
|
|
|
|
|
|
|
|
Things-to-keep:
|
|
|
|
|
1995-10-31 20:32:53 +00:00
|
|
|
alphalinux.h
|
1992-03-13 15:43:32 +00:00
|
|
|
decstation.h
|
1995-11-01 19:31:48 +00:00
|
|
|
delta68.h
|
1993-07-11 23:23:20 +00:00
|
|
|
dpx2.h
|
* configure.host (sparc-*-netbsd): use sparcnbsd.
(ns32k-*-netbsd): use ns32knbsd.
* hosts/{nbsd,i386nbsd,ns32knbsd,sparcnbsd}.h: New files, NetBSD
host support.
* sparcnetbsd.c: New file, adds support for NetBSD/sparc.
* config/sparc-nbsd.mt: Likewise.
* netbsd.h: New file, definitions common to all netbsd ports.
* i386netbsd.c: Use it.
* ns32knetbsd.c: Use it.
* Makefile.in, configure.in, targets.c, config/i386-nbsd.mt,
config/ns32k-nbsd.mt: canonicalize netbsd targets to conform to
file/variable naming conventions.
* i386netbsd.c: New file, renamed from netbsd386.c.
* ns32knetbsd.c: New file, renamed from netbsd532.c.
1994-09-13 18:39:47 +00:00
|
|
|
hp300bsd.h
|
1995-10-05 15:46:40 +00:00
|
|
|
i386bsd.h
|
1992-06-23 06:20:09 +00:00
|
|
|
i386linux.h
|
1993-08-18 05:10:45 +00:00
|
|
|
i386mach3.h
|
* configure.host (sparc-*-netbsd): use sparcnbsd.
(ns32k-*-netbsd): use ns32knbsd.
* hosts/{nbsd,i386nbsd,ns32knbsd,sparcnbsd}.h: New files, NetBSD
host support.
* sparcnetbsd.c: New file, adds support for NetBSD/sparc.
* config/sparc-nbsd.mt: Likewise.
* netbsd.h: New file, definitions common to all netbsd ports.
* i386netbsd.c: Use it.
* ns32knetbsd.c: Use it.
* Makefile.in, configure.in, targets.c, config/i386-nbsd.mt,
config/ns32k-nbsd.mt: canonicalize netbsd targets to conform to
file/variable naming conventions.
* i386netbsd.c: New file, renamed from netbsd386.c.
* ns32knetbsd.c: New file, renamed from netbsd532.c.
1994-09-13 18:39:47 +00:00
|
|
|
i386nbsd.h
|
1993-08-11 15:56:14 +00:00
|
|
|
i386sco.h
|
NetBSD/m68k support, based on work by mikeb@snow.datametrics.com:
* config.bfd (m68*-*-netbsd*): Use m68k-nbsd as bfd_name.
* configure.in (m68knetbsd_vec): Added.
* targets.c (bfd_m68knetbsd_vec): Added.
* hosts/m68knbsd.h, config/m68k-nbsd.mt, m68knetbsd.c: New files.
* Makefile.in (BFD32_BACKENDS, CFILES): Add m68knetbsd.c.
miscellaneous cleanup required by all netbsd targets, based on work
by Andrew Cagney <cagney@highland.com.au>:
* netbsd.h (N_MAGIC, N_SET_MAGIC, N_GETMAGIC, N_GETMAGIC2, N_TXTADDR,
N_TXTOFF, N_ALIGN, N_DATADDR, N_DATOFF): Removed. Generic a.out
definitions work.
* i386nbsd.c, ns32knbsd.c, sparcnbsd.c (__LDPGSZ): Removed.
(MY(write_object_contents)): Use NetBSD's magic numbers
1994-10-28 18:11:15 +00:00
|
|
|
m68knbsd.h
|
1994-07-25 20:04:11 +00:00
|
|
|
m88kmach3.h
|
1993-02-03 07:42:00 +00:00
|
|
|
mipsbsd.h
|
1995-10-31 07:43:58 +00:00
|
|
|
mipsnbsd.h
|
1994-07-25 20:04:11 +00:00
|
|
|
mipsmach3.h
|
* configure.host (sparc-*-netbsd): use sparcnbsd.
(ns32k-*-netbsd): use ns32knbsd.
* hosts/{nbsd,i386nbsd,ns32knbsd,sparcnbsd}.h: New files, NetBSD
host support.
* sparcnetbsd.c: New file, adds support for NetBSD/sparc.
* config/sparc-nbsd.mt: Likewise.
* netbsd.h: New file, definitions common to all netbsd ports.
* i386netbsd.c: Use it.
* ns32knetbsd.c: Use it.
* Makefile.in, configure.in, targets.c, config/i386-nbsd.mt,
config/ns32k-nbsd.mt: canonicalize netbsd targets to conform to
file/variable naming conventions.
* i386netbsd.c: New file, renamed from netbsd386.c.
* ns32knetbsd.c: New file, renamed from netbsd532.c.
1994-09-13 18:39:47 +00:00
|
|
|
nbsd.h
|
|
|
|
news-mips.h
|
|
|
|
news.h
|
|
|
|
ns32knbsd.h
|
1994-07-25 20:04:11 +00:00
|
|
|
pc532mach.h
|
1993-06-23 18:38:41 +00:00
|
|
|
riscos.h
|
* configure.host (sparc-*-netbsd): use sparcnbsd.
(ns32k-*-netbsd): use ns32knbsd.
* hosts/{nbsd,i386nbsd,ns32knbsd,sparcnbsd}.h: New files, NetBSD
host support.
* sparcnetbsd.c: New file, adds support for NetBSD/sparc.
* config/sparc-nbsd.mt: Likewise.
* netbsd.h: New file, definitions common to all netbsd ports.
* i386netbsd.c: Use it.
* ns32knetbsd.c: Use it.
* Makefile.in, configure.in, targets.c, config/i386-nbsd.mt,
config/ns32k-nbsd.mt: canonicalize netbsd targets to conform to
file/variable naming conventions.
* i386netbsd.c: New file, renamed from netbsd386.c.
* ns32knetbsd.c: New file, renamed from netbsd532.c.
1994-09-13 18:39:47 +00:00
|
|
|
sparcnbsd.h
|
1993-07-20 18:12:53 +00:00
|
|
|
symmetry.h
|
1992-03-13 15:43:32 +00:00
|
|
|
tahoe.h
|
|
|
|
vaxbsd.h
|
|
|
|
vaxult.h
|
1993-03-03 05:56:52 +00:00
|
|
|
vaxult2.h
|
1991-05-23 17:10:40 +00:00
|
|
|
|
1993-05-27 06:44:29 +00:00
|
|
|
Things-to-lose:
|
|
|
|
|
1991-05-23 17:10:40 +00:00
|
|
|
Do-last:
|
|
|
|
|
|
|
|
# End of file.
|