mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-03-02 22:36:27 +00:00
2012-05-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* microblaze-rom.c (_initialize_picobug_rom): Add prototype.
This commit is contained in:
parent
4aee77982d
commit
c0749c4da2
@ -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>
|
||||
|
||||
* probe.c (parse_probes): Move conditional to check for
|
||||
|
@ -25,6 +25,8 @@
|
||||
#include "serial.h"
|
||||
#include "regcache.h"
|
||||
|
||||
void _initialize_picobug_rom (void);
|
||||
|
||||
static char *picobug_inits[] =
|
||||
{"\r", NULL};
|
||||
|
||||
@ -174,7 +176,7 @@ init_picobug_cmds (void)
|
||||
}
|
||||
|
||||
void
|
||||
_initialize_picobug_rom ()
|
||||
_initialize_picobug_rom (void)
|
||||
{
|
||||
int i;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user