forked from Imagelibrary/rtems
2001-04-19 Joel Sherrill <joel@OARcorp.com>
* src/powerpc/rdbg_f.c: Always include <rtems.h> instead of internal include files.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2001-04-19 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
|
||||||
|
internal include files.
|
||||||
|
|
||||||
2002-04-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2002-04-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* src/powerpc/rdbg_cpu_asm.S: Reflect changes to
|
* src/powerpc/rdbg_cpu_asm.S: Reflect changes to
|
||||||
|
|||||||
@@ -10,13 +10,12 @@
|
|||||||
**************************************************************************
|
**************************************************************************
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <rtems/score/cpu.h>
|
#include <rtems.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <rdbg/reg.h>
|
#include <rdbg/reg.h>
|
||||||
#include <rdbg/remdeb.h>
|
#include <rdbg/remdeb.h>
|
||||||
#include <rdbg/rdbg.h>
|
#include <rdbg/rdbg.h>
|
||||||
#include <rtems/score/thread.h>
|
|
||||||
|
|
||||||
void
|
void
|
||||||
CtxToRegs (const CPU_Exception_frame * ctx, xdr_regs * regs)
|
CtxToRegs (const CPU_Exception_frame * ctx, xdr_regs * regs)
|
||||||
|
|||||||
Reference in New Issue
Block a user