summaryrefslogtreecommitdiffstats
path: root/c/src/librdbg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-19 16:17:25 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-19 16:17:25 +0000
commit28abd141e2263b30248ff09141eac59ab352f67d (patch)
tree3a19ffa8fc2b59b13438a7dc20d8b7a6834ed36c /c/src/librdbg
parent2002-04-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-28abd141e2263b30248ff09141eac59ab352f67d.tar.bz2
2001-04-19 Joel Sherrill <joel@OARcorp.com>
* src/powerpc/rdbg_f.c: Always include <rtems.h> instead of internal include files.
Diffstat (limited to 'c/src/librdbg')
-rw-r--r--c/src/librdbg/ChangeLog5
-rw-r--r--c/src/librdbg/src/powerpc/rdbg_f.c3
2 files changed, 6 insertions, 2 deletions
diff --git a/c/src/librdbg/ChangeLog b/c/src/librdbg/ChangeLog
index ef2b5efe0f..6e5415a6d6 100644
--- a/c/src/librdbg/ChangeLog
+++ b/c/src/librdbg/ChangeLog
@@ -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>
* src/powerpc/rdbg_cpu_asm.S: Reflect changes to
diff --git a/c/src/librdbg/src/powerpc/rdbg_f.c b/c/src/librdbg/src/powerpc/rdbg_f.c
index f0131e91d8..b7a1b39193 100644
--- a/c/src/librdbg/src/powerpc/rdbg_f.c
+++ b/c/src/librdbg/src/powerpc/rdbg_f.c
@@ -10,13 +10,12 @@
**************************************************************************
*/
-#include <rtems/score/cpu.h>
+#include <rtems.h>
#include <assert.h>
#include <errno.h>
#include <rdbg/reg.h>
#include <rdbg/remdeb.h>
#include <rdbg/rdbg.h>
-#include <rtems/score/thread.h>
void
CtxToRegs (const CPU_Exception_frame * ctx, xdr_regs * regs)