2012-05-12 Joel Sherrill <joel.sherrill@oarcorp.com>

* microblaze-rom.c (_initialize_picobug_rom): Add prototype.
This commit is contained in:
Joel Sherrill 2012-05-08 14:07:09 +00:00
parent 4aee77982d
commit c0749c4da2
2 changed files with 7 additions and 1 deletions

View file

@ -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

View file

@ -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;