aboutsummaryrefslogtreecommitdiff
path: root/bfd/Makefile.in
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1995-11-05 00:29:13 +0000
committerFred Fish <fnf@specifix.com>1995-11-05 00:29:13 +0000
commitd9e771e3b02d6f7bffcd46e5af40724a0bea4c4d (patch)
tree41f8883f35f567f13049fe3087d4d01490a2b458 /bfd/Makefile.in
parent188c635fbb8b6b15ffd3a12f2665dc17d09ff947 (diff)
downloadgdb-d9e771e3b02d6f7bffcd46e5af40724a0bea4c4d.zip
gdb-d9e771e3b02d6f7bffcd46e5af40724a0bea4c4d.tar.gz
gdb-d9e771e3b02d6f7bffcd46e5af40724a0bea4c4d.tar.bz2
* core.c: Renamed to corefile.c
* makefile.dos (OBJS): Change core.o to corefile.o * Makefile.in (CFILES, BFD_LIBS): Use corefile.c instead of core.c
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r--bfd/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in
index ddf0233..7cfb7b6 100644
--- a/bfd/Makefile.in
+++ b/bfd/Makefile.in
@@ -83,7 +83,7 @@ BFD_H = bfd.h
# need two copies of the executable, one to download and one for the
# debugger).
BFD_LIBS = \
- archive.o archures.o bfd.o cache.o coffgen.o core.o \
+ archive.o archures.o bfd.o cache.o coffgen.o corefile.o \
format.o init.o libbfd.o opncls.o reloc.o \
section.o syms.o targets.o hash.o linker.o \
elf.o srec.o binary.o tekhex.o
@@ -263,7 +263,7 @@ CFILES = libbfd.c opncls.c bfd.c archive.c targets.c cache.c \
coff-i960.c srec.c binary.c tekhex.c oasys.c ieee.c aout0.c \
ecoff.c ecofflink.c coff-m68k.c coff-u68k.c coff-apollo.c \
coff-a29k.c coff-pmac.c coff-rs6000.c coff-sparc.c coffgen.c \
- format.c section.c core.c syms.c stab-syms.c reloc.c init.c \
+ format.c section.c corefile.c syms.c stab-syms.c reloc.c init.c \
coff-m88k.c coff-mips.c coff-sh.c trad-core.c cisco-core.c newsos3.c \
i386aout.c i386linux.c i386mach3.c i386netbsd.c i386os9k.c \
bout.c aout-adobe.c coff-we32k.c coff-w65.c \
@@ -636,7 +636,7 @@ coffgen.o: coffgen.c $(INCDIR)/coff/internal.h libcoff.h \
$(INCDIR)/bfdlink.h
format.o: format.c
section.o: section.c
-core.o: core.c
+corefile.o: corefile.c
syms.o: syms.c $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def
stab-syms.o: stab-syms.c libaout.h $(INCDIR)/bfdlink.h \
$(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab.def