summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/c4x
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-11-17 05:58:06 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-11-17 05:58:06 +0000
commit795da078a117e5c7c47fc242b32e25830d6a1f6d (patch)
tree121e4b3f556208ebc946aaf5b3b4b1dc2cabf660 /cpukit/score/cpu/c4x
parent2006-11-16 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-795da078a117e5c7c47fc242b32e25830d6a1f6d.tar.bz2
2006-11-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems/score/types.h: Remove unsigned64, signed64.
Diffstat (limited to 'cpukit/score/cpu/c4x')
-rw-r--r--cpukit/score/cpu/c4x/ChangeLog4
-rw-r--r--cpukit/score/cpu/c4x/rtems/score/types.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/cpukit/score/cpu/c4x/ChangeLog b/cpukit/score/cpu/c4x/ChangeLog
index 9d93922440..ef3ed812d6 100644
--- a/cpukit/score/cpu/c4x/ChangeLog
+++ b/cpukit/score/cpu/c4x/ChangeLog
@@ -1,3 +1,7 @@
+2006-11-17 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * rtems/score/types.h: Remove unsigned64, signed64.
+
2006-01-16 Joel Sherrill <joel@OARcorp.com>
* rtems/score/cpu.h: Part of a large patch to improve Doxygen output.
diff --git a/cpukit/score/cpu/c4x/rtems/score/types.h b/cpukit/score/cpu/c4x/rtems/score/types.h
index e4ac80fa02..d2245db6ba 100644
--- a/cpukit/score/cpu/c4x/rtems/score/types.h
+++ b/cpukit/score/cpu/c4x/rtems/score/types.h
@@ -31,12 +31,8 @@ extern "C" {
* This section defines the basic types for this processor.
*/
-typedef unsigned long long unsigned64; /* unsigned 64-bit integer */
-
typedef uint16_t Priority_Bit_map_control;
-typedef signed long long signed64; /* 64 bit signed integer */
-
typedef uint32_t boolean; /* Boolean value */
typedef float single_precision; /* single precision float */