From: Mark Kettenis Date: Wed, 17 Mar 2004 00:21:17 +0000 (+0000) Subject: Fix typo in ChangeLog entry. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3248c325226a9137bbeacce72d7a379798ee69b9;p=binutils-gdb.git Fix typo in ChangeLog entry. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0fbac0566ad..51ad2904522 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -46,12 +46,12 @@ (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then define unconditionally. -2004-03-15 Mark Kettenis +2004-03-15 Mark Kettenis * i387-tdep.h (i387_collect_fsave): New prototype. * i387-tdep.c (i387_collect_fsave): New function containing most of the code from i387_fill_fsave. - (i387_fill_fsave): Call i387_fill_fsave. + (i387_fill_fsave): Call i387_collect_fsave. 2004-03-15 Mark Kettenis