diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 29714984f40..c828aa41095 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -573,7 +573,7 @@ 2002-10-11 Klee Dienes - * findvar.c (read_memory_typed_address): New function. + * corefile.c (read_memory_typed_address): New function. * gdbcore.h (read_memory_typed_address): Add prototype. * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address to read a value destined for a CORE_ADDR, not read_memory_integer.