summaryrefslogtreecommitdiff
path: root/futility/futility.lds
diff options
context:
space:
mode:
Diffstat (limited to 'futility/futility.lds')
-rw-r--r--futility/futility.lds9
1 files changed, 8 insertions, 1 deletions
diff --git a/futility/futility.lds b/futility/futility.lds
index e428ddca..e03ab5c4 100644
--- a/futility/futility.lds
+++ b/futility/futility.lds
@@ -4,4 +4,11 @@
* found in the LICENSE file.
*/
-/* Nothing to see here. Move along... */
+SECTIONS
+{
+ .rodata : {
+ __futil_cmds_start = .;
+ *(SORT(.futil_cmds.*));
+ __futil_cmds_end = .;
+ }
+}