diff options
author | Nick Clifton <nickc@redhat.com> | 2007-07-05 09:07:30 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-07-05 09:07:30 +0000 |
commit | 3289fe0ce07986d2d93e5ac8461e7fc1d43d8012 (patch) | |
tree | db86c16edf7667abba8cb9f4c7b4374ef97e5810 /gprof/Makefile.am | |
parent | 29422971f1854e0b2fef00243c2924ae9f3bdecc (diff) | |
download | binutils-3289fe0ce07986d2d93e5ac8461e7fc1d43d8012.zip binutils-3289fe0ce07986d2d93e5ac8461e7fc1d43d8012.tar.gz binutils-3289fe0ce07986d2d93e5ac8461e7fc1d43d8012.tar.bz2 |
* corefile.c (core_sym_class): Do not discard nested subprograms.
Diffstat (limited to 'gprof/Makefile.am')
-rw-r--r-- | gprof/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gprof/Makefile.am b/gprof/Makefile.am index 7403937..edf4a8e 100644 --- a/gprof/Makefile.am +++ b/gprof/Makefile.am @@ -226,7 +226,7 @@ corefile.o: corefile.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \ gprof.h $(BFDDIR)/sysdep.h ../bfd/config.h $(INCDIR)/ansidecl.h \ $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h ../bfd/bfd.h \ $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h gconfig.h search_list.h \ - source.h symtab.h hist.h corefile.h + source.h symtab.h hist.h corefile.h $(INCDIR)/safe-ctype.h gmon_io.o: gmon_io.c gprof.h $(BFDDIR)/sysdep.h ../bfd/config.h \ $(INCDIR)/ansidecl.h $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h \ ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \ |