Changeset 544a600 in rtems
- Timestamp:
- 03/15/02 13:56:21 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 082972a
- Parents:
- 5800e142
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/score/cpu/m68k/ChangeLog
r5800e142 r544a600 1 2002-03-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * rtems/score/m68k.h: m68k_swap_u32 fix typo. 4 1 5 2002-03-06 Victor V. Vengerov <vvv@oktet.ru> 2 6 -
c/src/exec/score/cpu/m68k/rtems/score/m68k.h
r5800e142 r544a600 336 336 * generic implementation of endian swapping for Coldfire. 337 337 */ 338 static inline unsigned int CPU_swap_u32(338 static inline unsigned int m68k_swap_u32( 339 339 unsigned int value 340 340 ) -
cpukit/score/cpu/m68k/ChangeLog
r5800e142 r544a600 1 2002-03-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * rtems/score/m68k.h: m68k_swap_u32 fix typo. 4 1 5 2002-03-06 Victor V. Vengerov <vvv@oktet.ru> 2 6 -
cpukit/score/cpu/m68k/rtems/score/m68k.h
r5800e142 r544a600 336 336 * generic implementation of endian swapping for Coldfire. 337 337 */ 338 static inline unsigned int CPU_swap_u32(338 static inline unsigned int m68k_swap_u32( 339 339 unsigned int value 340 340 )
Note: See TracChangeset
for help on using the changeset viewer.