diff options
author | Joel Brobecker <brobecker@gnat.com> | 2009-01-14 05:27:48 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2009-01-14 05:27:48 +0000 |
commit | a588db63bd94f9c8d43bd33a1dd399ea3bbc8c5b (patch) | |
tree | 87685f9b79d63ae3ed4a8112a2a0ae559a47b5b6 /gdb/ChangeLog | |
parent | abf71725787681a703e07ca8ef5069ee4e51e155 (diff) | |
download | gdb-a588db63bd94f9c8d43bd33a1dd399ea3bbc8c5b.zip gdb-a588db63bd94f9c8d43bd33a1dd399ea3bbc8c5b.tar.gz gdb-a588db63bd94f9c8d43bd33a1dd399ea3bbc8c5b.tar.bz2 |
* windows-nat.c (handle_unload_dll): Use %p to print the DLL
base address instead of casting it to DWORD.
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 c8d7190..f9c0dc9 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2009-01-14 Joel Brobecker <brobecker@adacore.com> + + * windows-nat.c (handle_unload_dll): Use %p to print the DLL + base address instead of casting it to DWORD. + 2009-01-13 Ulrich Weigand <uweigand@de.ibm.com> * dwarf2loc.c (dwarf2_evaluate_loc_desc): Do not call get_frame_arch |