Skip to content

Commit

Permalink
Merge pull request #32 from fritzalder/master
Browse files Browse the repository at this point in the history
Add KEEP construct to SM linking
  • Loading branch information
jovanbulck authored Jul 1, 2020
2 parents 739c00d + 193df1a commit 6d56188
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/drivers/linker.py
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,7 @@ def sort_key(entry):
{2}
. = ALIGN(2);
__sm_{0}_public_end = .;
KEEP(*(.sm.{0}.*.table))
}}'''

data_section = '''. = ALIGN(2);
Expand Down

0 comments on commit 6d56188

Please sign in to comment.