mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 19:11:44 +08:00
2005-11-08 Ralf Corsepius <ralf.corsepius@rtems.org>
* rtems/score/types.h: Eliminate unsigned16, unsigned32.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2005-11-08 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* rtems/score/types.h: Eliminate unsigned16, unsigned32.
|
||||
|
||||
2005-10-27 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* rtems/asm.h: Remove private version of CONCAT macros.
|
||||
|
||||
@@ -36,8 +36,8 @@ typedef unsigned long long unsigned64; /* unsigned 64-bit integer */
|
||||
|
||||
typedef signed long long signed64; /* 64 bit signed integer */
|
||||
|
||||
typedef unsigned32 boolean; /* Boolean value */
|
||||
typedef unsigned16 Priority_Bit_map_control;
|
||||
typedef uint32_t boolean; /* Boolean value */
|
||||
typedef uint16_t Priority_Bit_map_control;
|
||||
|
||||
typedef float single_precision; /* single precision float */
|
||||
typedef double double_precision; /* double precision float */
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2005-11-08 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* rtems/score/types.h: Eliminate unsigned16, unsigned32.
|
||||
|
||||
2005-10-27 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* rtems/asm.h: Remove private version of CONCAT macros.
|
||||
|
||||
@@ -33,11 +33,11 @@ extern "C" {
|
||||
|
||||
typedef uint64_t unsigned64; /* unsigned 64-bit integer */
|
||||
|
||||
typedef unsigned16 Priority_Bit_map_control;
|
||||
typedef uint16_t Priority_Bit_map_control;
|
||||
|
||||
typedef int64_t signed64; /* 64 bit signed integer */
|
||||
|
||||
typedef unsigned32 boolean; /* Boolean value */
|
||||
typedef uint32_t boolean; /* Boolean value */
|
||||
|
||||
typedef float single_precision; /* single precision float */
|
||||
typedef double double_precision; /* double precision float */
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2005-11-08 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* rtems/score/types.h: Eliminate unsigned16, unsigned32.
|
||||
|
||||
2005-10-27 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* rtems/asm.h: Remove private version of CONCAT macros.
|
||||
|
||||
@@ -33,11 +33,11 @@ extern "C" {
|
||||
|
||||
typedef unsigned long long unsigned64; /* unsigned 64-bit integer */
|
||||
|
||||
typedef unsigned16 Priority_Bit_map_control;
|
||||
typedef uint16_t Priority_Bit_map_control;
|
||||
|
||||
typedef signed long long signed64; /* 64 bit signed integer */
|
||||
|
||||
typedef unsigned32 boolean; /* Boolean value */
|
||||
typedef uint32_t boolean; /* Boolean value */
|
||||
|
||||
typedef float single_precision; /* single precision float */
|
||||
typedef double double_precision; /* double precision float */
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2005-11-08 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* rtems/score/types.h: Eliminate unsigned16, unsigned32.
|
||||
|
||||
2005-10-27 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* rtems/asm.h: Remove private version of CONCAT macros.
|
||||
|
||||
@@ -33,11 +33,11 @@ extern "C" {
|
||||
|
||||
typedef unsigned long long unsigned64; /* unsigned 64-bit integer */
|
||||
|
||||
typedef unsigned16 Priority_Bit_map_control;
|
||||
typedef uint16_t Priority_Bit_map_control;
|
||||
|
||||
typedef signed long long signed64; /* 64 bit signed integer */
|
||||
|
||||
typedef unsigned32 boolean; /* Boolean value */
|
||||
typedef uint32_t boolean; /* Boolean value */
|
||||
|
||||
typedef float single_precision; /* single precision float */
|
||||
typedef double double_precision; /* double precision float */
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2005-11-08 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* rtems/score/types.h: Eliminate unsigned16, unsigned32.
|
||||
|
||||
2005-10-27 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* rtems/asm.h: Remove private version of CONCAT macros.
|
||||
|
||||
@@ -33,11 +33,11 @@ extern "C" {
|
||||
|
||||
typedef unsigned long long unsigned64; /* unsigned 64-bit integer */
|
||||
|
||||
typedef unsigned16 Priority_Bit_map_control;
|
||||
typedef uint16_t Priority_Bit_map_control;
|
||||
|
||||
typedef signed long long signed64; /* 64 bit signed integer */
|
||||
|
||||
typedef unsigned32 boolean; /* Boolean value */
|
||||
typedef uint32_t boolean; /* Boolean value */
|
||||
|
||||
typedef float single_precision; /* single precision float */
|
||||
typedef double double_precision; /* double precision float */
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2005-11-08 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* rtems/score/types.h: Eliminate unsigned16, unsigned32.
|
||||
|
||||
2005-10-27 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* rtems/asm.h: Remove private version of CONCAT macros.
|
||||
|
||||
@@ -33,11 +33,11 @@ extern "C" {
|
||||
|
||||
typedef unsigned long long unsigned64; /* unsigned 64-bit integer */
|
||||
|
||||
typedef unsigned16 Priority_Bit_map_control;
|
||||
typedef uint16_t Priority_Bit_map_control;
|
||||
|
||||
typedef signed long long signed64; /* 64 bit signed integer */
|
||||
|
||||
typedef unsigned32 boolean; /* Boolean value */
|
||||
typedef uint32_t boolean; /* Boolean value */
|
||||
|
||||
typedef float single_precision; /* single precision float */
|
||||
typedef double double_precision; /* double precision float */
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2005-11-08 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* rtems/score/types.h: Eliminate unsigned16, unsigned32.
|
||||
|
||||
2005-10-27 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* rtems/asm.h: Remove private version of CONCAT macros.
|
||||
|
||||
@@ -34,11 +34,11 @@ extern "C" {
|
||||
|
||||
typedef unsigned long long unsigned64; /* unsigned 64-bit integer */
|
||||
|
||||
typedef unsigned16 Priority_Bit_map_control;
|
||||
typedef uint16_t Priority_Bit_map_control;
|
||||
|
||||
typedef signed long long signed64; /* 64 bit signed integer */
|
||||
|
||||
typedef unsigned32 boolean; /* Boolean value */
|
||||
typedef uint32_t boolean; /* Boolean value */
|
||||
|
||||
typedef float single_precision; /* single precision float */
|
||||
typedef double double_precision; /* double precision float */
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2005-11-08 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* rtems/score/types.h: Eliminate unsigned16, unsigned32.
|
||||
|
||||
2005-10-27 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* rtems/asm.h: Remove private version of CONCAT macros.
|
||||
|
||||
@@ -33,11 +33,11 @@ extern "C" {
|
||||
|
||||
typedef unsigned long long unsigned64; /* unsigned 64-bit integer */
|
||||
|
||||
typedef unsigned16 Priority_Bit_map_control;
|
||||
typedef uint16_t Priority_Bit_map_control;
|
||||
|
||||
typedef signed long long signed64; /* 64 bit signed integer */
|
||||
|
||||
typedef unsigned32 boolean; /* Boolean value */
|
||||
typedef uint32_t boolean; /* Boolean value */
|
||||
|
||||
typedef float single_precision; /* single precision float */
|
||||
typedef double double_precision; /* double precision float */
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2005-11-08 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* rtems/score/types.h: Eliminate unsigned16, unsigned32.
|
||||
|
||||
2005-11-02 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* rtems/powerpc/registers.h: recognize mpc7457 CPU; added definitions
|
||||
|
||||
@@ -50,11 +50,11 @@ extern "C" {
|
||||
|
||||
typedef unsigned long long unsigned64; /* unsigned 64-bit integer */
|
||||
|
||||
typedef unsigned32 Priority_Bit_map_control;
|
||||
typedef uint32_t Priority_Bit_map_control;
|
||||
|
||||
typedef signed long long signed64; /* 64 bit signed integer */
|
||||
|
||||
typedef unsigned32 boolean; /* Boolean value */
|
||||
typedef uint32_t boolean; /* Boolean value */
|
||||
|
||||
typedef float single_precision; /* single precision float */
|
||||
typedef double double_precision; /* double precision float */
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2005-11-08 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* rtems/score/types.h: Eliminate unsigned16, unsigned32.
|
||||
|
||||
2005-10-27 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* rtems/asm.h: Remove private version of CONCAT macros.
|
||||
|
||||
@@ -33,11 +33,11 @@ extern "C" {
|
||||
|
||||
typedef unsigned long long unsigned64; /* unsigned 64-bit integer */
|
||||
|
||||
typedef unsigned16 Priority_Bit_map_control;
|
||||
typedef uint16_t Priority_Bit_map_control;
|
||||
|
||||
typedef signed long long signed64; /* 64 bit signed integer */
|
||||
|
||||
typedef unsigned32 boolean; /* Boolean value */
|
||||
typedef uint32_t boolean; /* Boolean value */
|
||||
|
||||
typedef float single_precision; /* single precision float */
|
||||
typedef double double_precision; /* double precision float */
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2005-11-08 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* rtems/score/types.h: Eliminate unsigned16, unsigned32.
|
||||
|
||||
2005-02-19 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* rtems/score/cpu.h: Remove traces from NO_CPU.
|
||||
|
||||
@@ -40,7 +40,7 @@ extern "C" {
|
||||
*/
|
||||
|
||||
|
||||
typedef unsigned16 Priority_Bit_map_control;
|
||||
typedef uint16_t Priority_Bit_map_control;
|
||||
|
||||
|
||||
/*
|
||||
@@ -51,7 +51,7 @@ typedef unsigned long long unsigned64; /* unsigned 64-bit integer */
|
||||
typedef signed long long signed64; /* 64 bit signed integer */
|
||||
#endif
|
||||
|
||||
typedef unsigned32 boolean; /* Boolean value */
|
||||
typedef uint32_t boolean; /* Boolean value */
|
||||
|
||||
typedef float single_precision; /* single precision float */
|
||||
typedef double double_precision; /* double precision float */
|
||||
|
||||
Reference in New Issue
Block a user