2002-04-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* src/powerpc/rdbg_cpu_asm.S: Reflect changes to
	<rtems/score/cpu.h>.
	* src/powerpc/rdbg_f.c: Ditto.
This commit is contained in:
Joel Sherrill
2002-04-18 22:24:27 +00:00
parent a81a8f8dc1
commit ffa5b986f2
3 changed files with 9 additions and 5 deletions

View File

@@ -1,3 +1,9 @@
2002-04-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/powerpc/rdbg_cpu_asm.S: Reflect changes to
<rtems/score/cpu.h>.
* src/powerpc/rdbg_f.c: Ditto.
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac:

View File

@@ -7,10 +7,9 @@
*
*/
#include <libcpu/cpu.h>
#include <libcpu/io.h>
#include <rtems/score/targopts.h>
#include <asm.h>
#include <rtems/score/cpu.h>
#include <libcpu/io.h>
BEGIN_CODE

View File

@@ -10,14 +10,13 @@
**************************************************************************
*/
#include <rtems/score/cpu.h>
#include <assert.h>
#include <errno.h>
#include <rdbg/reg.h>
#include <rdbg/remdeb.h>
#include <rdbg/rdbg.h>
#include <rtems/score/cpu.h>
#include <rtems/score/thread.h>
#include <libcpu/cpu.h>
void
CtxToRegs (const CPU_Exception_frame * ctx, xdr_regs * regs)