projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c2b4ed
)
Fix a typo.
author
Joel Brobecker
<brobecker@gnat.com>
Thu, 12 Feb 2009 23:35:38 +0000
(23:35 +0000)
committer
Joel Brobecker
<brobecker@gnat.com>
Thu, 12 Feb 2009 23:35:38 +0000
(23:35 +0000)
gdb/ChangeLog
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 4ebcfc5c74b89cf7f5271302fbec2c6089559d44..f605628540c0076bcd48fdc064129a6dc3b608c7 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-863,7
+863,7
@@
* windows-nat.c: Ditto.
(cygwin_load_start): Redefine as CORE_ADDR.
(cygwin_load_end): Ditto.
- (windows_make_so): Coerce result of address arithmetic to
to
uintptr_t
+ (windows_make_so): Coerce result of address arithmetic to uintptr_t
before coercing to CORE_ADDR to avoid a compiler warning.
(handle_exception): Define addr as CORE_ADDR and coerce
ExceptionAddress to uintptr_t before assigining to avoid a compiler