1992-04-09 15:06:54 +08:00
|
|
|
# Sanitize.in for devo/bfd.
|
1991-05-24 06:14:00 +09:00
|
|
|
|
|
|
|
# Each directory to survive it's way into a release will need a file
|
|
|
|
# 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
|
|
|
|
# done in this
|
|
|
|
|
|
|
|
Do-first:
|
|
|
|
|
1993-07-12 22:37:44 +08:00
|
|
|
if ( echo $* | grep keep\-v9 > /dev/null ) ; then
|
|
|
|
keep_these_too="elf64-sparc.c"
|
|
|
|
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
|
|
|
|
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
|
1993-04-30 00:10:34 +08:00
|
|
|
README.hppaelf
|
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
|
|
|
|
aout-target.h
|
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
|
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
|
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-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
|
|
|
|
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
|
* 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
|
|
|
|
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
|
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
|
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
|
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
|
1992-06-20 09:00:46 +08:00
|
|
|
hppa.c
|
1993-06-03 04:25:43 +08:00
|
|
|
hppa_stubs.h
|
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
|
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
|
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
|
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-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
|
* 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
|
|
|
|
nlm32-gen.c
|
1993-07-31 06:32:45 +08:00
|
|
|
nlm32-i386.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-gen.c
|
|
|
|
nlm64.c
|
|
|
|
nlmcode.h
|
1991-05-24 06:14:00 +09:00
|
|
|
oasys.c
|
|
|
|
opncls.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
|
1992-07-14 15:20:02 +08:00
|
|
|
sco-core.c
|
1992-01-25 06:44:51 +08:00
|
|
|
seclet.c
|
1992-01-28 05:48:38 +08:00
|
|
|
seclet.h
|
1991-07-05 01:52:56 +09:00
|
|
|
section.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:
|
|
|
|
|
1993-08-10 03:16:24 +08:00
|
|
|
v9files="configure.in elfcode.h reloc.c bfd-in2.h targets.c"
|
1993-05-28 03:57:15 +08:00
|
|
|
if ( echo $* | grep keep\-v9 > /dev/null ) ; then
|
1993-06-30 10:54:35 +08:00
|
|
|
if [ -n "${verbose}" ] ; then
|
|
|
|
echo Keeping v9 stuff in $v9files.
|
|
|
|
fi
|
1993-05-28 03:57:15 +08:00
|
|
|
else
|
1993-06-30 10:54:35 +08:00
|
|
|
if [ -n "${verbose}" ]; then
|
1993-07-12 22:37:44 +08:00
|
|
|
echo -n Cleaning v9 in `pwd`:
|
1993-06-30 10:54:35 +08:00
|
|
|
fi
|
|
|
|
for f in $v9files ; do
|
|
|
|
if [ -n "${verbose}" ] ; then
|
|
|
|
echo -n " " $f
|
|
|
|
fi
|
1993-07-12 22:37:44 +08:00
|
|
|
sed '/start\-sanitize\-v9/,/end\-sanitize\-v9/d' < $f > new
|
1993-06-30 10:54:35 +08:00
|
|
|
if [ -n "${safe}" ] ; then
|
1993-07-12 22:37:44 +08:00
|
|
|
mv $f .Recover
|
1993-06-30 10:54:35 +08:00
|
|
|
fi
|
|
|
|
mv new $f
|
|
|
|
done
|
1993-05-28 03:57:15 +08:00
|
|
|
fi
|
|
|
|
|
1991-05-24 06:14:00 +09:00
|
|
|
# End of file.
|