|
Message-Id: <1499267237-26883-1-git-send-email-liu.ming50@gmail.com> Date: Wed, 5 Jul 2017 17:07:17 +0200 From: liu.ming50@...il.com To: koorogi@...rogi.info, musl@...ts.openwall.com Cc: Ming Liu <peter.x.liu@...ernal.atlascopco.com> Subject: [PATCH] Change ENDIAN_SUFFIX definition from 'le' to 'el' From: Ming Liu <peter.x.liu@...ernal.atlascopco.com> To be consistent with the same macros in other ARCHs. Signed-off-by: Ming Liu <peter.x.liu@...ernal.atlascopco.com> --- arch/powerpc64/reloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/powerpc64/reloc.h b/arch/powerpc64/reloc.h index faf70ac..9a4744a 100644 --- a/arch/powerpc64/reloc.h +++ b/arch/powerpc64/reloc.h @@ -1,7 +1,7 @@ #include <endian.h> #if __BYTE_ORDER == __LITTLE_ENDIAN -#define ENDIAN_SUFFIX "le" +#define ENDIAN_SUFFIX "el" #else #define ENDIAN_SUFFIX "" #endif -- 2.7.4
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.