mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-18 05:12:33 +08:00
* inferior.h, infrun.c, thread.c, infcmd.c: Remove all uses of
pc_changed. If it was ever set to a non-zero value, it was before GDB 2.8. It doesn't seem to have any useful function.
This commit is contained in:
@ -526,7 +526,7 @@ run_stack_dummy (addr, buffer)
|
||||
if (stack_dummy_testing & 4)
|
||||
{
|
||||
POP_FRAME;
|
||||
return;
|
||||
return(0);
|
||||
}
|
||||
proceed_to_finish = 1; /* We want stop_registers, please... */
|
||||
proceed (addr, 0, 0);
|
||||
@ -918,7 +918,6 @@ write_pc (val)
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
pc_changed = 0;
|
||||
}
|
||||
|
||||
/* Cope with strage ways of getting to the stack and frame pointers */
|
||||
|
Reference in New Issue
Block a user