diff options
author | Alan Modra <amodra@gmail.com> | 2013-11-02 17:08:44 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2013-11-02 17:08:44 +1030 |
commit | b6254dfcc289903d2c453733429931feb0562eb8 (patch) | |
tree | 2e246ec9135bce36adaedf5c964b725d183757c2 /gprof/ChangeLog | |
parent | cacce40b2df7955f7ba7191c61099e0b7867d416 (diff) | |
download | gdb-b6254dfcc289903d2c453733429931feb0562eb8.zip gdb-b6254dfcc289903d2c453733429931feb0562eb8.tar.gz gdb-b6254dfcc289903d2c453733429931feb0562eb8.tar.bz2 |
Fix gprof build
* Makefile.am (.m.c): Fix input and output file specification.
Diffstat (limited to 'gprof/ChangeLog')
-rw-r--r-- | gprof/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog index fc6cb9f..43dd76a 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,7 @@ +2013-11-02 Alan Modra <amodra@gmail.com> + + * Makefile.am (.m.c): Fix input and output file specification. + 2013-10-09 Nick Clifton <nickc@redhat.com> PR gprof/16027 |