1994-03-18 07:08:36 +08:00
|
|
|
# .Sanitize for devo/bfd.
|
1991-05-24 06:14:00 +09:00
|
|
|
|
1994-01-04 08:38:05 +08:00
|
|
|
# Each directory to survive its way into a release will need a file
|
1991-05-24 06:14:00 +09: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-18 07:08:36 +08:00
|
|
|
# done in this directory.
|
1991-05-24 06:14:00 +09:00
|
|
|
|
|
|
|
Do-first:
|
|
|
|
|
1994-06-28 10:12:13 +08:00
|
|
|
mpw_files="mpw-config.in mpw-make.in ChangeLog.mpw"
|
1994-01-11 09:15:02 +08:00
|
|
|
|
1994-06-28 10:12:13 +08:00
|
|
|
if ( echo $* | grep keep\-mpw > /dev/null ) ; then
|
|
|
|
keep_these_too="${mpw_files} ${keep_these_too}"
|
1994-01-11 09:15:02 +08:00
|
|
|
else
|
1994-06-28 10:12:13 +08:00
|
|
|
lose_these_too="${mpw_files} ${lose_these_too}"
|
1994-01-04 08:38:05 +08:00
|
|
|
fi
|
|
|
|
|
1991-05-24 06:14:00 +09: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 14:44:29 +08:00
|
|
|
|
1991-05-24 06:14:00 +09:00
|
|
|
COPYING
|
|
|
|
ChangeLog
|
1993-11-23 16:06:20 +08:00
|
|
|
ChangeLog.1
|
1991-05-24 06:14:00 +09: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 12:45:13 +08:00
|
|
|
PORTING
|
1991-05-24 06:14:00 +09:00
|
|
|
TODO
|
1991-05-29 11:40:08 +09:00
|
|
|
VERSION
|
1992-12-22 05:17:54 +08: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 12:45:13 +08:00
|
|
|
aout-adobe.c
|
|
|
|
aout-encap.c
|
1994-07-26 04:04:11 +08:00
|
|
|
aout-ns32k.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 12:45:13 +08:00
|
|
|
aout-target.h
|
1994-05-05 03:37:36 +08:00
|
|
|
aout0.c
|
1991-05-24 06:14:00 +09:00
|
|
|
aout32.c
|
|
|
|
aout64.c
|
|
|
|
aoutf1.h
|
|
|
|
aoutx.h
|
|
|
|
archive.c
|
|
|
|
archures.c
|
1991-08-22 16:20:49 +09:00
|
|
|
bfd-in.h
|
1993-05-28 03:57:15 +08:00
|
|
|
bfd-in2.h
|
1991-05-24 06:14:00 +09:00
|
|
|
bfd.c
|
|
|
|
bout.c
|
|
|
|
cache.c
|
1993-11-02 03:15:17 +08:00
|
|
|
cf-i386lynx.c
|
|
|
|
cf-m68klynx.c
|
|
|
|
cf-sparclynx.c
|
1994-03-19 14:36:47 +08:00
|
|
|
cisco-core.c
|
1991-10-25 18:17:52 +08: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 12:45:13 +08:00
|
|
|
coff-alpha.c
|
1993-10-14 07:08:10 +08:00
|
|
|
coff-apollo.c
|
1994-05-28 00:58:05 +08:00
|
|
|
coff-go32.c
|
1991-11-28 00:58:22 +08:00
|
|
|
coff-h8300.c
|
1993-02-05 04:59:55 +08:00
|
|
|
coff-h8500.c
|
1991-10-25 18:17:52 +08: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 12:45:13 +08:00
|
|
|
coff-m68k.c
|
1991-10-25 18:17:52 +08:00
|
|
|
coff-m88k.c
|
|
|
|
coff-mips.c
|
|
|
|
coff-rs6000.c
|
1993-04-27 09:17:32 +08:00
|
|
|
coff-sh.c
|
1993-11-02 03:15:17 +08:00
|
|
|
coff-sparc.c
|
1993-07-21 05:45:32 +08:00
|
|
|
coff-u68k.c
|
1992-08-29 05:01:11 +08:00
|
|
|
coff-we32k.c
|
1992-08-26 06:04:53 +08:00
|
|
|
coff-z8k.c
|
1991-05-24 06:14:00 +09:00
|
|
|
coffcode.h
|
1993-01-09 05:11:21 +08:00
|
|
|
coffgen.c
|
|
|
|
coffswap.h
|
1991-07-16 09:39:03 +09:00
|
|
|
config
|
1993-08-13 04:30:39 +08:00
|
|
|
config.bfd
|
1992-02-22 06:55:08 +08:00
|
|
|
configure.bat
|
1992-10-09 19:38:30 +08: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 12:45:13 +08:00
|
|
|
configure.in
|
1991-07-05 01:52:56 +09: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 12:45:13 +08: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-07-27 08:10:18 +08:00
|
|
|
cpu-ns32k.c
|
1994-02-08 08:35:31 +08: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 12:45:13 +08:00
|
|
|
cpu-rs6000.c
|
|
|
|
cpu-sh.c
|
|
|
|
cpu-sparc.c
|
|
|
|
cpu-vax.c
|
|
|
|
cpu-we32k.c
|
|
|
|
cpu-z8k.c
|
|
|
|
ctor.c
|
1991-05-24 06:14:00 +09:00
|
|
|
demo64.c
|
1993-10-14 07:08:10 +08: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 12:45:13 +08:00
|
|
|
doc
|
1993-08-04 04:22:47 +08:00
|
|
|
ecoff.c
|
1993-11-24 15:18:44 +08:00
|
|
|
ecofflink.c
|
1993-08-04 04:22:47 +08:00
|
|
|
ecoffswap.h
|
1993-06-03 04:25:43 +08:00
|
|
|
elf.c
|
1993-07-21 02:12:53 +08:00
|
|
|
elf32-gen.c
|
1993-04-30 00:10:34 +08:00
|
|
|
elf32-hppa.c
|
|
|
|
elf32-hppa.h
|
1993-03-03 01:36:08 +08:00
|
|
|
elf32-i386.c
|
|
|
|
elf32-i860.c
|
|
|
|
elf32-m68k.c
|
1993-06-19 00:07:34 +08:00
|
|
|
elf32-m88k.c
|
|
|
|
elf32-mips.c
|
1994-03-13 01:48:16 +08:00
|
|
|
elf32-ppc.c
|
1993-06-21 23:27:00 +08:00
|
|
|
elf32-sparc.c
|
1993-03-03 01:36:08 +08:00
|
|
|
elf32-target.h
|
|
|
|
elf32.c
|
1993-07-21 02:12:53 +08:00
|
|
|
elf64-gen.c
|
1994-06-16 06:41:46 +08:00
|
|
|
elf64-sparc.c
|
1993-06-30 10:54:35 +08:00
|
|
|
elf64-target.h
|
1993-06-04 08:21:04 +08:00
|
|
|
elf64.c
|
1993-05-30 22:32:12 +08:00
|
|
|
elfcode.h
|
1991-05-24 06:14:00 +09:00
|
|
|
filemode.c
|
1991-07-05 01:52:56 +09:00
|
|
|
format.c
|
1991-12-19 07:01:48 +08:00
|
|
|
gen-aout.c
|
1993-12-31 04:03:34 +08:00
|
|
|
genlink.h
|
|
|
|
hash.c
|
1991-05-24 06:14:00 +09:00
|
|
|
host-aout.c
|
1991-10-15 15:29:13 +08: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 12:45:13 +08:00
|
|
|
hp300bsd.c
|
1993-04-30 00:10:34 +08:00
|
|
|
hp300hpux.c
|
1993-06-03 04:25:43 +08:00
|
|
|
hppa_stubs.h
|
1993-11-12 07:44:36 +08:00
|
|
|
hppabsd-core.c
|
1993-07-23 03:40:46 +08:00
|
|
|
hpux-core.c
|
1991-10-09 06:31:52 +08:00
|
|
|
i386aout.c
|
1992-10-09 01:43:08 +08:00
|
|
|
i386bsd.c
|
1994-03-30 16:53:45 +08:00
|
|
|
i386dynix.c
|
1992-06-23 13:27:14 +08:00
|
|
|
i386linux.c
|
1993-05-25 05:04:09 +08:00
|
|
|
i386lynx.c
|
1993-08-18 13:10:45 +08:00
|
|
|
i386mach3.c
|
1994-03-16 00:20:51 +08:00
|
|
|
i386os9k.c
|
1991-05-24 06:14:00 +09: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 12:45:13 +08:00
|
|
|
init.c
|
1993-12-01 05:45:15 +08:00
|
|
|
irix-core.c
|
1991-05-31 20:22:12 +09:00
|
|
|
libaout.h
|
1991-08-22 16:20:49 +09:00
|
|
|
libbfd-in.h
|
1991-05-24 06:14:00 +09:00
|
|
|
libbfd.c
|
|
|
|
libbfd.h
|
1991-08-22 16:20:49 +09:00
|
|
|
libcoff-in.h
|
1991-05-24 06:14:00 +09:00
|
|
|
libcoff.h
|
1993-02-05 04:47:10 +08: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 12:45:13 +08:00
|
|
|
libelf.h
|
1992-06-20 09:00:46 +08:00
|
|
|
libhppa.h
|
1991-05-24 06:14:00 +09: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 12:45:13 +08:00
|
|
|
libnlm.h
|
1991-05-24 06:14:00 +09:00
|
|
|
liboasys.h
|
1993-12-31 04:03:34 +08:00
|
|
|
linker.c
|
1993-10-05 10:30:37 +08:00
|
|
|
lynx-core.c
|
1993-09-29 04:25:00 +08:00
|
|
|
m68klynx.c
|
1994-07-26 04:04:11 +08:00
|
|
|
m88kmach3.c
|
1994-06-17 04:27:39 +08:00
|
|
|
makefile.dos
|
1993-03-24 04:21:47 +08:00
|
|
|
mipsbsd.c
|
1991-05-24 06:14:00 +09:00
|
|
|
newsos3.c
|
1993-08-23 15:43:25 +08:00
|
|
|
netbsd386.c
|
1994-07-27 08:10:18 +08:00
|
|
|
netbsd532.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-23 07:09:07 +08: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 12:45:13 +08:00
|
|
|
nlm.c
|
1993-12-02 09:46:53 +08:00
|
|
|
nlm32-alpha.c
|
1993-07-31 06:32:45 +08:00
|
|
|
nlm32-i386.c
|
1994-05-21 02:22:45 +08:00
|
|
|
nlm32-ppc.c
|
1993-11-18 03:54:51 +08: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 12:45:13 +08:00
|
|
|
nlm32.c
|
|
|
|
nlm64.c
|
|
|
|
nlmcode.h
|
1993-11-18 03:54:51 +08:00
|
|
|
nlmswap.h
|
1991-05-24 06:14:00 +09:00
|
|
|
oasys.c
|
|
|
|
opncls.c
|
1993-09-24 15:45:28 +08:00
|
|
|
osf-core.c
|
1994-07-26 04:04:11 +08:00
|
|
|
pc532-mach.c
|
1993-11-23 03:01:55 +08:00
|
|
|
ptrace-core.c
|
1991-07-05 01:52:56 +09:00
|
|
|
reloc.c
|
1993-01-09 05:11:21 +08:00
|
|
|
reloc16.c
|
1992-03-02 14:39:32 +08:00
|
|
|
rs6000-core.c
|
1991-07-05 01:52:56 +09:00
|
|
|
section.c
|
1993-09-14 06:51:51 +08:00
|
|
|
som.c
|
|
|
|
som.h
|
1993-11-02 03:15:17 +08:00
|
|
|
sparclynx.c
|
1991-05-24 06:14:00 +09:00
|
|
|
srec.c
|
1991-11-22 13:00:08 +08:00
|
|
|
stab-syms.c
|
1991-05-24 06:14:00 +09:00
|
|
|
sunos.c
|
1991-07-05 01:52:56 +09:00
|
|
|
syms.c
|
1991-05-24 06:14:00 +09:00
|
|
|
targets.c
|
1992-04-18 12:38:26 +08:00
|
|
|
tekhex.c
|
1991-05-24 06:14:00 +09:00
|
|
|
trad-core.c
|
|
|
|
|
1993-05-27 14:44:29 +08:00
|
|
|
Things-to-lose:
|
|
|
|
|
1993-07-31 00:46:19 +08:00
|
|
|
|
1991-05-24 06:14:00 +09:00
|
|
|
Do-last:
|
|
|
|
|
1994-01-08 03:05:23 +08: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-07-27 08:10:18 +08:00
|
|
|
i960xl_files="ChangeLog archures.c bfd-in2.h cpu-i960.c coffcode.h"
|
|
|
|
if ( echo $* | grep keep\-i960xl > /dev/null ) ; then
|
|
|
|
if [ -n "${verbose}" ] ; then
|
|
|
|
echo Keeping i960xl stuff in $i960xl_files.
|
|
|
|
fi
|
|
|
|
else
|
|
|
|
if [ -n "${verbose}" ]; then
|
|
|
|
echo -n Cleaning i960xl in `pwd`:
|
|
|
|
fi
|
|
|
|
for f in $i960xl_files ; do
|
|
|
|
if [ -n "${verbose}" ] ; then
|
|
|
|
echo -n " " $f
|
|
|
|
fi
|
|
|
|
sed -e '/start\-sanitize\-i960xl/,/end\-sanitize\-i960xl/d' < $f > new
|
|
|
|
if [ -n "${safe}" ] ; then
|
|
|
|
mv $f .Recover
|
|
|
|
fi
|
|
|
|
mv new $f
|
|
|
|
done
|
|
|
|
fi
|
|
|
|
|
1991-05-24 06:14:00 +09:00
|
|
|
# End of file.
|