diff options
Diffstat (limited to 'arch/sh/reloc.h')
-rw-r--r-- | arch/sh/reloc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sh/reloc.h b/arch/sh/reloc.h index 97bee6ae..db3de081 100644 --- a/arch/sh/reloc.h +++ b/arch/sh/reloc.h @@ -1,5 +1,5 @@ -#if __BYTE_ORDER == __LITTLE_ENDIAN -#define ENDIAN_SUFFIX "l" +#if __BYTE_ORDER == __BIG_ENDIAN +#define ENDIAN_SUFFIX "eb" #else #define ENDIAN_SUFFIX "" #endif |