mbox series

[0/3] add the predefines for endianness

Message ID 20200708215329.56404-1-luc.vanoostenryck@gmail.com (mailing list archive)
Headers show
Series add the predefines for endianness | expand

Message

Luc Van Oostenryck July 8, 2020, 9:53 p.m. UTC
This series adds the missing predefines for testing the
endinaness on ARM, ARM64 & MIPS.

Luc Van Oostenryck (3):
  mips: add predefines __MIPSEL__ or __MIPSEB__ & friends
  arm64: add predefine for endianness
  arm: add predefine __ARMEL__ or __ARMEB__

 target-arm.c   |  5 +++++
 target-arm64.c |  5 +++++
 target-mips.c  | 10 ++++++++++
 3 files changed, 20 insertions(+)