diff options
author | Alan Modra <amodra@bigpond.net.au> | 2008-05-14 06:45:42 +0000 |
---|---|---|
committer | Alan Modra <amodra@bigpond.net.au> | 2008-05-14 06:45:42 +0000 |
commit | 1fd915bfa941f7b763a35a3e7831bf9379ed6d04 (patch) | |
tree | 262d945d9e61b4ef8a12711d164be8bead692bbd /gprof | |
parent | 7e6d94476348baef4a3a2b9400a41c64bf38839c (diff) | |
download | binutils-redhat-1fd915bfa941f7b763a35a3e7831bf9379ed6d04.tar.gz |
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 f7db9766f5..50baf1e9fc 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 42c0046c95..efa9181119 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 \ |