Add missing empty line after var declarations in handle_unload_dll
gdb/ChangeLog: * windows-nat.c (handle_unload_dll): Add missing empty line.
This commit is contained in:
parent
5656a9815d
commit
a25cd31f61
@ -1,3 +1,7 @@
|
|||||||
|
2013-05-20 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
|
* windows-nat.c (handle_unload_dll): Add missing empty line.
|
||||||
|
|
||||||
2013-05-20 Joel Brobecker <brobecker@adacore.com>
|
2013-05-20 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
* dwarf2read.c (prototyped_function_p): New function.
|
* dwarf2read.c (prototyped_function_p): New function.
|
||||||
|
@ -884,6 +884,7 @@ handle_unload_dll (void *dummy)
|
|||||||
if (so->next->lm_info->load_addr == lpBaseOfDll)
|
if (so->next->lm_info->load_addr == lpBaseOfDll)
|
||||||
{
|
{
|
||||||
struct so_list *sodel = so->next;
|
struct so_list *sodel = so->next;
|
||||||
|
|
||||||
so->next = sodel->next;
|
so->next = sodel->next;
|
||||||
if (!so->next)
|
if (!so->next)
|
||||||
solib_end = so;
|
solib_end = so;
|
||||||
|
Loading…
Reference in New Issue
Block a user