mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-09 21:22:20 +08:00
* Many files: Add casts in many print statements to cast bfd_vma
values to unsigned long when calling printf. * Makefile.am ($(OBJECTS)): Add gmon.h. * Makefile.in: Rebuild.
This commit is contained in:
@ -45,7 +45,7 @@ man_MANS = gprof.1
|
||||
|
||||
# Dependencies.
|
||||
$(OBJECTS): ../bfd/bfd.h call_graph.h cg_arcs.h cg_print.h \
|
||||
corefile.h gmon_io.h gmon_out.h gprof.h hertz.h hist.h \
|
||||
corefile.h gmon_io.h gmon.h gmon_out.h gprof.h hertz.h hist.h \
|
||||
search_list.h source.h sym_ids.h symtab.h utils.h \
|
||||
$(srcdir)/../include/libiberty.h $(srcdir)/../bfd/sysdep.h \
|
||||
gconfig.h ../bfd/config.h
|
||||
|
Reference in New Issue
Block a user