2005-01-24 Ralf Corsepius <ralf.corsepius@rtems.org>

* rtems/score/cpu.h: *_swap_u32( uint32_t ).
This commit is contained in:
Ralf Corsepius
2005-01-24 05:43:40 +00:00
parent 18ebea137a
commit ec8973ed48
16 changed files with 48 additions and 16 deletions

View File

@@ -1,3 +1,7 @@
2005-01-24 Ralf Corsepius <ralf.corsepius@rtems.org>
* rtems/score/cpu.h: *_swap_u32( uint32_t ).
2005-01-24 Ralf Corsepius <ralf.corsepius@rtems.org>
* rtems/score/types.h: #include <rtems/stdint.h>.

View File

@@ -895,8 +895,8 @@ void _CPU_Context_restore_fp(
* will be fetched incorrectly.
*/
static inline unsigned int CPU_swap_u32(
unsigned int value
static inline uint32_t CPU_swap_u32(
uint32_t value
)
{
uint32_t tmp = value; /* make compiler warnings go away */

View File

@@ -1,3 +1,7 @@
2005-01-24 Ralf Corsepius <ralf.corsepius@rtems.org>
* rtems/score/cpu.h: *_swap_u32( uint32_t ).
2005-01-07 Ralf Corsepius <ralf.corsepius@freenet.de>
* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.

View File

@@ -1117,8 +1117,8 @@ void _CPU_Context_restore_fp(
* XXX document implementation including references if appropriate
*/
static inline unsigned int CPU_swap_u32(
unsigned int value
static inline uint32_t CPU_swap_u32(
uint32_t value
)
{
uint32_t byte1, byte2, byte3, byte4, swapped;

View File

@@ -1,3 +1,7 @@
2005-01-24 Ralf Corsepius <ralf.corsepius@rtems.org>
* rtems/score/cpu.h: *_swap_u32( uint32_t ).
2005-01-24 Ralf Corsepius <ralf.corsepius@rtems.org>
* rtems/score/types.h: #include <rtems/stdint.h>.

View File

@@ -1236,8 +1236,8 @@ void _CPU_Context_restore_fp(
* XXXanswer
*/
static inline unsigned int CPU_swap_u32(
unsigned int value
static inline uint32_t CPU_swap_u32(
uint32_t value
)
{
uint32_t byte1, byte2, byte3, byte4, swapped;

View File

@@ -1,3 +1,7 @@
2005-01-24 Ralf Corsepius <ralf.corsepius@rtems.org>
* rtems/score/cpu.h: *_swap_u32( uint32_t ).
2005-01-24 Ralf Corsepius <ralf.corsepius@rtems.org>
* rtems/score/types.h: #include <rtems/stdint.h>.

View File

@@ -1181,8 +1181,8 @@ void _CPU_Context_restore_fp(
* will be fetched incorrectly.
*/
static inline unsigned int CPU_swap_u32(
unsigned int value
static inline uint32_t CPU_swap_u32(
uint32_t value
)
{
uint32_t byte1, byte2, byte3, byte4, swapped;

View File

@@ -1,3 +1,7 @@
2005-01-24 Ralf Corsepius <ralf.corsepius@rtems.org>
* rtems/score/cpu.h: *_swap_u32( uint32_t ).
2005-01-24 Ralf Corsepius <ralf.corsepius@rtems.org>
* rtems/score/types.h: #include <rtems/stdint.h>.

View File

@@ -1291,8 +1291,8 @@ void _CPU_Context_restore_fp(
*
* XXX document implementation including references if appropriate
*/
static inline unsigned int CPU_swap_u32(
unsigned int value
static inline uint32_t CPU_swap_u32(
uint32_t value
)
{
uint32_t byte1, byte2, byte3, byte4, swapped;

View File

@@ -1,3 +1,7 @@
2005-01-24 Ralf Corsepius <ralf.corsepius@rtems.org>
* rtems/score/cpu.h: *_swap_u32( uint32_t ).
2005-01-24 Ralf Corsepius <ralf.corsepius@rtems.org>
* rtems/score/types.h: #include <rtems/stdint.h>.

View File

@@ -1045,8 +1045,8 @@ void _CPU_Context_restore_fp(
*
*/
static inline unsigned int CPU_swap_u32(
unsigned int value
static inline uint32_t CPU_swap_u32(
uint32_t value
)
{
uint32_t byte1, byte2, byte3, byte4, swapped;

View File

@@ -1,3 +1,7 @@
2005-01-24 Ralf Corsepius <ralf.corsepius@rtems.org>
* rtems/score/cpu.h: *_swap_u32( uint32_t ).
2005-01-24 Ralf Corsepius <ralf.corsepius@rtems.org>
* rtems/score/types.h: #include <rtems/stdint.h>.

View File

@@ -976,8 +976,8 @@ void _CPU_Context_restore_fp(
* following code at optimization level four (i.e. -O4).
*/
static inline unsigned int CPU_swap_u32(
unsigned int value
static inline uint32_t CPU_swap_u32(
uint32_t value
)
{
uint32_t byte1, byte2, byte3, byte4, swapped;

View File

@@ -1,3 +1,7 @@
2005-01-24 Ralf Corsepius <ralf.corsepius@rtems.org>
* rtems/score/cpu.h: *_swap_u32( uint32_t ).
2005-01-24 Ralf Corsepius <ralf.corsepius@rtems.org>
* rtems/score/types.h: #include <rtems/stdint.h>.

View File

@@ -1015,8 +1015,8 @@ void _CPU_Fatal_error(
* will be fetched incorrectly.
*/
static inline unsigned int CPU_swap_u32(
unsigned int value
static inline uint32_t CPU_swap_u32(
uint32_t value
)
{
uint32_t byte1, byte2, byte3, byte4, swapped;