mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-11 02:04:56 +08:00
t-elf: Remove obsolete rules adding dependencies on tm.h.
* config/mips/t-elf: Remove obsolete rules adding dependencies on tm.h. * config/mips/t-isa3264, config/mips/t-r3900: Likewise. * config/mips/t-sr71k: Likewise. From-SVN: r66892
This commit is contained in:
parent
15a5dddcc7
commit
190162de1d
@ -1,3 +1,9 @@
|
||||
2003-05-16 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
|
||||
|
||||
* config/mips/t-elf: Remove obsolete rules adding dependencies on tm.h.
|
||||
* config/mips/t-isa3264, config/mips/t-r3900: Likewise.
|
||||
* config/mips/t-sr71k: Likewise.
|
||||
|
||||
2003-05-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
||||
|
||||
* arc.c (arc_output_function_prologue,
|
||||
|
@ -39,34 +39,3 @@ EXTRA_MULTILIB_PARTS = crtbegin.o crtend.o crti.o crtn.o
|
||||
|
||||
LIBGCC = stmp-multilib
|
||||
INSTALL_LIBGCC = install-multilib
|
||||
|
||||
# Add additional dependencies to recompile selected modules whenever the
|
||||
# tm.h file changes. The files compiled are:
|
||||
#
|
||||
# gcc.c (*_SPEC changes)
|
||||
# toplev.c (new switches + assembly output changes)
|
||||
# sdbout.c (debug format changes)
|
||||
# dbxout.c (debug format changes)
|
||||
# dwarfout.c (debug format changes)
|
||||
# final.c (assembly output changes)
|
||||
# varasm.c (assembly output changes)
|
||||
# cse.c (cost functions)
|
||||
# insn-output.c (possible ifdef changes in tm.h)
|
||||
# regclass.c (fixed/call used register changes)
|
||||
# explow.c (GO_IF_LEGITIMATE_ADDRESS)
|
||||
# recog.c (GO_IF_LEGITIMATE_ADDRESS)
|
||||
# reload.c (GO_IF_LEGITIMATE_ADDRESS)
|
||||
|
||||
gcc.o: $(CONFIG2_H)
|
||||
toplev.o: $(CONFIG2_H)
|
||||
sdbout.o: $(CONFIG2_H)
|
||||
dbxout.o: $(CONFIG2_H)
|
||||
dwarfout.o: $(CONFIG2_H)
|
||||
final.o: $(CONFIG2_H)
|
||||
varasm.o: $(CONFIG2_H)
|
||||
cse.o: $(CONFIG2_H)
|
||||
insn-output.o: $(CONFIG2_H)
|
||||
regclass.o: $(CONFIG2_H)
|
||||
explow.o: $(CONFIG2_H)
|
||||
recog.o: $(CONFIG2_H)
|
||||
reload.o: $(CONFIG2_H)
|
||||
|
@ -1,5 +1,3 @@
|
||||
CONFIG2_H = $(srcdir)/config/mips/elf.h $(srcdir)/config/mips/mips.h
|
||||
|
||||
# Don't let CTOR_LIST end up in sdata section.
|
||||
CRTSTUFF_T_CFLAGS = -G 0
|
||||
|
||||
@ -40,36 +38,3 @@ EXTRA_MULTILIB_PARTS = crtbegin.o crtend.o crti.o crtn.o
|
||||
|
||||
LIBGCC = stmp-multilib
|
||||
INSTALL_LIBGCC = install-multilib
|
||||
|
||||
# Add additional dependencies to recompile selected modules whenever the
|
||||
# tm.h file changes. The files compiled are:
|
||||
#
|
||||
# gcc.c (*_SPEC changes)
|
||||
# toplev.c (new switches + assembly output changes)
|
||||
# sdbout.c (debug format changes)
|
||||
# dbxout.c (debug format changes)
|
||||
# dwarfout.c (debug format changes)
|
||||
# final.c (assembly output changes)
|
||||
# varasm.c (assembly output changes)
|
||||
# cse.c (cost functions)
|
||||
# insn-output.c (possible ifdef changes in tm.h)
|
||||
# regclass.c (fixed/call used register changes)
|
||||
# cccp.c (new preprocessor macros, -v version #)
|
||||
# explow.c (GO_IF_LEGITIMATE_ADDRESS)
|
||||
# recog.c (GO_IF_LEGITIMATE_ADDRESS)
|
||||
# reload.c (GO_IF_LEGITIMATE_ADDRESS)
|
||||
|
||||
gcc.o: $(CONFIG2_H)
|
||||
toplev.o: $(CONFIG2_H)
|
||||
sdbout.o: $(CONFIG2_H)
|
||||
dbxout.o: $(CONFIG2_H)
|
||||
dwarfout.o: $(CONFIG2_H)
|
||||
final.o: $(CONFIG2_H)
|
||||
varasm.o: $(CONFIG2_H)
|
||||
cse.o: $(CONFIG2_H)
|
||||
insn-output.o: $(CONFIG2_H)
|
||||
regclass.o: $(CONFIG2_H)
|
||||
cccp.o: $(CONFIG2_H)
|
||||
explow.o: $(CONFIG2_H)
|
||||
recog.o: $(CONFIG2_H)
|
||||
reload.o: $(CONFIG2_H)
|
||||
|
@ -29,34 +29,3 @@ MULTILIB_MATCHES = EL=mel EB=meb
|
||||
|
||||
LIBGCC = stmp-multilib
|
||||
INSTALL_LIBGCC = install-multilib
|
||||
|
||||
# Add additional dependencies to recompile selected modules whenever the
|
||||
# tm.h file changes. The files compiled are:
|
||||
#
|
||||
# gcc.c (*_SPEC changes)
|
||||
# toplev.c (new switches + assembly output changes)
|
||||
# sdbout.c (debug format changes)
|
||||
# dbxout.c (debug format changes)
|
||||
# dwarfout.c (debug format changes)
|
||||
# final.c (assembly output changes)
|
||||
# varasm.c (assembly output changes)
|
||||
# cse.c (cost functions)
|
||||
# insn-output.c (possible ifdef changes in tm.h)
|
||||
# regclass.c (fixed/call used register changes)
|
||||
# explow.c (GO_IF_LEGITIMATE_ADDRESS)
|
||||
# recog.c (GO_IF_LEGITIMATE_ADDRESS)
|
||||
# reload.c (GO_IF_LEGITIMATE_ADDRESS)
|
||||
|
||||
gcc.o: $(CONFIG2_H)
|
||||
toplev.o: $(CONFIG2_H)
|
||||
sdbout.o: $(CONFIG2_H)
|
||||
dbxout.o: $(CONFIG2_H)
|
||||
dwarfout.o: $(CONFIG2_H)
|
||||
final.o: $(CONFIG2_H)
|
||||
varasm.o: $(CONFIG2_H)
|
||||
cse.o: $(CONFIG2_H)
|
||||
insn-output.o: $(CONFIG2_H)
|
||||
regclass.o: $(CONFIG2_H)
|
||||
explow.o: $(CONFIG2_H)
|
||||
recog.o: $(CONFIG2_H)
|
||||
reload.o: $(CONFIG2_H)
|
||||
|
@ -1,5 +1,3 @@
|
||||
CONFIG2_H = $(srcdir)/config/mips/elf.h $(srcdir)/config/mips/mips.h
|
||||
|
||||
# Suppress building libgcc1.a, since the MIPS compiler port is complete
|
||||
# and does not need anything from libgcc1.a.
|
||||
LIBGCC1 =
|
||||
@ -51,36 +49,3 @@ MULTILIB_DIRNAMES = el eb soft-float mips2
|
||||
|
||||
LIBGCC = stmp-multilib
|
||||
INSTALL_LIBGCC = install-multilib
|
||||
|
||||
# Add additional dependencies to recompile selected modules whenever the
|
||||
# tm.h file changes. The files compiled are:
|
||||
#
|
||||
# gcc.c (*_SPEC changes)
|
||||
# toplev.c (new switches + assembly output changes)
|
||||
# sdbout.c (debug format changes)
|
||||
# dbxout.c (debug format changes)
|
||||
# dwarfout.c (debug format changes)
|
||||
# final.c (assembly output changes)
|
||||
# varasm.c (assembly output changes)
|
||||
# cse.c (cost functions)
|
||||
# insn-output.c (possible ifdef changes in tm.h)
|
||||
# regclass.c (fixed/call used register changes)
|
||||
# cccp.c (new preprocessor macros, -v version #)
|
||||
# explow.c (GO_IF_LEGITIMATE_ADDRESS)
|
||||
# recog.c (GO_IF_LEGITIMATE_ADDRESS)
|
||||
# reload.c (GO_IF_LEGITIMATE_ADDRESS)
|
||||
|
||||
gcc.o: $(CONFIG2_H)
|
||||
toplev.o: $(CONFIG2_H)
|
||||
sdbout.o: $(CONFIG2_H)
|
||||
dbxout.o: $(CONFIG2_H)
|
||||
dwarfout.o: $(CONFIG2_H)
|
||||
final.o: $(CONFIG2_H)
|
||||
varasm.o: $(CONFIG2_H)
|
||||
cse.o: $(CONFIG2_H)
|
||||
insn-output.o: $(CONFIG2_H)
|
||||
regclass.o: $(CONFIG2_H)
|
||||
cccp.o: $(CONFIG2_H)
|
||||
explow.o: $(CONFIG2_H)
|
||||
recog.o: $(CONFIG2_H)
|
||||
reload.o: $(CONFIG2_H)
|
||||
|
Loading…
Reference in New Issue
Block a user