diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 32892ec..949a9fd 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2009-01-09 Joel Brobecker <brobecker@adacore.com> + * arch-utils.c (gdbarch_update_p): Use host_address_to_string + to print the address of the gdbarch pointer. + +2009-01-09 Joel Brobecker <brobecker@adacore.com> + * gdbarch.sh: Fix all the compilation errors on amd64-windows due to casting a pointer to a long when printing a function address. Instead, use host_address_to_string to convert our |