mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-18 13:23:10 +08:00
2012-05-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* microblaze-rom.c (_initialize_picobug_rom): Add prototype.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2012-05-12 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
|
* microblaze-rom.c (_initialize_picobug_rom): Add prototype.
|
||||||
|
|
||||||
2012-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
|
2012-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
|
||||||
|
|
||||||
* probe.c (parse_probes): Move conditional to check for
|
* probe.c (parse_probes): Move conditional to check for
|
||||||
|
@ -25,6 +25,8 @@
|
|||||||
#include "serial.h"
|
#include "serial.h"
|
||||||
#include "regcache.h"
|
#include "regcache.h"
|
||||||
|
|
||||||
|
void _initialize_picobug_rom (void);
|
||||||
|
|
||||||
static char *picobug_inits[] =
|
static char *picobug_inits[] =
|
||||||
{"\r", NULL};
|
{"\r", NULL};
|
||||||
|
|
||||||
@ -174,7 +176,7 @@ init_picobug_cmds (void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
_initialize_picobug_rom ()
|
_initialize_picobug_rom (void)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user