Skip to content
Snippets Groups Projects
Verified Commit dd30ae10 authored by Jacob Lorentzon's avatar Jacob Lorentzon
Browse files

Ensure altcode/data/features sections are kept.

parent e005619b
No related branches found
No related tags found
1 merge request!249(optional) Dynamic CPU feature-based optimizations
......@@ -21,13 +21,13 @@ SECTIONS {
__rodata_start = .;
*(.rodata*)
__altcode_start = .;
*(.altcode)
KEEP(*(.altcode*))
__altcode_end = .;
__altrelocs_start = .;
*(.altrelocs)
KEEP(*(.altrelocs*))
__altrelocs_end = .;
__altfeatures_start = .;
*(.altfeatures)
KEEP(*(.altfeatures*))
__altfeatures_end = .;
}
......
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