diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-07-25 20:00:10 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-07-25 20:00:10 +0000 |
commit | caede51576f1d80723030795000baef96ec6d34c (patch) | |
tree | 5efc12e38b07afdb0058ec7807e8112b7483ab4b /bfd/Makefile.in | |
parent | 9a989b1f61df4342171277aec598b9436b5eb753 (diff) | |
download | gdb-caede51576f1d80723030795000baef96ec6d34c.zip gdb-caede51576f1d80723030795000baef96ec6d34c.tar.gz gdb-caede51576f1d80723030795000baef96ec6d34c.tar.bz2 |
* configure.in (pc532mach_vec): Change to pc532machaout_vec.
* config.bfd (ns32k-*-netbsd*): Use ns32k-nbsd as bfd_name.
* Makefile.in (ALL_MACHINES): Add cpu-ns32k.o.
(BFD32_BACKENDS): Add aout-ns32k.o, netbsd532.o, m88kmach3.o,
pc532-mach.o.
* targets.c (pc532machaout_vec): Use instead of pc532mach_vec.
* config/pc532-mach.mt (DEFAULT_VECTOR): Ditto.
(SELECT_VECS): Remove.
* config/ns32k-nbsd.mt: New file, was ns32k-netbsd.mt.
* config/ns32k-netbsd.mt: Remove, name too long.
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r-- | bfd/Makefile.in | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in index d7e1fb4..877eb2b 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -72,7 +72,7 @@ BFD_H = bfd.h # Some of these files should be in BFD*_BACKENDS below, but some programs # won't link without them. So, in order for some of the minimal-bfd # hacks to work, they're also included here for now. -# gdb: ecoff.o ecofflink.o elf.o +# gdb: elf.o # objdump: elf.o # # Also, Jim Kingdon notes: @@ -86,7 +86,7 @@ BFD_LIBS = \ archive.o archures.o bfd.o cache.o coffgen.o core.o ctor.o \ format.o init.o libbfd.o opncls.o reloc.o \ section.o syms.o targets.o hash.o linker.o \ - ecoff.o ecofflink.o elf.o srec.o + elf.o srec.o # This list is alphabetized to make it easier to keep in sync # with the decls and initializer in archures.c. @@ -101,6 +101,7 @@ ALL_MACHINES = \ cpu-m68k.o \ cpu-m88k.o \ cpu-mips.o \ + cpu-ns32k.o \ cpu-powerpc.o \ cpu-rs6000.o \ cpu-sh.o \ @@ -110,9 +111,10 @@ ALL_MACHINES = \ cpu-z8k.o # The .o files needed by all of the 32 bit vectors that are configured into -# target_vector in targets.c if configured with --with-targets=all. +# target_vector in targets.c if configured with --enable-targets=all. BFD32_BACKENDS = \ aout-adobe.o \ + aout-ns32k.o \ aout0.o \ aout32.o \ bout.o \ @@ -135,6 +137,8 @@ BFD32_BACKENDS = \ coff-u68k.o \ coff-we32k.o \ coff-z8k.o \ + ecoff.o \ + ecofflink.o \ elf32-gen.o \ elf32-hppa.o \ elf32-i386.o \ @@ -152,10 +156,12 @@ BFD32_BACKENDS = \ i386linux.o \ i386lynx.o \ netbsd386.o \ + netbsd532.o \ i386mach3.o \ i386os9k.o \ ieee.o \ m68klynx.o \ + m88kmach3.o \ mipsbsd.o \ newsos3.o \ nlm.o \ @@ -164,14 +170,15 @@ BFD32_BACKENDS = \ nlm32-ppc.o \ nlm32.o \ oasys.o \ + pc532-mach.o \ reloc16.o \ sparclynx.o \ stab-syms.o \ sunos.o # The .o files needed by all of the 64 bit vectors that are configured into -# target_vector in targets.c if configured with --with-targets=all -# and --with-64-bit-bfd. +# target_vector in targets.c if configured with --enable-targets=all +# and --enable-64-bit-bfd. BFD64_BACKENDS = \ aout64.o \ coff-alpha.o \ |