summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-01-24 14:55:54 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-01-24 14:55:54 +0000
commit9078ecc44c3f9e6cc495fa35d5130152016ef553 (patch)
treeea3cd9e652176dbc74552d137c503fe6d7f39999 /cpukit/score/cpu
parent2005-01-24 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-9078ecc44c3f9e6cc495fa35d5130152016ef553.tar.bz2
2005-01-24 Ralf Corsepius <ralf.corsepius@rtems.org>
* rtems/score/h8300.h: Remove RTEMS_CPU_HAS_16_BIT_ADDRESSES.
Diffstat (limited to 'cpukit/score/cpu')
-rw-r--r--cpukit/score/cpu/h8300/ChangeLog4
-rw-r--r--cpukit/score/cpu/h8300/rtems/score/h8300.h16
2 files changed, 4 insertions, 16 deletions
diff --git a/cpukit/score/cpu/h8300/ChangeLog b/cpukit/score/cpu/h8300/ChangeLog
index 95c915f9ba..7c42a48be3 100644
--- a/cpukit/score/cpu/h8300/ChangeLog
+++ b/cpukit/score/cpu/h8300/ChangeLog
@@ -1,5 +1,9 @@
2005-01-24 Ralf Corsepius <ralf.corsepius@rtems.org>
+ * rtems/score/h8300.h: Remove RTEMS_CPU_HAS_16_BIT_ADDRESSES.
+
+2005-01-24 Ralf Corsepius <ralf.corsepius@rtems.org>
+
* rtems/score/types.h: #include <rtems/stdint.h>.
2005-01-07 Ralf Corsepius <ralf.corsepius@freenet.de>
diff --git a/cpukit/score/cpu/h8300/rtems/score/h8300.h b/cpukit/score/cpu/h8300/rtems/score/h8300.h
index 0e6b7c6e82..fd50970924 100644
--- a/cpukit/score/cpu/h8300/rtems/score/h8300.h
+++ b/cpukit/score/cpu/h8300/rtems/score/h8300.h
@@ -32,22 +32,6 @@ extern "C" {
* of the family.
*/
-/*
- * RTEMS compiles for the base H8 with numerous warnings but has never
- * been tested on a CPU with 16 bit address space.
- *
- * FIXME:
- * This macro is defined to handle a couple of places where
- * addresses are cast to pointers. There really should be
- * a "int-pointer" type that pointers are cast to before being
- * mathematcically manipulated. When that is added, search
- * for all references to this macro and remove them.
- */
-
-#if defined(__H8300__)
-#define RTEMS_CPU_HAS_16_BIT_ADDRESSES 1
-#endif
-
#define CPU_NAME "Hitachi H8300"
#define CPU_MODEL_NAME "h8300"
#define H8300_HAS_FPU 0