diff options
| author | Mark Wielaard <[email protected]> | 2017-10-24 14:23:30 +0200 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2017-10-26 16:26:37 +0200 |
| commit | ab6b37ac32ddf2f2f11f800a770170814f5cbb8b (patch) | |
| tree | 373f570b4d17ba3ac6fc7411460928b3a5ddc6ce /backends/ChangeLog | |
| parent | a5c72418f5373e8f75a5260c1e75d3f74747f168 (diff) | |
backends: Ignore GCC8 -Wpacked-not-aligned for m68k_corenote.c.
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 <[email protected]>
Diffstat (limited to 'backends/ChangeLog')
| -rw-r--r-- | backends/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/backends/ChangeLog b/backends/ChangeLog index 8c3f42c6..190ae968 100644 --- a/backends/ChangeLog +++ b/backends/ChangeLog @@ -1,3 +1,7 @@ +2017-10-24 Mark Wielaard <[email protected]> + + * Makefile.am (m68k_corenote_no_Wpacked_not_aligned): New variable. + 2017-08-18 Ulf Hermann <[email protected]> * linux-core-note.c: Use attribute_packed. |
