Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1427679

Re: [PATCH 25/27] [AARCH64] Fix ILP32 warning

From Joseph Myers <joseph@codesourcery.com>
Newsgroups linux.kernel
Subject Re: [PATCH 25/27] [AARCH64] Fix ILP32 warning
Date 2016-06-21 14:10 +0200
Message-ID <rMsFb-5Dv-17@gated-at.bofh.it> (permalink)
References <rMoBA-2OV-31@gated-at.bofh.it> <rMsFb-5Dv-19@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Tue, 21 Jun 2016, Yury Norov wrote:

>  #define _JMPBUF_CFA_UNWINDS_ADJ(jmpbuf, context, adj) \
> -  _JMPBUF_UNWINDS_ADJ (jmpbuf, (void *) _Unwind_GetCFA (context), adj)
> +  _JMPBUF_UNWINDS_ADJ (jmpbuf, (void *)(size_t) _Unwind_GetCFA (context), adj)

glibc uses spaces in casts, so "(void *) (size_t)".

-- 
Joseph S. Myers
joseph@codesourcery.com

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

Re: [PATCH 25/27] [AARCH64] Fix ILP32 warning Joseph Myers <joseph@codesourcery.com> - 2016-06-21 14:10 +0200

csiph-web