2007-09-10 Joel Sherrill <joel.sherrill@OARcorp.com>

* shared/gdbstub/mips-stub.c: Remove incorrect and unneccessary
	prototype of printk.
This commit is contained in:
Joel Sherrill
2007-09-10 11:26:48 +00:00
parent 2dd3852208
commit 3a0e33706d
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2007-09-10 Joel Sherrill <joel.sherrill@OARcorp.com>
* shared/gdbstub/mips-stub.c: Remove incorrect and unneccessary
prototype of printk.
2007-04-17 Joel Sherrill <joel@OARcorp.com> 2007-04-17 Joel Sherrill <joel@OARcorp.com>
* jmr3904/tools/runtest: Do not run pppd.exe from batch mode script. * jmr3904/tools/runtest: Do not run pppd.exe from batch mode script.

View File

@@ -125,10 +125,9 @@
#include "mips_opcode.h" #include "mips_opcode.h"
/* #include "memlimits.h" */ /* #include "memlimits.h" */
#include <rtems.h> #include <rtems.h>
#include <rtems/bspIo.h>
#include "gdb_if.h" #include "gdb_if.h"
extern int printk(const char *fmt, ...);
/* Change it to something meaningful when debugging */ /* Change it to something meaningful when debugging */
#undef ASSERT #undef ASSERT
#define ASSERT(x) if(!(x)) printk("ASSERT: stub: %d\n", __LINE__) #define ASSERT(x) if(!(x)) printk("ASSERT: stub: %d\n", __LINE__)