summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2004-09-29 20:32:57 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2004-09-29 20:32:57 +0000
commit8d94206723dc0de6e72ef13b856c50be5a1ca35f (patch)
tree3682f25b00de37d0857382f2845656d003d6ceab /c
parent2004-09-29 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-8d94206723dc0de6e72ef13b856c50be5a1ca35f.tar.bz2
2004-09-29 Joel Sherrill <joel@OARcorp.com>
* include/bsp.h, include/tm27.h: i960 obsoleted and all references removed.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/h8300/h8sim/ChangeLog5
-rw-r--r--c/src/lib/libbsp/h8300/h8sim/include/bsp.h10
-rw-r--r--c/src/lib/libbsp/h8300/h8sim/include/tm27.h4
3 files changed, 10 insertions, 9 deletions
diff --git a/c/src/lib/libbsp/h8300/h8sim/ChangeLog b/c/src/lib/libbsp/h8300/h8sim/ChangeLog
index bd1b545ebe..2cd101a10d 100644
--- a/c/src/lib/libbsp/h8300/h8sim/ChangeLog
+++ b/c/src/lib/libbsp/h8300/h8sim/ChangeLog
@@ -1,3 +1,8 @@
+2004-09-29 Joel Sherrill <joel@OARcorp.com>
+
+ * include/bsp.h, include/tm27.h: i960 obsoleted and all references
+ removed.
+
2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
* configure.ac: Require automake > 1.9.
diff --git a/c/src/lib/libbsp/h8300/h8sim/include/bsp.h b/c/src/lib/libbsp/h8300/h8sim/include/bsp.h
index 7885ab8d60..9c910071e4 100644
--- a/c/src/lib/libbsp/h8300/h8sim/include/bsp.h
+++ b/c/src/lib/libbsp/h8300/h8sim/include/bsp.h
@@ -1,7 +1,7 @@
/* bsp.h
*
* This include file contains some definitions specific to the
- * i960 simulator in gdb.
+ * h8 simulator in gdb.
*
* COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
@@ -13,8 +13,8 @@
* $Id$
*/
-#ifndef __CVME961_h
-#define __CVME961_h
+#ifndef __H8SIM_h
+#define __H8SIM_h
#ifdef __cplusplus
extern "C" {
@@ -66,10 +66,6 @@ extern rtems_configuration_table BSP_Configuration;
void bsp_cleanup( void );
-/*
-i960_isr_entry set_vector( rtems_isr_entry, unsigned int, unsigned int );
-*/
-
#ifdef __cplusplus
}
#endif
diff --git a/c/src/lib/libbsp/h8300/h8sim/include/tm27.h b/c/src/lib/libbsp/h8300/h8sim/include/tm27.h
index 2b80b532b7..971636b3a0 100644
--- a/c/src/lib/libbsp/h8300/h8sim/include/tm27.h
+++ b/c/src/lib/libbsp/h8300/h8sim/include/tm27.h
@@ -23,9 +23,9 @@
#define Install_tm27_vector( handler ) /* set_vector( (handler), 6, 1 ) */
-#define Cause_tm27_intr() /* i960_cause_intr( 0x62 ) */
+#define Cause_tm27_intr() /* XXX */
-#define Clear_tm27_intr() /* i960_clear_intr( 6 ) */
+#define Clear_tm27_intr() /* XXX */
#define Lower_tm27_intr() /* empty */