diff options
author | Joel Brobecker <brobecker@gnat.com> | 2009-01-09 11:06:48 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2009-01-09 11:06:48 +0000 |
commit | 30737ed99f1a8fa9877d114c25f6301b9b0cc915 (patch) | |
tree | d6ec15d1aade2552e28848933f2cd69db56bd18f /gdb/ChangeLog | |
parent | ec4dfccf285aab604a0d0cab1bec31da5b3e65e4 (diff) | |
download | gdb-30737ed99f1a8fa9877d114c25f6301b9b0cc915.zip gdb-30737ed99f1a8fa9877d114c25f6301b9b0cc915.tar.gz gdb-30737ed99f1a8fa9877d114c25f6301b9b0cc915.tar.bz2 |
* 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
address to a string.
* gdbarch.c: Regenerate.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index aca2e22..32892ec 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,13 @@ 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 + address to a string. + * gdbarch.c: Regenerate. + +2009-01-09 Joel Brobecker <brobecker@adacore.com> + * event-top.c (async_disconnect, async_stop_sig): use "raise" instead of "kill" to raise a signal. |