forked from Imagelibrary/rtems
2006-11-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems/score/types.h: Remove unsigned64, signed64.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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 */
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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 */
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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 */
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 */
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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 */
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 */
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 */
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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 */
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 */
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 */
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 */
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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 */
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user