Correct the ChangeLog entry for 2002-10-11 from:

* findvar.c (read_memory_typed_address): New function.
to
        * corefile.c (read_memory_typed_address): New function.
This commit is contained in:
Klee Dienes 2002-11-05 09:20:13 +00:00
parent cc303028fc
commit 69266111ec
1 changed files with 1 additions and 1 deletions

View File

@ -573,7 +573,7 @@
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.