2006-11-17 Ralf Corsépius <ralf.corsepius@rtems.org>

* rtems/score/types.h: Remove unsigned64, signed64.
This commit is contained in:
Ralf Corsepius
2006-11-17 05:58:06 +00:00
parent e252c387c3
commit 795da078a1
28 changed files with 56 additions and 65 deletions

View File

@@ -1,3 +1,7 @@
2006-11-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems/score/types.h: Remove unsigned64, signed64.
2006-09-11 Joel Sherrill <joel@OARcorp.com>
* cpu.c: Remove warning.

View File

@@ -32,10 +32,6 @@ extern "C" {
* This section defines the basic types for this processor.
*/
typedef unsigned long long unsigned64; /* unsigned 64-bit integer */
typedef signed long long signed64; /* 64 bit signed integer */
typedef uint32_t boolean; /* Boolean value */
typedef uint16_t Priority_Bit_map_control;

View File

@@ -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.

View File

@@ -31,12 +31,8 @@ extern "C" {
* This section defines the basic types for this processor.
*/
typedef uint64_t unsigned64; /* unsigned 64-bit integer */
typedef uint16_t Priority_Bit_map_control;
typedef int64_t signed64; /* 64 bit signed integer */
typedef uint32_t boolean; /* Boolean value */
typedef float single_precision; /* single precision float */

View File

@@ -1,3 +1,7 @@
2006-11-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems/score/types.h: Remove unsigned64, signed64.
2006-11-09 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems/bfin/bf533.h, rtems/bfin/bfin.h: Remove stray whitespaces.

View File

@@ -27,15 +27,9 @@ extern "C" {
* This section defines the basic types for this processor.
*/
/** This defines an unsigned 64-bit integer. */
typedef unsigned long long unsigned64;
/** This defines the type for a priority bit map entry. */
typedef uint16_t Priority_Bit_map_control;
/** This defines the type for a 64 bit signed integer */
typedef signed long long signed64;
/** This defines the type for a Boolean value, */
typedef uint32_t boolean; /* Boolean value */

View File

@@ -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.

View File

@@ -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 */

View File

@@ -1,3 +1,7 @@
2006-11-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems/score/types.h: Remove unsigned64, signed64.
2006-08-30 Joel Sherrill <joel@OARcorp.com>
* rtems/score/cpu.h: Revert change. It did not appear to correct all

View File

@@ -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 */

View File

@@ -1,3 +1,7 @@
2006-11-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems/score/types.h: Remove unsigned64, signed64.
2006-02-01 Joel Sherrill <joel@OARcorp.com>
* rtems/score/cpu.h: Increase default stack size on i386 from 1K to 4K.

View File

@@ -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 */

View File

@@ -1,3 +1,7 @@
2006-11-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems/score/types.h: Remove unsigned64, signed64.
2006-06-19 Till Straumann <strauman@slac.stanford.edu>
PR 1091/patch

View File

@@ -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 */

View File

@@ -1,3 +1,7 @@
2006-11-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems/score/types.h: Remove unsigned64, signed64.
2006-06-02 Greg Menke <gregory.menke@gsfc.nasa.gov>
* cpu.c: Added __mips==32 to fix build problems on those targets

View File

@@ -32,12 +32,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 */

View File

@@ -1,3 +1,7 @@
2006-11-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems/score/types.h: Remove unsigned64, signed64.
2006-08-10 Joel Sherrill <joel@OARcorp.com>
* .cvsignore: New file.

View File

@@ -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 */

View File

@@ -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/asm.h, rtems/score/cpu.h, rtems/score/types.h: Part of a large

View File

@@ -31,15 +31,9 @@ extern "C" {
* This section defines the basic types for this processor.
*/
/** This defines an unsigned 64-bit integer. */
typedef unsigned long long unsigned64;
/** This defines the type for a priority bit map entry. */
typedef uint16_t Priority_Bit_map_control;
/** This defines the type for a 64 bit signed integer */
typedef signed long long signed64;
/** This defines the type for a Boolean value, */
typedef uint32_t boolean; /* Boolean value */

View File

@@ -1,3 +1,7 @@
2006-11-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems/score/types.h: Remove unsigned64, signed64.
2006-08-09 Joel Sherrill <joel@OARcorp.com>
* rtems/score/cpu.h: Because gcc implicitly uses floating point turn on

View File

@@ -48,12 +48,8 @@ extern "C" {
* This section defines the basic types for this processor.
*/
typedef unsigned long long unsigned64; /* unsigned 64-bit integer */
typedef uint32_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 */

View File

@@ -1,3 +1,7 @@
2006-11-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems/score/types.h: Remove unsigned64, signed64.
2006-08-10 Joel Sherrill <joel@OARcorp.com>
* cpu.c, rtems/score/sh.h: Recognize sh2e variant so multilibs will all

View File

@@ -41,12 +41,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 uint16_t boolean; /* Boolean value, external */
/* data bus has 16 bits */

View File

@@ -1,3 +1,7 @@
2006-11-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems/score/types.h: Remove unsigned64, signed64.
2006-11-14 Jiri Gaisler <jiri@gaisler.com>
* cpu_asm.S: Properly support synchronous traps.

View File

@@ -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 */

View File

@@ -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.

View File

@@ -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 */