Timestamp:
2023-07-25T13:09:37Z (19 months ago)
Author:
Vojtech Horky <vojtech.horky@…>
Branches:
ticket/834-toolchain-update
Children:
27bfbed
Parents:
1f6bf85
git-author:
Vojtech Horky <vojtech.horky@…> (2023-07-25 13:09:35)
git-committer:
Vojtech Horky <vojtech.horky@…> (2023-07-25 13:09:37)
Message:

Fix packed structures

attribute(packed) actually implies also align(1): thus
the compiler can place the whole structure to arbitrary address.
This commit fixes that by adding explicit align to some of
these structures (where compiler produced a warning).

Following reports explain the issues around packed attribute:

(No files)

Note: See TracChangeset for help on using the changeset viewer.