Re: [PATCH] backends: Ignore GCC8 -Wpacked-not-aligned for m68k_corenote.c.

2017-10-30 Thread Mark Wielaard
On Thu, 2017-10-26 at 16:28 +0200, Mark Wielaard wrote: > The GCC8 -Wpacked-not-aligned warns if a structure field with > explicit padding in a packed structure will be misaligned. m68k > prstatus core notes are described by a packed structure which has > such aligned structure fields. And now pus

Re: [PATCH] backends: Ignore GCC8 -Wpacked-not-aligned for m68k_corenote.c.

2017-10-26 Thread Mark Wielaard
ixed patch attached. From ab6b37ac32ddf2f2f11f800a770170814f5cbb8b Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Tue, 24 Oct 2017 14:23:30 +0200 Subject: [PATCH] backends: Ignore GCC8 -Wpacked-not-aligned for m68k_corenote.c. The GCC8 -Wpacked-not-aligned warns if a structure field with ex

[PATCH] backends: Ignore GCC8 -Wpacked-not-aligned for m68k_corenote.c.

2017-10-24 Thread Mark Wielaard
The GCC8 -Wpacked-not-aligned warns if a structure field with explicit padding in a packed structure will be misaligned. m68k prstatus core notes are described by a packed structure which has such aligned structure fields. Signed-off-by: Mark Wielaard --- backends/ChangeLog | 4 backends/