summaryrefslogtreecommitdiffstats
path: root/c/src/librdbg/src
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-18 22:24:27 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-18 22:24:27 +0000
commitffa5b986f2ee367952247d1ce783919751d0aab4 (patch)
tree756a715982d89e9d0631511db563dea789df4727 /c/src/librdbg/src
parent2002-04-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-ffa5b986f2ee367952247d1ce783919751d0aab4.tar.bz2
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.
Diffstat (limited to 'c/src/librdbg/src')
-rw-r--r--c/src/librdbg/src/powerpc/rdbg_cpu_asm.S5
-rw-r--r--c/src/librdbg/src/powerpc/rdbg_f.c3
2 files changed, 3 insertions, 5 deletions
diff --git a/c/src/librdbg/src/powerpc/rdbg_cpu_asm.S b/c/src/librdbg/src/powerpc/rdbg_cpu_asm.S
index 657a279830..77b3316afc 100644
--- a/c/src/librdbg/src/powerpc/rdbg_cpu_asm.S
+++ b/c/src/librdbg/src/powerpc/rdbg_cpu_asm.S
@@ -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
diff --git a/c/src/librdbg/src/powerpc/rdbg_f.c b/c/src/librdbg/src/powerpc/rdbg_f.c
index 3cdfc26579..f0131e91d8 100644
--- a/c/src/librdbg/src/powerpc/rdbg_f.c
+++ b/c/src/librdbg/src/powerpc/rdbg_f.c
@@ -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)