diff options
author | Alan Modra <amodra@gmail.com> | 2008-05-14 06:45:42 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2008-05-14 06:45:42 +0000 |
commit | 8944f3c2775287a2e34027b8ce4d2823eb304013 (patch) | |
tree | ca41d4d5db6213fd3bec56434ff6bb827817f286 /gprof | |
parent | 20c625669c8a34593ff477627c9c0f92d310d31d (diff) | |
download | gdb-8944f3c2775287a2e34027b8ce4d2823eb304013.zip gdb-8944f3c2775287a2e34027b8ce4d2823eb304013.tar.gz gdb-8944f3c2775287a2e34027b8ce4d2823eb304013.tar.bz2 |
update dependencies
Diffstat (limited to 'gprof')
-rw-r--r-- | gprof/ChangeLog | 14 | ||||
-rw-r--r-- | gprof/Makefile.in | 4 |
2 files changed, 12 insertions, 6 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog index f7db976..50baf1e 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,7 @@ +2008-05-14 Alan Modra <amodra@bigpond.net.au> + + * Makefile.in: Regenerate. + 2008-04-23 Paolo Bonzini <bonzini@gnu.org> * aclocal.m4: Regenerate. @@ -104,7 +108,7 @@ flat_bl.m, gmon_io.c, gmon_io.h, gmon_out.h, hist.c, hist.h, search_list.c, search_list.h, source.c, source.h, sym_ids.c, sym_ids.h, symtab.c, symtab.h: Likewise. - + 2007-07-05 Tristan Gingold <gingold@adacore.com> * corefile.c (core_sym_class): Do not discard nested subprograms. @@ -198,7 +202,7 @@ clip symbol address range here. * vax.c (vax_find_call): Don't check for core_text_space, or clip the symbol's address range here. - Use hist_check_address to check call's target address. + Use hist_check_address to check call's target address. * sparc.c: Likewise. * tahoe.c: Likewise. * i386.c: Likewise. @@ -206,7 +210,7 @@ address for code accesses, just like other machine-specific routines do. * gprof.texi: Adjust for the new logic. - + 2007-03-28 Richard Sandiford <richard@codesourcery.com> Phil Edwards <phil@codesourcery.com> @@ -364,8 +368,8 @@ 2006-04-06 Carlos O'Donell <carlos@codesourcery.com> * po/Make-in: Add install-html target. - * Makefile.am: Add install-html, install-html-am and - install-html-recursive targets. + * Makefile.am: Add install-html, install-html-am and + install-html-recursive targets. * Makefile.in: Regenerate. * configure.in: AC_SUBST datarootdir, docdir, htmldir. * configure: Regenerate. diff --git a/gprof/Makefile.in b/gprof/Makefile.in index 42c0046..efa9181 100644 --- a/gprof/Makefile.in +++ b/gprof/Makefile.in @@ -52,7 +52,9 @@ am__aclocal_m4_deps = $(top_srcdir)/../bfd/warning.m4 \ $(top_srcdir)/../config/depstand.m4 \ $(top_srcdir)/../config/gettext-sister.m4 \ $(top_srcdir)/../config/lead-dot.m4 \ - $(top_srcdir)/../config/nls.m4 $(top_srcdir)/../config/po.m4 \ + $(top_srcdir)/../config/nls.m4 \ + $(top_srcdir)/../config/override.m4 \ + $(top_srcdir)/../config/po.m4 \ $(top_srcdir)/../config/proginstall.m4 \ $(top_srcdir)/../config/progtest.m4 \ $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \ |