diff options
author | Jason Thorpe <thorpej@netbsd.org> | 2002-01-26 17:19:35 +0000 |
---|---|---|
committer | Jason Thorpe <thorpej@netbsd.org> | 2002-01-26 17:19:35 +0000 |
commit | ec0806ec8163a1819054c7ac01dfd465d4b15aef (patch) | |
tree | 9c187a22f384ede7e8fc12e62c57dd786f13ad62 /gprof/ChangeLog | |
parent | 9cb61eabc1602dbecf3c3aa58c568284e76e6d7d (diff) | |
download | gdb-ec0806ec8163a1819054c7ac01dfd465d4b15aef.zip gdb-ec0806ec8163a1819054c7ac01dfd465d4b15aef.tar.gz gdb-ec0806ec8163a1819054c7ac01dfd465d4b15aef.tar.bz2 |
* mips.c: New file.
* Makefile.am (sources): Add mips.c.
(mips.o): New rule.
* Makefile.in: Regenerate.
* corefile.c: Update copyright years.
(find_call): Call mips_find_call for bfd_arch_mips.
Diffstat (limited to 'gprof/ChangeLog')
-rw-r--r-- | gprof/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog index 8193940..d9223c9 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,12 @@ +2002-01-26 Jason Thorpe <thorpej@wasabisystems.com> + + * mips.c: New file. + * Makefile.am (sources): Add mips.c. + (mips.o): New rule. + * Makefile.in: Regenerate. + * corefile.c: Update copyright years. + (find_call): Call mips_find_call for bfd_arch_mips. + 2002-01-26 Nick Clifton <nickc@cambridge.redhat.com> * po/fr.po: Updated version. |