aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2004-03-17 00:21:17 +0000
committerMark Kettenis <kettenis@gnu.org>2004-03-17 00:21:17 +0000
commit3248c325226a9137bbeacce72d7a379798ee69b9 (patch)
tree3a1e869524b0f355e0e2b4d1e336a12233943ceb /gdb
parentc1824f07114ba2032cb565ba1b773df3c97c8fdb (diff)
downloadgdb-3248c325226a9137bbeacce72d7a379798ee69b9.zip
gdb-3248c325226a9137bbeacce72d7a379798ee69b9.tar.gz
gdb-3248c325226a9137bbeacce72d7a379798ee69b9.tar.bz2
Fix typo in ChangeLog entry.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 0fbac05..51ad290 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 <m.kettenis@osp.nl>
+2004-03-15 Mark Kettenis <kettenis@gnu.org>
* 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 <kettenis@gnu.org>