1994-03-17 23:08:36 +00:00
|
|
|
# .Sanitize for devo/bfd.
|
1991-05-23 21:14:00 +00:00
|
|
|
|
1994-01-04 00:38:05 +00:00
|
|
|
# Each directory to survive its way into a release will need a file
|
1991-05-23 21:14:00 +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-03-17 23:08:36 +00:00
|
|
|
# done in this directory.
|
1991-05-23 21:14:00 +00:00
|
|
|
|
|
|
|
Do-first:
|
|
|
|
|
1993-07-12 14:37:44 +00:00
|
|
|
if ( echo $* | grep keep\-v9 > /dev/null ) ; then
|
|
|
|
keep_these_too="elf64-sparc.c"
|
1993-10-12 02:44:07 +00:00
|
|
|
else
|
|
|
|
lose_these_too="elf64-sparc.c"
|
1993-07-12 14:37:44 +00:00
|
|
|
fi
|
|
|
|
|
1994-01-04 00:38:05 +00:00
|
|
|
if ( echo $* | grep keep\-mpw > /dev/null ) ; then
|
1994-01-11 01:15:02 +00:00
|
|
|
keep_these_too="mpw-make.in mpw-config.in ChangeLog.mpw ${keep_these_too}"
|
|
|
|
else
|
|
|
|
lose_these_too="mpw-make.in mpw-config.in ChangeLog.mpw ${lose_these_too}"
|
|
|
|
fi
|
|
|
|
|
|
|
|
if ( echo $* | grep keep\-gm > /dev/null ) ; then
|
1994-03-17 23:08:36 +00:00
|
|
|
keep_these_too="ChangeLog.gm ${keep_these_too}"
|
1994-01-11 01:15:02 +00:00
|
|
|
else
|
1994-03-17 23:08:36 +00:00
|
|
|
lose_these_too="ChangeLog.gm ${lose_these_too}"
|
1994-01-04 00:38:05 +00:00
|
|
|
fi
|
|
|
|
|
1994-02-18 17:09:13 +00:00
|
|
|
if ( echo $* | grep keep\-powerpc\-netware > /dev/null ) ; then
|
1994-03-12 17:48:16 +00:00
|
|
|
keep_these_too="nlm32-ppc.c ${keep_these_too}"
|
1994-02-18 17:09:13 +00:00
|
|
|
else
|
1994-03-12 17:48:16 +00:00
|
|
|
lose_these_too="nlm32-ppc.c ${lose_these_too}"
|
1994-02-18 17:09:13 +00:00
|
|
|
fi
|
|
|
|
|
1991-05-23 21:14:00 +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:
|
1993-05-27 06:44:29 +00:00
|
|
|
|
1991-05-23 21:14:00 +00:00
|
|
|
COPYING
|
|
|
|
ChangeLog
|
1993-11-23 08:06:20 +00:00
|
|
|
ChangeLog.1
|
1991-05-23 21:14:00 +00:00
|
|
|
Makefile.in
|
* configure.in (*-*-netware, i[34]86-*-netware): New configs.
* Makefile.in (BFD32_BACKENDS): Add nlm.o, nlm32.o, nlm32-gen.o.
* Makefile.in (BFD64_BACKENDS): Add nlm64.o, nlm64-gen.o.
* Makefile.in (CFILES): Add nlm{32,64}.c, nlm{32,64}-gen.c.
* Makefile.in (nlm.o, nlm{32,64}.o, nlm{32,64}-gen.o: New targets.
* bfd-in2.h (INLINE): Defines moved here.
* {aoutx.h, elf.c, elfcode.h}: Move INLINE defines to bfd-in2.h.
* libelf.h (CAT4): Move define to bfd-in2.h.
* bfd-in2.h (CAT4): Merge CAT4 macro with other CAT macros.
* bfd-in2.h (union tdata): Add nlm_obj_data.
* bfd-in2.h (enum target_flavour): Add bfd_target_nlm_flavour.
* targets.c (bfd_nlm{32,64}_{big,little}_vec): Add prototypes.
* targets.c (target_vector): Add bfd_nlm{32,64}_{big,little}_vec.
* (libnlm.h, nlm.c, nlmcode.h, nlm{32,64}-gen.c,
nlm{32,64}-target.h, nlm{32,64}.c, config/i386-nlm.mt): New files
for NLM support.
1993-07-20 04:45:13 +00:00
|
|
|
PORTING
|
1991-05-23 21:14:00 +00:00
|
|
|
TODO
|
1991-05-29 02:40:08 +00:00
|
|
|
VERSION
|
1992-12-21 21:17:54 +00:00
|
|
|
aix386-core.c
|
* configure.in (*-*-netware, i[34]86-*-netware): New configs.
* Makefile.in (BFD32_BACKENDS): Add nlm.o, nlm32.o, nlm32-gen.o.
* Makefile.in (BFD64_BACKENDS): Add nlm64.o, nlm64-gen.o.
* Makefile.in (CFILES): Add nlm{32,64}.c, nlm{32,64}-gen.c.
* Makefile.in (nlm.o, nlm{32,64}.o, nlm{32,64}-gen.o: New targets.
* bfd-in2.h (INLINE): Defines moved here.
* {aoutx.h, elf.c, elfcode.h}: Move INLINE defines to bfd-in2.h.
* libelf.h (CAT4): Move define to bfd-in2.h.
* bfd-in2.h (CAT4): Merge CAT4 macro with other CAT macros.
* bfd-in2.h (union tdata): Add nlm_obj_data.
* bfd-in2.h (enum target_flavour): Add bfd_target_nlm_flavour.
* targets.c (bfd_nlm{32,64}_{big,little}_vec): Add prototypes.
* targets.c (target_vector): Add bfd_nlm{32,64}_{big,little}_vec.
* (libnlm.h, nlm.c, nlmcode.h, nlm{32,64}-gen.c,
nlm{32,64}-target.h, nlm{32,64}.c, config/i386-nlm.mt): New files
for NLM support.
1993-07-20 04:45:13 +00:00
|
|
|
aout-adobe.c
|
|
|
|
aout-encap.c
|
|
|
|
aout-target.h
|
1994-05-04 19:37:36 +00:00
|
|
|
aout0.c
|
1991-05-23 21:14:00 +00:00
|
|
|
aout32.c
|
|
|
|
aout64.c
|
|
|
|
aoutf1.h
|
|
|
|
aoutx.h
|
|
|
|
archive.c
|
|
|
|
archures.c
|
1991-08-22 07:20:49 +00:00
|
|
|
bfd-in.h
|
1993-05-27 19:57:15 +00:00
|
|
|
bfd-in2.h
|
1991-05-23 21:14:00 +00:00
|
|
|
bfd.c
|
|
|
|
bout.c
|
|
|
|
cache.c
|
1993-11-01 19:15:17 +00:00
|
|
|
cf-i386lynx.c
|
|
|
|
cf-m68klynx.c
|
|
|
|
cf-sparclynx.c
|
1994-03-19 06:36:47 +00:00
|
|
|
cisco-core.c
|
1991-10-25 10:17:52 +00:00
|
|
|
coff-a29k.c
|
* configure.in (*-*-netware, i[34]86-*-netware): New configs.
* Makefile.in (BFD32_BACKENDS): Add nlm.o, nlm32.o, nlm32-gen.o.
* Makefile.in (BFD64_BACKENDS): Add nlm64.o, nlm64-gen.o.
* Makefile.in (CFILES): Add nlm{32,64}.c, nlm{32,64}-gen.c.
* Makefile.in (nlm.o, nlm{32,64}.o, nlm{32,64}-gen.o: New targets.
* bfd-in2.h (INLINE): Defines moved here.
* {aoutx.h, elf.c, elfcode.h}: Move INLINE defines to bfd-in2.h.
* libelf.h (CAT4): Move define to bfd-in2.h.
* bfd-in2.h (CAT4): Merge CAT4 macro with other CAT macros.
* bfd-in2.h (union tdata): Add nlm_obj_data.
* bfd-in2.h (enum target_flavour): Add bfd_target_nlm_flavour.
* targets.c (bfd_nlm{32,64}_{big,little}_vec): Add prototypes.
* targets.c (target_vector): Add bfd_nlm{32,64}_{big,little}_vec.
* (libnlm.h, nlm.c, nlmcode.h, nlm{32,64}-gen.c,
nlm{32,64}-target.h, nlm{32,64}.c, config/i386-nlm.mt): New files
for NLM support.
1993-07-20 04:45:13 +00:00
|
|
|
coff-alpha.c
|
1993-10-13 23:08:10 +00:00
|
|
|
coff-apollo.c
|
1991-11-27 16:58:22 +00:00
|
|
|
coff-h8300.c
|
1993-02-04 20:59:55 +00:00
|
|
|
coff-h8500.c
|
1991-10-25 10:17:52 +00:00
|
|
|
coff-i386.c
|
|
|
|
coff-i960.c
|
* configure.in (*-*-netware, i[34]86-*-netware): New configs.
* Makefile.in (BFD32_BACKENDS): Add nlm.o, nlm32.o, nlm32-gen.o.
* Makefile.in (BFD64_BACKENDS): Add nlm64.o, nlm64-gen.o.
* Makefile.in (CFILES): Add nlm{32,64}.c, nlm{32,64}-gen.c.
* Makefile.in (nlm.o, nlm{32,64}.o, nlm{32,64}-gen.o: New targets.
* bfd-in2.h (INLINE): Defines moved here.
* {aoutx.h, elf.c, elfcode.h}: Move INLINE defines to bfd-in2.h.
* libelf.h (CAT4): Move define to bfd-in2.h.
* bfd-in2.h (CAT4): Merge CAT4 macro with other CAT macros.
* bfd-in2.h (union tdata): Add nlm_obj_data.
* bfd-in2.h (enum target_flavour): Add bfd_target_nlm_flavour.
* targets.c (bfd_nlm{32,64}_{big,little}_vec): Add prototypes.
* targets.c (target_vector): Add bfd_nlm{32,64}_{big,little}_vec.
* (libnlm.h, nlm.c, nlmcode.h, nlm{32,64}-gen.c,
nlm{32,64}-target.h, nlm{32,64}.c, config/i386-nlm.mt): New files
for NLM support.
1993-07-20 04:45:13 +00:00
|
|
|
coff-m68k.c
|
1991-10-25 10:17:52 +00:00
|
|
|
coff-m88k.c
|
|
|
|
coff-mips.c
|
|
|
|
coff-rs6000.c
|
1993-04-27 01:17:32 +00:00
|
|
|
coff-sh.c
|
1993-11-01 19:15:17 +00:00
|
|
|
coff-sparc.c
|
1993-07-20 21:45:32 +00:00
|
|
|
coff-u68k.c
|
1992-08-28 21:01:11 +00:00
|
|
|
coff-we32k.c
|
1992-08-25 22:04:53 +00:00
|
|
|
coff-z8k.c
|
1991-05-23 21:14:00 +00:00
|
|
|
coffcode.h
|
1993-01-08 21:11:21 +00:00
|
|
|
coffgen.c
|
|
|
|
coffswap.h
|
1991-07-16 00:39:03 +00:00
|
|
|
config
|
1993-08-12 20:30:39 +00:00
|
|
|
config.bfd
|
1992-02-21 22:55:08 +00:00
|
|
|
configure.bat
|
1992-10-09 11:38:30 +00:00
|
|
|
configure.host
|
* configure.in (*-*-netware, i[34]86-*-netware): New configs.
* Makefile.in (BFD32_BACKENDS): Add nlm.o, nlm32.o, nlm32-gen.o.
* Makefile.in (BFD64_BACKENDS): Add nlm64.o, nlm64-gen.o.
* Makefile.in (CFILES): Add nlm{32,64}.c, nlm{32,64}-gen.c.
* Makefile.in (nlm.o, nlm{32,64}.o, nlm{32,64}-gen.o: New targets.
* bfd-in2.h (INLINE): Defines moved here.
* {aoutx.h, elf.c, elfcode.h}: Move INLINE defines to bfd-in2.h.
* libelf.h (CAT4): Move define to bfd-in2.h.
* bfd-in2.h (CAT4): Merge CAT4 macro with other CAT macros.
* bfd-in2.h (union tdata): Add nlm_obj_data.
* bfd-in2.h (enum target_flavour): Add bfd_target_nlm_flavour.
* targets.c (bfd_nlm{32,64}_{big,little}_vec): Add prototypes.
* targets.c (target_vector): Add bfd_nlm{32,64}_{big,little}_vec.
* (libnlm.h, nlm.c, nlmcode.h, nlm{32,64}-gen.c,
nlm{32,64}-target.h, nlm{32,64}.c, config/i386-nlm.mt): New files
for NLM support.
1993-07-20 04:45:13 +00:00
|
|
|
configure.in
|
1991-07-04 16:52:56 +00:00
|
|
|
core.c
|
* configure.in (*-*-netware, i[34]86-*-netware): New configs.
* Makefile.in (BFD32_BACKENDS): Add nlm.o, nlm32.o, nlm32-gen.o.
* Makefile.in (BFD64_BACKENDS): Add nlm64.o, nlm64-gen.o.
* Makefile.in (CFILES): Add nlm{32,64}.c, nlm{32,64}-gen.c.
* Makefile.in (nlm.o, nlm{32,64}.o, nlm{32,64}-gen.o: New targets.
* bfd-in2.h (INLINE): Defines moved here.
* {aoutx.h, elf.c, elfcode.h}: Move INLINE defines to bfd-in2.h.
* libelf.h (CAT4): Move define to bfd-in2.h.
* bfd-in2.h (CAT4): Merge CAT4 macro with other CAT macros.
* bfd-in2.h (union tdata): Add nlm_obj_data.
* bfd-in2.h (enum target_flavour): Add bfd_target_nlm_flavour.
* targets.c (bfd_nlm{32,64}_{big,little}_vec): Add prototypes.
* targets.c (target_vector): Add bfd_nlm{32,64}_{big,little}_vec.
* (libnlm.h, nlm.c, nlmcode.h, nlm{32,64}-gen.c,
nlm{32,64}-target.h, nlm{32,64}.c, config/i386-nlm.mt): New files
for NLM support.
1993-07-20 04:45:13 +00:00
|
|
|
cpu-a29k.c
|
|
|
|
cpu-alpha.c
|
|
|
|
cpu-h8300.c
|
|
|
|
cpu-h8500.c
|
|
|
|
cpu-hppa.c
|
|
|
|
cpu-i386.c
|
|
|
|
cpu-i960.c
|
|
|
|
cpu-m68k.c
|
|
|
|
cpu-m88k.c
|
|
|
|
cpu-mips.c
|
1994-02-08 00:35:31 +00:00
|
|
|
cpu-powerpc.c
|
* configure.in (*-*-netware, i[34]86-*-netware): New configs.
* Makefile.in (BFD32_BACKENDS): Add nlm.o, nlm32.o, nlm32-gen.o.
* Makefile.in (BFD64_BACKENDS): Add nlm64.o, nlm64-gen.o.
* Makefile.in (CFILES): Add nlm{32,64}.c, nlm{32,64}-gen.c.
* Makefile.in (nlm.o, nlm{32,64}.o, nlm{32,64}-gen.o: New targets.
* bfd-in2.h (INLINE): Defines moved here.
* {aoutx.h, elf.c, elfcode.h}: Move INLINE defines to bfd-in2.h.
* libelf.h (CAT4): Move define to bfd-in2.h.
* bfd-in2.h (CAT4): Merge CAT4 macro with other CAT macros.
* bfd-in2.h (union tdata): Add nlm_obj_data.
* bfd-in2.h (enum target_flavour): Add bfd_target_nlm_flavour.
* targets.c (bfd_nlm{32,64}_{big,little}_vec): Add prototypes.
* targets.c (target_vector): Add bfd_nlm{32,64}_{big,little}_vec.
* (libnlm.h, nlm.c, nlmcode.h, nlm{32,64}-gen.c,
nlm{32,64}-target.h, nlm{32,64}.c, config/i386-nlm.mt): New files
for NLM support.
1993-07-20 04:45:13 +00:00
|
|
|
cpu-rs6000.c
|
|
|
|
cpu-sh.c
|
|
|
|
cpu-sparc.c
|
|
|
|
cpu-vax.c
|
|
|
|
cpu-we32k.c
|
|
|
|
cpu-z8k.c
|
|
|
|
ctor.c
|
1991-05-23 21:14:00 +00:00
|
|
|
demo64.c
|
1993-10-13 23:08:10 +00:00
|
|
|
dep-in.sed
|
* configure.in (*-*-netware, i[34]86-*-netware): New configs.
* Makefile.in (BFD32_BACKENDS): Add nlm.o, nlm32.o, nlm32-gen.o.
* Makefile.in (BFD64_BACKENDS): Add nlm64.o, nlm64-gen.o.
* Makefile.in (CFILES): Add nlm{32,64}.c, nlm{32,64}-gen.c.
* Makefile.in (nlm.o, nlm{32,64}.o, nlm{32,64}-gen.o: New targets.
* bfd-in2.h (INLINE): Defines moved here.
* {aoutx.h, elf.c, elfcode.h}: Move INLINE defines to bfd-in2.h.
* libelf.h (CAT4): Move define to bfd-in2.h.
* bfd-in2.h (CAT4): Merge CAT4 macro with other CAT macros.
* bfd-in2.h (union tdata): Add nlm_obj_data.
* bfd-in2.h (enum target_flavour): Add bfd_target_nlm_flavour.
* targets.c (bfd_nlm{32,64}_{big,little}_vec): Add prototypes.
* targets.c (target_vector): Add bfd_nlm{32,64}_{big,little}_vec.
* (libnlm.h, nlm.c, nlmcode.h, nlm{32,64}-gen.c,
nlm{32,64}-target.h, nlm{32,64}.c, config/i386-nlm.mt): New files
for NLM support.
1993-07-20 04:45:13 +00:00
|
|
|
doc
|
1993-08-03 20:22:47 +00:00
|
|
|
ecoff.c
|
1993-11-24 07:18:44 +00:00
|
|
|
ecofflink.c
|
1993-08-03 20:22:47 +00:00
|
|
|
ecoffswap.h
|
1993-06-02 20:25:43 +00:00
|
|
|
elf.c
|
1993-07-20 18:12:53 +00:00
|
|
|
elf32-gen.c
|
1993-04-29 16:10:34 +00:00
|
|
|
elf32-hppa.c
|
|
|
|
elf32-hppa.h
|
1993-03-02 17:36:08 +00:00
|
|
|
elf32-i386.c
|
|
|
|
elf32-i860.c
|
|
|
|
elf32-m68k.c
|
1993-06-18 16:07:34 +00:00
|
|
|
elf32-m88k.c
|
|
|
|
elf32-mips.c
|
1994-03-12 17:48:16 +00:00
|
|
|
elf32-ppc.c
|
1993-06-21 15:27:00 +00:00
|
|
|
elf32-sparc.c
|
1993-03-02 17:36:08 +00:00
|
|
|
elf32-target.h
|
|
|
|
elf32.c
|
1993-07-20 18:12:53 +00:00
|
|
|
elf64-gen.c
|
1993-06-30 02:54:35 +00:00
|
|
|
elf64-target.h
|
1993-06-04 00:21:04 +00:00
|
|
|
elf64.c
|
1993-05-30 14:32:12 +00:00
|
|
|
elfcode.h
|
1991-05-23 21:14:00 +00:00
|
|
|
filemode.c
|
1991-07-04 16:52:56 +00:00
|
|
|
format.c
|
1991-12-18 23:01:48 +00:00
|
|
|
gen-aout.c
|
1993-12-30 20:03:34 +00:00
|
|
|
genlink.h
|
|
|
|
hash.c
|
1991-05-23 21:14:00 +00:00
|
|
|
host-aout.c
|
1991-10-15 07:29:13 +00:00
|
|
|
hosts
|
* configure.in (*-*-netware, i[34]86-*-netware): New configs.
* Makefile.in (BFD32_BACKENDS): Add nlm.o, nlm32.o, nlm32-gen.o.
* Makefile.in (BFD64_BACKENDS): Add nlm64.o, nlm64-gen.o.
* Makefile.in (CFILES): Add nlm{32,64}.c, nlm{32,64}-gen.c.
* Makefile.in (nlm.o, nlm{32,64}.o, nlm{32,64}-gen.o: New targets.
* bfd-in2.h (INLINE): Defines moved here.
* {aoutx.h, elf.c, elfcode.h}: Move INLINE defines to bfd-in2.h.
* libelf.h (CAT4): Move define to bfd-in2.h.
* bfd-in2.h (CAT4): Merge CAT4 macro with other CAT macros.
* bfd-in2.h (union tdata): Add nlm_obj_data.
* bfd-in2.h (enum target_flavour): Add bfd_target_nlm_flavour.
* targets.c (bfd_nlm{32,64}_{big,little}_vec): Add prototypes.
* targets.c (target_vector): Add bfd_nlm{32,64}_{big,little}_vec.
* (libnlm.h, nlm.c, nlmcode.h, nlm{32,64}-gen.c,
nlm{32,64}-target.h, nlm{32,64}.c, config/i386-nlm.mt): New files
for NLM support.
1993-07-20 04:45:13 +00:00
|
|
|
hp300bsd.c
|
1993-04-29 16:10:34 +00:00
|
|
|
hp300hpux.c
|
1993-06-02 20:25:43 +00:00
|
|
|
hppa_stubs.h
|
1993-11-11 23:44:36 +00:00
|
|
|
hppabsd-core.c
|
1993-07-22 19:40:46 +00:00
|
|
|
hpux-core.c
|
1991-10-08 22:31:52 +00:00
|
|
|
i386aout.c
|
1992-10-08 17:43:08 +00:00
|
|
|
i386bsd.c
|
1994-03-30 08:53:45 +00:00
|
|
|
i386dynix.c
|
1992-06-23 05:27:14 +00:00
|
|
|
i386linux.c
|
1993-05-24 21:04:09 +00:00
|
|
|
i386lynx.c
|
1993-08-18 05:10:45 +00:00
|
|
|
i386mach3.c
|
1994-03-15 16:20:51 +00:00
|
|
|
i386os9k.c
|
1991-05-23 21:14:00 +00:00
|
|
|
ieee.c
|
* configure.in (*-*-netware, i[34]86-*-netware): New configs.
* Makefile.in (BFD32_BACKENDS): Add nlm.o, nlm32.o, nlm32-gen.o.
* Makefile.in (BFD64_BACKENDS): Add nlm64.o, nlm64-gen.o.
* Makefile.in (CFILES): Add nlm{32,64}.c, nlm{32,64}-gen.c.
* Makefile.in (nlm.o, nlm{32,64}.o, nlm{32,64}-gen.o: New targets.
* bfd-in2.h (INLINE): Defines moved here.
* {aoutx.h, elf.c, elfcode.h}: Move INLINE defines to bfd-in2.h.
* libelf.h (CAT4): Move define to bfd-in2.h.
* bfd-in2.h (CAT4): Merge CAT4 macro with other CAT macros.
* bfd-in2.h (union tdata): Add nlm_obj_data.
* bfd-in2.h (enum target_flavour): Add bfd_target_nlm_flavour.
* targets.c (bfd_nlm{32,64}_{big,little}_vec): Add prototypes.
* targets.c (target_vector): Add bfd_nlm{32,64}_{big,little}_vec.
* (libnlm.h, nlm.c, nlmcode.h, nlm{32,64}-gen.c,
nlm{32,64}-target.h, nlm{32,64}.c, config/i386-nlm.mt): New files
for NLM support.
1993-07-20 04:45:13 +00:00
|
|
|
init.c
|
1993-11-30 21:45:15 +00:00
|
|
|
irix-core.c
|
1991-05-31 11:22:12 +00:00
|
|
|
libaout.h
|
1991-08-22 07:20:49 +00:00
|
|
|
libbfd-in.h
|
1991-05-23 21:14:00 +00:00
|
|
|
libbfd.c
|
|
|
|
libbfd.h
|
1991-08-22 07:20:49 +00:00
|
|
|
libcoff-in.h
|
1991-05-23 21:14:00 +00:00
|
|
|
libcoff.h
|
1993-02-04 20:47:10 +00:00
|
|
|
libecoff.h
|
* configure.in (*-*-netware, i[34]86-*-netware): New configs.
* Makefile.in (BFD32_BACKENDS): Add nlm.o, nlm32.o, nlm32-gen.o.
* Makefile.in (BFD64_BACKENDS): Add nlm64.o, nlm64-gen.o.
* Makefile.in (CFILES): Add nlm{32,64}.c, nlm{32,64}-gen.c.
* Makefile.in (nlm.o, nlm{32,64}.o, nlm{32,64}-gen.o: New targets.
* bfd-in2.h (INLINE): Defines moved here.
* {aoutx.h, elf.c, elfcode.h}: Move INLINE defines to bfd-in2.h.
* libelf.h (CAT4): Move define to bfd-in2.h.
* bfd-in2.h (CAT4): Merge CAT4 macro with other CAT macros.
* bfd-in2.h (union tdata): Add nlm_obj_data.
* bfd-in2.h (enum target_flavour): Add bfd_target_nlm_flavour.
* targets.c (bfd_nlm{32,64}_{big,little}_vec): Add prototypes.
* targets.c (target_vector): Add bfd_nlm{32,64}_{big,little}_vec.
* (libnlm.h, nlm.c, nlmcode.h, nlm{32,64}-gen.c,
nlm{32,64}-target.h, nlm{32,64}.c, config/i386-nlm.mt): New files
for NLM support.
1993-07-20 04:45:13 +00:00
|
|
|
libelf.h
|
1992-06-20 01:00:46 +00:00
|
|
|
libhppa.h
|
1991-05-23 21:14:00 +00:00
|
|
|
libieee.h
|
* configure.in (*-*-netware, i[34]86-*-netware): New configs.
* Makefile.in (BFD32_BACKENDS): Add nlm.o, nlm32.o, nlm32-gen.o.
* Makefile.in (BFD64_BACKENDS): Add nlm64.o, nlm64-gen.o.
* Makefile.in (CFILES): Add nlm{32,64}.c, nlm{32,64}-gen.c.
* Makefile.in (nlm.o, nlm{32,64}.o, nlm{32,64}-gen.o: New targets.
* bfd-in2.h (INLINE): Defines moved here.
* {aoutx.h, elf.c, elfcode.h}: Move INLINE defines to bfd-in2.h.
* libelf.h (CAT4): Move define to bfd-in2.h.
* bfd-in2.h (CAT4): Merge CAT4 macro with other CAT macros.
* bfd-in2.h (union tdata): Add nlm_obj_data.
* bfd-in2.h (enum target_flavour): Add bfd_target_nlm_flavour.
* targets.c (bfd_nlm{32,64}_{big,little}_vec): Add prototypes.
* targets.c (target_vector): Add bfd_nlm{32,64}_{big,little}_vec.
* (libnlm.h, nlm.c, nlmcode.h, nlm{32,64}-gen.c,
nlm{32,64}-target.h, nlm{32,64}.c, config/i386-nlm.mt): New files
for NLM support.
1993-07-20 04:45:13 +00:00
|
|
|
libnlm.h
|
1991-05-23 21:14:00 +00:00
|
|
|
liboasys.h
|
1993-12-30 20:03:34 +00:00
|
|
|
linker.c
|
1993-10-05 02:30:37 +00:00
|
|
|
lynx-core.c
|
1993-09-28 20:25:00 +00:00
|
|
|
m68klynx.c
|
1993-03-23 20:21:47 +00:00
|
|
|
mipsbsd.c
|
1991-05-23 21:14:00 +00:00
|
|
|
newsos3.c
|
1993-08-23 07:43:25 +00:00
|
|
|
netbsd386.c
|
* nlm{32,64}-target.h: Remove.
* nlm-target.h: New file, merged from nlm{32,64}-target.h
* libnlm.h (NLM_ARCH_SIZE): Define to ARCH_SIZE.
* nlm.c (ARCH_SIZE): Remove define to zero.
* nlm32-gen.c (ARCH_SIZE): Define to 32.
* nlm32-gen.c (JUMP_TABLE_PREFIX): Define to nlm32.
* nlm{32,64}-gen.c (nlm-target.h): Include.
* targets.c, libnlm.h, nlm.c, nlm{32,64}-gen.c, nlm{32,64}.c,
nlmcode.h: Convert prefixes from bfd_nlm<size> to just
nlm<size>, and use macros select size.
1993-07-22 23:09:07 +00:00
|
|
|
nlm-target.h
|
* configure.in (*-*-netware, i[34]86-*-netware): New configs.
* Makefile.in (BFD32_BACKENDS): Add nlm.o, nlm32.o, nlm32-gen.o.
* Makefile.in (BFD64_BACKENDS): Add nlm64.o, nlm64-gen.o.
* Makefile.in (CFILES): Add nlm{32,64}.c, nlm{32,64}-gen.c.
* Makefile.in (nlm.o, nlm{32,64}.o, nlm{32,64}-gen.o: New targets.
* bfd-in2.h (INLINE): Defines moved here.
* {aoutx.h, elf.c, elfcode.h}: Move INLINE defines to bfd-in2.h.
* libelf.h (CAT4): Move define to bfd-in2.h.
* bfd-in2.h (CAT4): Merge CAT4 macro with other CAT macros.
* bfd-in2.h (union tdata): Add nlm_obj_data.
* bfd-in2.h (enum target_flavour): Add bfd_target_nlm_flavour.
* targets.c (bfd_nlm{32,64}_{big,little}_vec): Add prototypes.
* targets.c (target_vector): Add bfd_nlm{32,64}_{big,little}_vec.
* (libnlm.h, nlm.c, nlmcode.h, nlm{32,64}-gen.c,
nlm{32,64}-target.h, nlm{32,64}.c, config/i386-nlm.mt): New files
for NLM support.
1993-07-20 04:45:13 +00:00
|
|
|
nlm.c
|
1993-12-02 01:46:53 +00:00
|
|
|
nlm32-alpha.c
|
1993-07-30 22:32:45 +00:00
|
|
|
nlm32-i386.c
|
1993-11-17 19:54:51 +00:00
|
|
|
nlm32-sparc.c
|
* configure.in (*-*-netware, i[34]86-*-netware): New configs.
* Makefile.in (BFD32_BACKENDS): Add nlm.o, nlm32.o, nlm32-gen.o.
* Makefile.in (BFD64_BACKENDS): Add nlm64.o, nlm64-gen.o.
* Makefile.in (CFILES): Add nlm{32,64}.c, nlm{32,64}-gen.c.
* Makefile.in (nlm.o, nlm{32,64}.o, nlm{32,64}-gen.o: New targets.
* bfd-in2.h (INLINE): Defines moved here.
* {aoutx.h, elf.c, elfcode.h}: Move INLINE defines to bfd-in2.h.
* libelf.h (CAT4): Move define to bfd-in2.h.
* bfd-in2.h (CAT4): Merge CAT4 macro with other CAT macros.
* bfd-in2.h (union tdata): Add nlm_obj_data.
* bfd-in2.h (enum target_flavour): Add bfd_target_nlm_flavour.
* targets.c (bfd_nlm{32,64}_{big,little}_vec): Add prototypes.
* targets.c (target_vector): Add bfd_nlm{32,64}_{big,little}_vec.
* (libnlm.h, nlm.c, nlmcode.h, nlm{32,64}-gen.c,
nlm{32,64}-target.h, nlm{32,64}.c, config/i386-nlm.mt): New files
for NLM support.
1993-07-20 04:45:13 +00:00
|
|
|
nlm32.c
|
|
|
|
nlm64.c
|
|
|
|
nlmcode.h
|
1993-11-17 19:54:51 +00:00
|
|
|
nlmswap.h
|
1991-05-23 21:14:00 +00:00
|
|
|
oasys.c
|
|
|
|
opncls.c
|
1993-09-24 07:45:28 +00:00
|
|
|
osf-core.c
|
1993-11-22 19:01:55 +00:00
|
|
|
ptrace-core.c
|
1991-07-04 16:52:56 +00:00
|
|
|
reloc.c
|
1993-01-08 21:11:21 +00:00
|
|
|
reloc16.c
|
1992-03-02 06:39:32 +00:00
|
|
|
rs6000-core.c
|
1991-07-04 16:52:56 +00:00
|
|
|
section.c
|
1993-09-13 22:51:51 +00:00
|
|
|
som.c
|
|
|
|
som.h
|
1993-11-01 19:15:17 +00:00
|
|
|
sparclynx.c
|
1991-05-23 21:14:00 +00:00
|
|
|
srec.c
|
1991-11-22 05:00:08 +00:00
|
|
|
stab-syms.c
|
1991-05-23 21:14:00 +00:00
|
|
|
sunos.c
|
1991-07-04 16:52:56 +00:00
|
|
|
syms.c
|
1991-05-23 21:14:00 +00:00
|
|
|
targets.c
|
1992-04-18 04:38:26 +00:00
|
|
|
tekhex.c
|
1991-05-23 21:14:00 +00:00
|
|
|
trad-core.c
|
|
|
|
|
1993-05-27 06:44:29 +00:00
|
|
|
Things-to-lose:
|
|
|
|
|
1993-07-30 16:46:19 +00:00
|
|
|
|
1991-05-23 21:14:00 +00:00
|
|
|
Do-last:
|
|
|
|
|
1993-08-23 19:41:49 +00:00
|
|
|
v9files="configure.in elfcode.h reloc.c bfd-in2.h targets.c config.bfd"
|
1993-05-27 19:57:15 +00:00
|
|
|
if ( echo $* | grep keep\-v9 > /dev/null ) ; then
|
1993-06-30 02:54:35 +00:00
|
|
|
if [ -n "${verbose}" ] ; then
|
|
|
|
echo Keeping v9 stuff in $v9files.
|
|
|
|
fi
|
1993-05-27 19:57:15 +00:00
|
|
|
else
|
1993-06-30 02:54:35 +00:00
|
|
|
if [ -n "${verbose}" ]; then
|
1993-07-12 14:37:44 +00:00
|
|
|
echo -n Cleaning v9 in `pwd`:
|
1993-06-30 02:54:35 +00:00
|
|
|
fi
|
|
|
|
for f in $v9files ; do
|
|
|
|
if [ -n "${verbose}" ] ; then
|
|
|
|
echo -n " " $f
|
|
|
|
fi
|
1993-07-12 14:37:44 +00:00
|
|
|
sed '/start\-sanitize\-v9/,/end\-sanitize\-v9/d' < $f > new
|
1993-06-30 02:54:35 +00:00
|
|
|
if [ -n "${safe}" ] ; then
|
1993-07-12 14:37:44 +00:00
|
|
|
mv $f .Recover
|
1993-06-30 02:54:35 +00:00
|
|
|
fi
|
|
|
|
mv new $f
|
|
|
|
done
|
1993-08-26 20:29:28 +00:00
|
|
|
chmod a+x config.bfd
|
1993-05-27 19:57:15 +00:00
|
|
|
fi
|
|
|
|
|
1993-08-26 20:29:28 +00:00
|
|
|
|
1994-01-07 19:05:23 +00:00
|
|
|
mpwfiles="coffswap.h"
|
|
|
|
if ( echo $* | grep keep\-mpw > /dev/null ) ; then
|
|
|
|
if [ -n "${verbose}" ] ; then
|
|
|
|
echo Keeping mpw stuff in $mpwfiles.
|
|
|
|
fi
|
|
|
|
else
|
|
|
|
if [ -n "${verbose}" ]; then
|
|
|
|
echo -n Cleaning mpw in `pwd`:
|
|
|
|
fi
|
|
|
|
for f in $mpwfiles ; do
|
|
|
|
if [ -n "${verbose}" ] ; then
|
|
|
|
echo -n " " $f
|
|
|
|
fi
|
|
|
|
sed '/start\-sanitize\-mpw/,/end\-sanitize\-mpw/d' < $f > new
|
|
|
|
if [ -n "${safe}" ] ; then
|
|
|
|
mv $f .Recover
|
|
|
|
fi
|
|
|
|
mv new $f
|
|
|
|
done
|
|
|
|
chmod a+x config.bfd
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
1994-02-18 17:09:13 +00:00
|
|
|
ppcfiles="ChangeLog Makefile.in configure.in config.bfd targets.c"
|
|
|
|
if ( echo $* | grep keep\-powerpc\-netware > /dev/null ) ; then
|
|
|
|
if [ -n "${verbose}" ] ; then
|
|
|
|
echo Keeping PowerPC NetWare stuff in $ppcfiles.
|
|
|
|
fi
|
|
|
|
else
|
|
|
|
if [ -n "${verbose}" ]; then
|
|
|
|
echo -n Removing PowerPC NetWare in `pwd`:
|
|
|
|
fi
|
|
|
|
for f in $ppcfiles ; do
|
|
|
|
if [ -n "${verbose}" ] ; then
|
|
|
|
echo -n " " $f
|
|
|
|
fi
|
|
|
|
sed '/start\-sanitize\-powerpc\-netware/,/end\-sanitize\-powerpc\-netware/d' < $f > new
|
|
|
|
if [ -n "${safe}" ] ; then
|
|
|
|
mv $f .Recover
|
|
|
|
fi
|
|
|
|
mv new $f
|
|
|
|
done
|
|
|
|
chmod a+x config.bfd
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
1991-05-23 21:14:00 +00:00
|
|
|
# End of file.
|