]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Correct the ChangeLog entry for 2002-10-11 from:
authorKlee Dienes <kdienes@apple.com>
Tue, 5 Nov 2002 09:20:13 +0000 (09:20 +0000)
committerKlee Dienes <kdienes@apple.com>
Tue, 5 Nov 2002 09:20:13 +0000 (09:20 +0000)
        * findvar.c (read_memory_typed_address): New function.
to
        * corefile.c (read_memory_typed_address): New function.

gdb/ChangeLog

index 29714984f403b77b1c16db9f096f9317915402ee..c828aa4109574294e69d0ea54b2fd22737ae8703 100644 (file)
 
 2002-10-11  Klee Dienes  <kdienes@apple.com>
 
-        * 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.