* Makefile.am: Rebuild dependencies.
($(OBJS)): Don't depend upon struc-symbol.h. (.dep1, .tcdep, .objdep): Create itbl-parse.h. * dep-in.sed: Don't remove struc-symbol.h. * Makefile.in: Rebuild.
This commit is contained in:
parent
b401371382
commit
6104f0a06c
4 changed files with 1265 additions and 434 deletions
|
@ -1,5 +1,11 @@
|
||||||
1999-06-03 Ian Lance Taylor <ian@zembu.com>
|
1999-06-03 Ian Lance Taylor <ian@zembu.com>
|
||||||
|
|
||||||
|
* Makefile.am: Rebuild dependencies.
|
||||||
|
($(OBJS)): Don't depend upon struc-symbol.h.
|
||||||
|
(.dep1, .tcdep, .objdep): Create itbl-parse.h.
|
||||||
|
* dep-in.sed: Don't remove struc-symbol.h.
|
||||||
|
* Makefile.in: Rebuild.
|
||||||
|
|
||||||
* doc/internals.texi (Symbols): Describe changes in symbol
|
* doc/internals.texi (Symbols): Describe changes in symbol
|
||||||
handling.
|
handling.
|
||||||
|
|
||||||
|
|
|
@ -419,7 +419,7 @@ as_new_DEPENDENCIES = $(TARG_CPU_O) $(OBJ_FORMAT_O) $(ATOF_TARG_O) \
|
||||||
# Stuff that every object file depends upon. If anything is removed
|
# Stuff that every object file depends upon. If anything is removed
|
||||||
# from this list, remove it from dep-in.sed as well.
|
# from this list, remove it from dep-in.sed as well.
|
||||||
$(OBJS): config.h as.h $(TARG_ENV_H) $(OBJ_FORMAT_H) $(TARG_CPU_H) flonum.h \
|
$(OBJS): config.h as.h $(TARG_ENV_H) $(OBJ_FORMAT_H) $(TARG_CPU_H) flonum.h \
|
||||||
expr.h struc-symbol.h write.h frags.h hash.h read.h symbols.h tc.h \
|
expr.h write.h frags.h hash.h read.h symbols.h tc.h \
|
||||||
obj.h listing.h bignum.h bit_fix.h $(INCDIR)/libiberty.h asintl.h
|
obj.h listing.h bignum.h bit_fix.h $(INCDIR)/libiberty.h asintl.h
|
||||||
|
|
||||||
gasp_new_SOURCES = gasp.c macro.c sb.c hash.c
|
gasp_new_SOURCES = gasp.c macro.c sb.c hash.c
|
||||||
|
@ -712,6 +712,7 @@ DEP_FILE_DEPS = $(CFILES) $(HFILES) $(TARGET_CPU_CFILES) \
|
||||||
echo '' > obj-format.h; \
|
echo '' > obj-format.h; \
|
||||||
echo '' > targ-env.h; \
|
echo '' > targ-env.h; \
|
||||||
echo '' > itbl-cpu.h; \
|
echo '' > itbl-cpu.h; \
|
||||||
|
echo '' > itbl-parse.h; \
|
||||||
echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > .dep; \
|
echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > .dep; \
|
||||||
$(DEP) -f .dep -DBFD_ASSEMBLER -I. -I.. -I$${srcdir} -I../../bfd $(DEP_INCLUDES) $?
|
$(DEP) -f .dep -DBFD_ASSEMBLER -I. -I.. -I$${srcdir} -I../../bfd $(DEP_INCLUDES) $?
|
||||||
sed -e '/IF YOU PUT ANYTHING/,$$d' < .depdir/.dep > .dep1
|
sed -e '/IF YOU PUT ANYTHING/,$$d' < .depdir/.dep > .dep1
|
||||||
|
@ -731,6 +732,7 @@ DEP_FILE_DEPS = $(CFILES) $(HFILES) $(TARGET_CPU_CFILES) \
|
||||||
echo '#include "obj-'"$${o}"'.h"' > obj-format.h; \
|
echo '#include "obj-'"$${o}"'.h"' > obj-format.h; \
|
||||||
echo '#include "te-generic.h"' > targ-env.h; \
|
echo '#include "te-generic.h"' > targ-env.h; \
|
||||||
echo '' > itbl-cpu.h; \
|
echo '' > itbl-cpu.h; \
|
||||||
|
echo '' > itbl-parse.h; \
|
||||||
echo '#include "opcodes/'"$${c}"'-desc.h"' > cgen-desc.h; \
|
echo '#include "opcodes/'"$${c}"'-desc.h"' > cgen-desc.h; \
|
||||||
rm -f dummy.c; \
|
rm -f dummy.c; \
|
||||||
cp $${srcdir}/config/tc-$${c}.c dummy.c; \
|
cp $${srcdir}/config/tc-$${c}.c dummy.c; \
|
||||||
|
@ -777,6 +779,7 @@ DEP_FILE_DEPS = $(CFILES) $(HFILES) $(TARGET_CPU_CFILES) \
|
||||||
echo '#include "obj-'"$${o}"'.h"' > obj-format.h; \
|
echo '#include "obj-'"$${o}"'.h"' > obj-format.h; \
|
||||||
echo '#include "te-generic.h"' > targ-env.h; \
|
echo '#include "te-generic.h"' > targ-env.h; \
|
||||||
echo '' > itbl-cpu.h; \
|
echo '' > itbl-cpu.h; \
|
||||||
|
echo '' > itbl-parse.h; \
|
||||||
rm -f dummy.c; \
|
rm -f dummy.c; \
|
||||||
cp $${srcdir}/config/obj-$${o}.c dummy.c; \
|
cp $${srcdir}/config/obj-$${o}.c dummy.c; \
|
||||||
echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > .dep; \
|
echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > .dep; \
|
||||||
|
@ -882,7 +885,7 @@ atof-generic.o: atof-generic.c
|
||||||
bignum-copy.o: bignum-copy.c
|
bignum-copy.o: bignum-copy.c
|
||||||
cond.o: cond.c macro.h sb.h $(INCDIR)/obstack.h
|
cond.o: cond.c macro.h sb.h $(INCDIR)/obstack.h
|
||||||
depend.o: depend.c
|
depend.o: depend.c
|
||||||
dwarf2dbg.o: dwarf2dbg.c dwarf2dbg.h subsegs.h
|
dwarf2dbg.o: dwarf2dbg.c dwarf2dbg.h subsegs.h $(INCDIR)/obstack.h
|
||||||
ecoff.o: ecoff.c
|
ecoff.o: ecoff.c
|
||||||
ehopt.o: ehopt.c subsegs.h $(INCDIR)/obstack.h $(INCDIR)/elf/dwarf2.h
|
ehopt.o: ehopt.c subsegs.h $(INCDIR)/obstack.h $(INCDIR)/elf/dwarf2.h
|
||||||
expr.o: expr.c $(INCDIR)/obstack.h
|
expr.o: expr.c $(INCDIR)/obstack.h
|
||||||
|
@ -890,7 +893,7 @@ flonum-copy.o: flonum-copy.c
|
||||||
flonum-konst.o: flonum-konst.c
|
flonum-konst.o: flonum-konst.c
|
||||||
flonum-mult.o: flonum-mult.c
|
flonum-mult.o: flonum-mult.c
|
||||||
frags.o: frags.c subsegs.h $(INCDIR)/obstack.h
|
frags.o: frags.c subsegs.h $(INCDIR)/obstack.h
|
||||||
hash.o: hash.c
|
hash.o: hash.c $(INCDIR)/obstack.h
|
||||||
input-file.o: input-file.c input-file.h
|
input-file.o: input-file.c input-file.h
|
||||||
input-scrub.o: input-scrub.c input-file.h sb.h
|
input-scrub.o: input-scrub.c input-file.h sb.h
|
||||||
listing.o: listing.c input-file.h subsegs.h
|
listing.o: listing.c input-file.h subsegs.h
|
||||||
|
@ -904,9 +907,11 @@ sb.o: sb.c sb.h
|
||||||
stabs.o: stabs.c $(INCDIR)/obstack.h subsegs.h ecoff.h \
|
stabs.o: stabs.c $(INCDIR)/obstack.h subsegs.h ecoff.h \
|
||||||
$(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def
|
$(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def
|
||||||
subsegs.o: subsegs.c subsegs.h $(INCDIR)/obstack.h
|
subsegs.o: subsegs.c subsegs.h $(INCDIR)/obstack.h
|
||||||
symbols.o: symbols.c $(INCDIR)/obstack.h subsegs.h
|
symbols.o: symbols.c $(INCDIR)/obstack.h subsegs.h \
|
||||||
|
struc-symbol.h
|
||||||
write.o: write.c subsegs.h $(INCDIR)/obstack.h output-file.h
|
write.o: write.c subsegs.h $(INCDIR)/obstack.h output-file.h
|
||||||
gasp.o: gasp.c sb.h macro.h
|
gasp.o: gasp.c sb.h macro.h
|
||||||
|
itbl-ops.o: itbl-ops.c itbl-ops.h itbl-parse.h
|
||||||
e-i386coff.o: $(srcdir)/config/e-i386coff.c emul.h \
|
e-i386coff.o: $(srcdir)/config/e-i386coff.c emul.h \
|
||||||
emul-target.h
|
emul-target.h
|
||||||
e-i386elf.o: $(srcdir)/config/e-i386elf.c emul.h emul-target.h
|
e-i386elf.o: $(srcdir)/config/e-i386elf.c emul.h emul-target.h
|
||||||
|
|
1679
gas/Makefile.in
1679
gas/Makefile.in
File diff suppressed because it is too large
Load diff
|
@ -18,7 +18,6 @@ s! obj-format.h!!g
|
||||||
s! targ-cpu.h!!g
|
s! targ-cpu.h!!g
|
||||||
s! flonum.h!!g
|
s! flonum.h!!g
|
||||||
s! expr.h!!g
|
s! expr.h!!g
|
||||||
s! struc-symbol.h!!g
|
|
||||||
s! write.h!!g
|
s! write.h!!g
|
||||||
s! frags.h!!g
|
s! frags.h!!g
|
||||||
s! hash.h!!g
|
s! hash.h!!g
|
||||||
|
|
Loading…
Reference in a new issue