diff options
author | Joel Sherrill <joel.sherrill@oarcorp.com> | 2012-05-08 14:07:09 +0000 |
---|---|---|
committer | Joel Sherrill <joel.sherrill@oarcorp.com> | 2012-05-08 14:07:09 +0000 |
commit | c0749c4da289fcb4d15459236087d453ee872387 (patch) | |
tree | fcf6e4762c51b0b3ab1aacb1f7d174156dafc3fc /gdb/microblaze-rom.c | |
parent | 4aee77982db9a121f2383ad4347766e01748bc98 (diff) | |
download | gdb-c0749c4da289fcb4d15459236087d453ee872387.zip gdb-c0749c4da289fcb4d15459236087d453ee872387.tar.gz gdb-c0749c4da289fcb4d15459236087d453ee872387.tar.bz2 |
2012-05-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* microblaze-rom.c (_initialize_picobug_rom): Add prototype.
Diffstat (limited to 'gdb/microblaze-rom.c')
-rw-r--r-- | gdb/microblaze-rom.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/microblaze-rom.c b/gdb/microblaze-rom.c index 014e421..c713b21 100644 --- a/gdb/microblaze-rom.c +++ b/gdb/microblaze-rom.c @@ -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; |