From 795da078a117e5c7c47fc242b32e25830d6a1f6d Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 17 Nov 2006 05:58:06 +0000 Subject: =?UTF-8?q?2006-11-17=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * rtems/score/types.h: Remove unsigned64, signed64. --- cpukit/score/cpu/unix/ChangeLog | 4 ++++ cpukit/score/cpu/unix/rtems/score/types.h | 9 --------- 2 files changed, 4 insertions(+), 9 deletions(-) (limited to 'cpukit/score/cpu/unix') diff --git a/cpukit/score/cpu/unix/ChangeLog b/cpukit/score/cpu/unix/ChangeLog index e975f30fa6..d0293e1429 100644 --- a/cpukit/score/cpu/unix/ChangeLog +++ b/cpukit/score/cpu/unix/ChangeLog @@ -1,3 +1,7 @@ +2006-11-17 Ralf Corsépius + + * rtems/score/types.h: Remove unsigned64, signed64. + 2006-01-16 Joel Sherrill * rtems/score/cpu.h: Part of a large patch to improve Doxygen output. diff --git a/cpukit/score/cpu/unix/rtems/score/types.h b/cpukit/score/cpu/unix/rtems/score/types.h index 0ed9a72479..9e26d12234 100644 --- a/cpukit/score/cpu/unix/rtems/score/types.h +++ b/cpukit/score/cpu/unix/rtems/score/types.h @@ -42,15 +42,6 @@ extern "C" { typedef uint16_t Priority_Bit_map_control; - -/* - * some C++ compilers (eg: HP's) don't do 'long long' - */ -#if defined(__GNUC__) -typedef unsigned long long unsigned64; /* unsigned 64-bit integer */ -typedef signed long long signed64; /* 64 bit signed integer */ -#endif - typedef uint32_t boolean; /* Boolean value */ typedef float single_precision; /* single precision float */ -- cgit v1.2.3