diff options
author | Mathias Krause <minipli@googlemail.com> | 2018-12-30 13:36:00 +0100 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-01-06 09:46:51 +0900 |
commit | 72d3ebb929de339f991fc49b58942d2d5ecdb753 (patch) | |
tree | 174383def931ff5a7ffff21e95df5f9913845290 /tools/arch | |
parent | scripts: coccinelle: boolinit: drop warnings on named constants (diff) | |
download | linux-dev-72d3ebb929de339f991fc49b58942d2d5ecdb753.tar.xz linux-dev-72d3ebb929de339f991fc49b58942d2d5ecdb753.zip |
kallsyms: lower alignment on ARM
As mentioned in the info pages of gas, the '.align' pseudo op's
interpretation of the alignment value is architecture specific.
It might either be a byte value or taken to the power of two.
On ARM it's actually the latter which leads to unnecessary large
alignments of 16 bytes for 32 bit builds or 256 bytes for 64 bit
builds.
Fix this by switching to '.balign' instead which is consistent
across all architectures.
Signed-off-by: Mathias Krause <minipli@googlemail.com>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Will Deacon <will.deacon@arm.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'tools/arch')
0 files changed, 0 insertions, 0 deletions