mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-06-30 05:46:53 +08:00
Include pack struct macros for RX architecture.
This commit is contained in:
@ -1,7 +1,19 @@
|
|||||||
#ifdef __GNUC__
|
#ifdef __GNUC__
|
||||||
__attribute__( (packed) );
|
__attribute__( (packed) );
|
||||||
#endif
|
#endif
|
||||||
#ifdef __RENESAS__
|
|
||||||
;
|
#ifdef _SH
|
||||||
#pragma unpack
|
#ifdef __RENESAS__
|
||||||
|
;
|
||||||
|
#pragma unpack
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef __RX
|
||||||
|
#ifdef __RENESAS__
|
||||||
|
;
|
||||||
|
/* Nothing to do. */
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
@ -3,6 +3,19 @@
|
|||||||
/* Nothing to do here. */
|
/* Nothing to do here. */
|
||||||
;
|
;
|
||||||
#endif
|
#endif
|
||||||
#ifdef __RENESAS__
|
|
||||||
#pragma pack 1
|
/* Used by SH2A port. */
|
||||||
|
#ifdef _SH
|
||||||
|
#ifdef __RENESAS__
|
||||||
|
#pragma pack 1
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
#ifdef __RX
|
||||||
|
#ifdef __RENESAS__
|
||||||
|
/* Nothing to do. */
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user