OSDN Git Service

* win32-nat.c (get_module_name): Change the type of parameter
authorJoel Brobecker <brobecker@gnat.com>
Fri, 9 Jan 2009 10:58:26 +0000 (10:58 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Fri, 9 Jan 2009 10:58:26 +0000 (10:58 +0000)
commit91394ed36ab2a6859c9be169f0eb5fccf0e95559
tree780e7aa69b82d743a87fd68b9d9097c92d491c44
parent5f86b229221212b4c1c52869539798a25cc09455
    * win32-nat.c (get_module_name): Change the type of parameter
        "base_address" to LPVOID.  Remove unnecessary cast.
        (struct lm_info): Change type of load_addr to LPVOID.
        (win32_make_so): Change the type of parameter "load_addr"
        to LPVOID.  Remove some unnecessary casts.
        (handle_unload_dll): Change the type of "lpBaseOfDll" to LPVOID.
        (win32_xfer_shared_libraries): Add missing cast.
gdb/ChangeLog
gdb/win32-nat.c