linux-sparse.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] improve -m32/-m64
@ 2017-02-07 20:04 Luc Van Oostenryck
  2017-02-07 20:04 ` [PATCH 1/4] define __LP64__ & _LP64 if arch_m64 is enabled Luc Van Oostenryck
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Luc Van Oostenryck @ 2017-02-07 20:04 UTC (permalink / raw)
  To: linux-sparse; +Cc: Christopher Li, Luc Van Oostenryck

This series aims to make -m32/-m64 more useful and
to extend these flags to also support LLP64 model.

- patch 1 & 3 are quite straightforward.
- patch 2 is more code reorg/preparatory step
- patch 4 add support for LLP64 and is more a RFC

Luc Van Oostenryck (4):
  define __LP64__ & _LP64 if arch_m64 is enabled
  add an helper for common predefined macros
  define __LONG_MAX__ & __SIZEOF_POINTER__
  add support for LLP64 arch

 lib.c | 45 ++++++++++++++++++++++++++++++++++++---------
 1 file changed, 36 insertions(+), 9 deletions(-)

-- 
2.11.0


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

end of thread, other threads:[~2017-02-08 23:02 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-07 20:04 [PATCH 0/4] improve -m32/-m64 Luc Van Oostenryck
2017-02-07 20:04 ` [PATCH 1/4] define __LP64__ & _LP64 if arch_m64 is enabled Luc Van Oostenryck
2017-02-07 20:04 ` [PATCH 2/4] add an helper for common predefined macros Luc Van Oostenryck
2017-02-07 20:04 ` [PATCH 3/4] define __LONG_MAX__ & __SIZEOF_POINTER__ Luc Van Oostenryck
2017-02-07 20:04 ` [RFC,PATCH 4/4] add support for LLP64 arch Luc Van Oostenryck
2017-02-08 21:24   ` Christopher Li
2017-02-08 22:01     ` Luc Van Oostenryck
2017-02-08 22:15     ` [PATCH v2] " Luc Van Oostenryck
2017-02-08 22:33       ` 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).