diff options
author | Joel Brobecker <brobecker@gnat.com> | 2009-01-09 11:09:08 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2009-01-09 11:09:08 +0000 |
commit | e3cb3832093dc26fbd140363d5696f3ea918f238 (patch) | |
tree | f1f45ffbdb564dce45ba9eec0622325ebd9f9780 /gdb/ChangeLog | |
parent | 30737ed99f1a8fa9877d114c25f6301b9b0cc915 (diff) | |
download | gdb-e3cb3832093dc26fbd140363d5696f3ea918f238.zip gdb-e3cb3832093dc26fbd140363d5696f3ea918f238.tar.gz gdb-e3cb3832093dc26fbd140363d5696f3ea918f238.tar.bz2 |
* arch-utils.c (gdbarch_update_p): Use host_address_to_string
to print the address of the gdbarch pointer.
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 |