Skip to content
Snippets Groups Projects
Commit 41286590 authored by Arve Hjønnevåg's avatar Arve Hjønnevåg
Browse files

Fix boot failures on some builds linked with ld.lld.


Pad the .rodata section to 16 bytes as ld.lld does not apply the ALIGN
statement on the .data section to the LMA. Fixes boot failure on builds
where the .rodata section happens to not be 16 bytes aligned.

Change-Id: I4e95678f73d8b326c5fc749dc7d0ce84e2d603f5
Signed-off-by: default avatarArve Hjønnevåg <arve@android.com>
parent 76776c2c
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment