diff options
author | Joel Brobecker <brobecker@gnat.com> | 2009-02-12 23:35:38 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2009-02-12 23:35:38 +0000 |
commit | b8511eeb48b1860bd2a94d3adc451888c13d7a33 (patch) | |
tree | ba13f244e433496418fb77cddaf6ce7cfb04a905 | |
parent | 2c2b4ed43a10475ae8707c032bcf9acdf4f1b0a8 (diff) | |
download | gdb-b8511eeb48b1860bd2a94d3adc451888c13d7a33.zip gdb-b8511eeb48b1860bd2a94d3adc451888c13d7a33.tar.gz gdb-b8511eeb48b1860bd2a94d3adc451888c13d7a33.tar.bz2 |
Fix a typo.
-rw-r--r-- | gdb/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4ebcfc5..f605628 100644 --- 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 |