mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +08:00
* Makefile.in (clean): Remove bfd.h and stmp-bfd.h.
(realclean): Remove generated headers.
This commit is contained in:
@ -1,3 +1,15 @@
|
|||||||
|
Fri Jul 2 18:27:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||||
|
|
||||||
|
* Makefile.in (clean): Remove bfd.h and stmp-bfd.h.
|
||||||
|
(realclean): Remove generated headers.
|
||||||
|
|
||||||
|
Fri Jul 2 14:51:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
|
||||||
|
|
||||||
|
* section.c (bfd_set_section_content): Deny if file is not opened with
|
||||||
|
the proper mode, set output_has_begun if file is openened for update.
|
||||||
|
* aoutx.h (aout_*_set_section_content): Remove checks that are now
|
||||||
|
done in bfd_set_section_content.
|
||||||
|
|
||||||
Fri Jul 2 09:25:20 1993 Ian Lance Taylor (ian@cygnus.com)
|
Fri Jul 2 09:25:20 1993 Ian Lance Taylor (ian@cygnus.com)
|
||||||
|
|
||||||
* hosts/std-host.h: Removed declarations of printf, fprintf,
|
* hosts/std-host.h: Removed declarations of printf, fprintf,
|
||||||
|
@ -58,7 +58,7 @@ RANLIB = ranlib
|
|||||||
CC_FOR_BUILD = $(CC)
|
CC_FOR_BUILD = $(CC)
|
||||||
|
|
||||||
INCDIR = $(srcdir)/../include
|
INCDIR = $(srcdir)/../include
|
||||||
CSEARCH = -I. -I$(srcdir) -I../include -I$(INCDIR)
|
CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
|
||||||
DEP = mkdep
|
DEP = mkdep
|
||||||
|
|
||||||
SUBDIRS = doc
|
SUBDIRS = doc
|
||||||
@ -77,21 +77,22 @@ BFD_MACHINES = cpu-h8300.o cpu-i960.o cpu-sparc.o cpu-m68k.o cpu-m88k.o \
|
|||||||
cpu-vax.o cpu-mips.o cpu-a29k.o cpu-i386.o cpu-rs6000.o cpu-hppa.o \
|
cpu-vax.o cpu-mips.o cpu-a29k.o cpu-i386.o cpu-rs6000.o cpu-hppa.o \
|
||||||
cpu-z8k.o cpu-we32k.o cpu-h8500.o cpu-alpha.o cpu-sh.o
|
cpu-z8k.o cpu-we32k.o cpu-h8500.o cpu-alpha.o cpu-sh.o
|
||||||
|
|
||||||
BFD32_BACKENDS = aout32.o sunos.o newsos3.o mipsbsd.o aout-adobe.o \
|
BFD32_BACKENDS = \
|
||||||
i386aout.o i386bsd.o i386linux.o i386lynx.o \
|
|
||||||
coff-i960.o coff-a29k.o coff-m68k.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-msym.o \
|
|
||||||
elf.o \
|
elf.o \
|
||||||
elf32.o elf32-sparc.o elf32-i386.o elf32-i860.o elf32-m68k.o \
|
elf32.o elf32-sparc.o elf32-i386.o elf32-i860.o elf32-m68k.o \
|
||||||
elf32-hppa.o elf32-mips.o elf32-m88k.o elf32-generic.o \
|
elf32-hppa.o elf32-mips.o elf32-m88k.o elf32-generic.o \
|
||||||
bout.o \
|
aout32.o sunos.o newsos3.o mipsbsd.o aout-adobe.o \
|
||||||
hppa.o oasys.o ieee.o srec.o stab-syms.o coff-alpha.o coff-sh.o \
|
i386aout.o i386bsd.o i386linux.o i386lynx.o \
|
||||||
hp300hpux.o
|
hp300hpux.o bout.o \
|
||||||
|
coff-i960.o coff-a29k.o coff-m68k.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-msym.o coff-alpha.o coff-sh.o \
|
||||||
|
hppa.o oasys.o ieee.o srec.o \
|
||||||
|
stab-syms.o
|
||||||
|
|
||||||
BFD64_BACKENDS = \
|
BFD64_BACKENDS = \
|
||||||
aout64.o demo64.o \
|
elf64.o elf64-generic.o \
|
||||||
elf64.o
|
aout64.o demo64.o
|
||||||
|
|
||||||
OPTIONAL_BACKENDS = trad-core.o
|
OPTIONAL_BACKENDS = trad-core.o
|
||||||
|
|
||||||
@ -102,6 +103,8 @@ OPTIONAL_BACKENDS = trad-core.o
|
|||||||
# Currently, all this does is control the target_vector in targets.c.
|
# Currently, all this does is control the target_vector in targets.c.
|
||||||
# MINIMIZE=0
|
# MINIMIZE=0
|
||||||
|
|
||||||
|
all:
|
||||||
|
|
||||||
#### host and target dependent Makefile fragments come in here.
|
#### host and target dependent Makefile fragments come in here.
|
||||||
###
|
###
|
||||||
|
|
||||||
@ -197,10 +200,11 @@ TAGS: force
|
|||||||
do_mostlyclean:
|
do_mostlyclean:
|
||||||
rm -f *.o *~ core *.E *.p *.ip aout-params.h gen-aout
|
rm -f *.o *~ core *.E *.p *.ip aout-params.h gen-aout
|
||||||
do_clean: do_mostlyclean
|
do_clean: do_mostlyclean
|
||||||
rm -f libbfd.a TAGS
|
rm -f libbfd.a TAGS bfd.h stmp-bfd.h
|
||||||
do_distclean: do_clean
|
do_distclean: do_clean
|
||||||
rm -f Makefile config.status sysdep.h
|
rm -f Makefile config.status sysdep.h
|
||||||
do_realclean: do_distclean
|
do_realclean: do_distclean
|
||||||
|
rm -f $(srcdir)/libcoff.h $(srcdir)/libbfd.h $(BFDIN_H)
|
||||||
|
|
||||||
mostlyclean: do_mostlyclean
|
mostlyclean: do_mostlyclean
|
||||||
$(MAKE) subdir_do DO=mostlyclean "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
|
$(MAKE) subdir_do DO=mostlyclean "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
|
||||||
@ -444,7 +448,7 @@ bout.o : bout.c $(BFD_H) $(INCDIR)/obstack.h libbfd.h \
|
|||||||
$(INCDIR)/bout.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def libaout.h
|
$(INCDIR)/bout.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def libaout.h
|
||||||
mipsbsd.o : mipsbsd.c $(BFD_H) $(INCDIR)/obstack.h \
|
mipsbsd.o : mipsbsd.c $(BFD_H) $(INCDIR)/obstack.h \
|
||||||
libbfd.h libaout.h
|
libbfd.h libaout.h
|
||||||
elf.o : $(BFD_H) $(INCDIR)/obstack.h
|
elf.o : elf.c libelf.h libbfd.h $(BFD_H) $(INCDIR)/obstack.h
|
||||||
elf32.o : elf32.c elfcode.h libelf.h libbfd.h $(BFD_H) \
|
elf32.o : elf32.c elfcode.h libelf.h libbfd.h $(BFD_H) \
|
||||||
$(INCDIR)/obstack.h
|
$(INCDIR)/obstack.h
|
||||||
elf32-sparc.o : elf32-sparc.c libelf.h libbfd.h $(BFD_H) \
|
elf32-sparc.o : elf32-sparc.c libelf.h libbfd.h $(BFD_H) \
|
||||||
@ -465,6 +469,8 @@ elf32-generic.o : elf32-generic.c libelf.h libbfd.h \
|
|||||||
$(BFD_H) $(INCDIR)/obstack.h
|
$(BFD_H) $(INCDIR)/obstack.h
|
||||||
elf64.o : elf64.c elfcode.h libelf.h libbfd.h $(BFD_H) \
|
elf64.o : elf64.c elfcode.h libelf.h libbfd.h $(BFD_H) \
|
||||||
$(INCDIR)/obstack.h
|
$(INCDIR)/obstack.h
|
||||||
|
elf64-generic.o : elf64-generic.c libelf.h libbfd.h \
|
||||||
|
$(BFD_H) $(INCDIR)/obstack.h
|
||||||
|
|
||||||
# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
|
# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user