From: Joel Brobecker Date: Thu, 12 Feb 2009 23:35:38 +0000 (+0000) Subject: Fix a typo. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=b8511eeb48b1860bd2a94d3adc451888c13d7a33;p=deliverable%2Fbinutils-gdb.git Fix a typo. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4ebcfc5c74..f605628540 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