Ensure __altrelocs_start is correctly aligned

This commit is contained in:
bjorn3
2024-01-24 14:13:27 +01:00
parent 732fad0593
commit 3085b31336
+1
View File
@@ -23,6 +23,7 @@ SECTIONS {
__altcode_start = .;
KEEP(*(.altcode*))
__altcode_end = .;
. = ALIGN(8);
__altrelocs_start = .;
KEEP(*(.altrelocs*))
__altrelocs_end = .;