summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/fw_base.ldS5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/fw_base.ldS b/firmware/fw_base.ldS
index c15ccdbf..fb479848 100644
--- a/firmware/fw_base.ldS
+++ b/firmware/fw_base.ldS
@@ -38,6 +38,11 @@
. = ALIGN(8);
}
+ .dynsym :
+ {
+ *(.dynsym)
+ }
+
. = ALIGN(0x1000); /* Ensure next section is page aligned */
.rela.dyn : {