aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--linker/linker_script.ld2
1 files changed, 2 insertions, 0 deletions
diff --git a/linker/linker_script.ld b/linker/linker_script.ld
index 8497768..d472646 100644
--- a/linker/linker_script.ld
+++ b/linker/linker_script.ld
@@ -15,6 +15,8 @@ SECTIONS
*(.vectors); /* All .vector sections go here. */
VECTORS_END = .;
+ *(.got); /* Section to store the linker variables. */
+
TEXT_START = .;
*(.text); /* All .text sections go here. */
TEXT_END = .;