Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1427679 > unrolled thread
| Started by | Joseph Myers <joseph@codesourcery.com> |
|---|---|
| First post | 2016-06-21 14:10 +0200 |
| Last post | 2016-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.
Re: [PATCH 25/27] [AARCH64] Fix ILP32 warning Joseph Myers <joseph@codesourcery.com> - 2016-06-21 14:10 +0200
| From | Joseph Myers <joseph@codesourcery.com> |
|---|---|
| Date | 2016-06-21 14:10 +0200 |
| Subject | Re: [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
Back to top | Article view | linux.kernel
csiph-web