linux-sparse.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] teach sparse about endianness
@ 2017-06-20 20:19 Luc Van Oostenryck
  2017-06-20 20:19 ` [PATCH 1/3] teach sparse about -m{big,little}-endian Luc Van Oostenryck
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Luc Van Oostenryck @ 2017-06-20 20:19 UTC (permalink / raw)
  To: linux-sparse; +Cc: Christopher Li, Luc Van Oostenryck

The goal of this series is to let sparse correctly
check macros, structures, ... endian-specific.
This is done by:
1) the introduction of a pair of option flags:
   -mbig-endian/-mlittle-endian 
2) a set of predefined macros:
   __{BIG,LITTLE}_ENDIAN__,
   __ORDER_{BIG,LITTLE}_ENDIAN__ &
   __BYTE_ORDER__

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-06-21  4:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-20 20:19 [PATCH 0/3] teach sparse about endianness Luc Van Oostenryck
2017-06-20 20:19 ` [PATCH 1/3] teach sparse about -m{big,little}-endian Luc Van Oostenryck
2017-06-20 20:19 ` [PATCH 2/3] teach sparse about __{BIG,LITTLE}_ENDIAN__ Luc Van Oostenryck
2017-06-20 20:19 ` [PATCH 3/3] teach sparse about __BYTE_ORDER__ & __ORDER_{BIG,LITTLE}_ENDIAN__ Luc Van Oostenryck
2017-06-21  4:13 ` [PATCH 0/3] teach sparse about endianness Christopher Li

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).