From 4aa23c9641225476bd61b1f64e324bbd0f76eab5 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 23 Jan 2017 08:12:18 +0100 Subject: Remove CPU_BIG_ENDIAN and CPU_LITTLE_ENDIAN Use de-facto standard BYTE_ORDER instead. Close #2803. --- cpukit/score/cpu/sh/rtems/score/cpu.h | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'cpukit/score/cpu/sh/rtems/score/cpu.h') diff --git a/cpukit/score/cpu/sh/rtems/score/cpu.h b/cpukit/score/cpu/sh/rtems/score/cpu.h index b4e553273d..0ad38296cf 100644 --- a/cpukit/score/cpu/sh/rtems/score/cpu.h +++ b/cpukit/score/cpu/sh/rtems/score/cpu.h @@ -217,22 +217,6 @@ extern "C" { #define CPU_STRUCTURE_ALIGNMENT RTEMS_ALIGNED( CPU_CACHE_LINE_BYTES ) -/* - * Define what is required to specify how the network to host conversion - * routines are handled. - * - * NOTE: SHes can be big or little endian, the default is big endian - */ - -/* __LITTLE_ENDIAN__ is defined if -ml is given to gcc */ -#if defined(__LITTLE_ENDIAN__) -#define CPU_BIG_ENDIAN FALSE -#define CPU_LITTLE_ENDIAN TRUE -#else -#define CPU_BIG_ENDIAN TRUE -#define CPU_LITTLE_ENDIAN FALSE -#endif - /* * The following defines the number of bits actually used in the * interrupt field of the task mode. How those bits map to the -- cgit v1.2.3