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


Groups > linux.kernel > #1427679 > unrolled thread

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

Started byJoseph Myers <joseph@codesourcery.com>
First post2016-06-21 14:10 +0200
Last post2016-06-21 14:10 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

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

FromJoseph Myers <joseph@codesourcery.com>
Date2016-06-21 14:10 +0200
SubjectRe: [PATCH 25/27] [AARCH64] Fix ILP32 warning
Message-ID<rMsFb-5Dv-17@gated-at.bofh.it>
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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web