diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-08-18 00:54:48 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-08-18 00:54:48 +0000 |
commit | 13cadf768b4749b5e6ce5645d702d1ee559ab14d (patch) | |
tree | d3dce76a8924d939a3233f01fa7dd8d0adc542a8 /bfd/Makefile.in | |
parent | 5670002f8f7f164d0e8b11b46a61edb49ab150f7 (diff) | |
download | gdb-13cadf768b4749b5e6ce5645d702d1ee559ab14d.zip gdb-13cadf768b4749b5e6ce5645d702d1ee559ab14d.tar.gz gdb-13cadf768b4749b5e6ce5645d702d1ee559ab14d.tar.bz2 |
* hosts/i386{mach3,osf1mk}.h: New files, for Mach hosting.
* hosts/i386mach.h: removed, replaced by i386osf1mk.h.
* config/i386mach3.mt, i386mach3.c: New files, for Mach a.out format.
* Makefile.in, configure.host, config.bfd: Corresponding changes.
* hosts/decstation.h: Include <sys/param.h> not <machine/param.h>.
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r-- | bfd/Makefile.in | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in index f36330f..f5beccf 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 +# gdb: ecoff.o elf.o # objdump: elf.o # # Also, Jim Kingdon notes: @@ -97,13 +97,13 @@ BFD32_BACKENDS = \ nlm.o \ nlm32.o nlm32-gen.o nlm32-i386.o \ aout32.o sunos.o newsos3.o mipsbsd.o aout-adobe.o \ - i386aout.o i386bsd.o i386linux.o i386lynx.o \ + i386aout.o i386bsd.o i386linux.o i386lynx.o i386mach3.o \ hp300bsd.o hp300hpux.o bout.o \ coff-i960.o coff-a29k.o coff-m68k.o coff-u68k.o \ coff-i386.o coff-m88k.o \ coff-rs6000.o coff-h8300.o coff-h8500.o coff-z8k.o coff-we32k.o \ coff-mips.o coff-sh.o \ - hppa.o oasys.o ieee.o srec.o \ + hppa.o oasys.o ieee.o reloc16.o \ stab-syms.o BFD64_BACKENDS = \ @@ -149,7 +149,7 @@ CFILES = libbfd.c opncls.c bfd.c archive.c targets.c cache.c \ coff-a29k.c coff-rs6000.c coffgen.c format.c \ section.c core.c syms.c stab-syms.c reloc.c init.c ctor.c \ seclet.c coff-m88k.c coff-mips.c coff-sh.c trad-core.c newsos3.c \ - i386aout.c i386linux.c bout.c aout-adobe.c coff-we32k.c \ + i386aout.c i386linux.c i386mach3.c bout.c aout-adobe.c coff-we32k.c \ i386bsd.c cpu-h8300.c cpu-i960.c cpu-sparc.c cpu-m68k.c \ cpu-m88k.c cpu-vax.c cpu-mips.c cpu-a29k.c cpu-i386.c \ cpu-rs6000.c coff-h8300.c hppa.c cpu-hppa.c cpu-we32k.c reloc16.c \ @@ -486,6 +486,9 @@ i386lynx.o : i386lynx.c $(BFD_H) $(INCDIR)/obstack.h libbfd.h \ i386aout.o : i386aout.c $(BFD_H) $(INCDIR)/obstack.h libbfd.h \ $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \ $(INCDIR)/aout/ar.h libaout.h +i386mach3.o : i386mach3.c $(BFD_H) $(INCDIR)/obstack.h libbfd.h \ + $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \ + $(INCDIR)/aout/ar.h libaout.h i386linux.o : i386linux.c $(BFD_H) $(INCDIR)/obstack.h libbfd.h \ $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \ $(INCDIR)/aout/ar.h libaout.h |