Fix a typo.
authorJoel Brobecker <brobecker@gnat.com>
Thu, 12 Feb 2009 23:35:38 +0000 (23:35 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Thu, 12 Feb 2009 23:35:38 +0000 (23:35 +0000)
gdb/ChangeLog

index 4ebcfc5c74b89cf7f5271302fbec2c6089559d44..f605628540c0076bcd48fdc064129a6dc3b608c7 100644 (file)
        * 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
This page took 0.030103 seconds and 4 git commands to generate.