mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-09 21:22:20 +08:00
* mips.c: New file.
* Makefile.am (sources): Add mips.c. (mips.o): New rule. * Makefile.in: Regenerate. * corefile.c: Update copyright years. (find_call): Call mips_find_call for bfd_arch_mips.
This commit is contained in:
@ -23,7 +23,7 @@ bin_PROGRAMS = gprof
|
||||
sources = basic_blocks.c call_graph.c cg_arcs.c cg_dfn.c \
|
||||
cg_print.c corefile.c gmon_io.c gprof.c hertz.c hist.c source.c \
|
||||
search_list.c symtab.c sym_ids.c utils.c \
|
||||
i386.c alpha.c vax.c tahoe.c sparc.c
|
||||
i386.c alpha.c vax.c tahoe.c sparc.c mips.c
|
||||
gprof_SOURCES = $(sources) flat_bl.c bsd_callg_bl.c fsf_callg_bl.c
|
||||
gprof_DEPENDENCIES = ../bfd/libbfd.la ../libiberty/libiberty.a $(INTLDEPS)
|
||||
gprof_LDADD = ../bfd/libbfd.la ../libiberty/libiberty.a $(INTLLIBS)
|
||||
@ -220,6 +220,11 @@ sparc.o: sparc.c gprof.h $(INCDIR)/ansidecl.h $(BFDDIR)/sysdep.h \
|
||||
gconfig.h $(INCDIR)/bin-bugs.h cg_arcs.h symtab.h ../bfd/bfd.h \
|
||||
$(INCDIR)/symcat.h source.h search_list.h corefile.h \
|
||||
hist.h
|
||||
mips.o: mips.c gprof.h $(INCDIR)/ansidecl.h $(BFDDIR)/sysdep.h \
|
||||
../bfd/config.h $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h \
|
||||
gconfig.h $(INCDIR)/bin-bugs.h cg_arcs.h symtab.h ../bfd/bfd.h \
|
||||
$(INCDIR)/symcat.h source.h search_list.h corefile.h \
|
||||
hist.h
|
||||
flat_bl.o: flat_bl.c
|
||||
bsd_callg_bl.o: bsd_callg_bl.c
|
||||
fsf_callg_bl.o: fsf_callg_bl.c
|
||||
|
Reference in New Issue
Block a user