Fix the function prototype for single_step().
Remove a couple of old print lines during startup.
This commit is contained in:
parent
6dc68c9bd8
commit
ec21bd9cf5
4
gnu/dist/gdb/armb-nat.c
vendored
4
gnu/dist/gdb/armb-nat.c
vendored
@ -136,7 +136,7 @@ int one_stepped;
|
||||
|
||||
void
|
||||
single_step (ignore)
|
||||
int ignore; /* signal, but we don't need it */
|
||||
enum target_signal ignore; /* signal, but we don't need it */
|
||||
{
|
||||
CORE_ADDR arm_pc;
|
||||
|
||||
@ -176,6 +176,4 @@ extern char *target_name;
|
||||
void
|
||||
_initialize_arm_bnat ()
|
||||
{
|
||||
printf_unfiltered("%s target configuration is high experimental\n", target_name);
|
||||
printf_unfiltered("Report any problems to amb@physig.ph.kcl.ac.uk\n\n");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user