summaryrefslogtreecommitdiff
path: root/arch/sandbox/cpu/u-boot.lds
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sandbox/cpu/u-boot.lds')
-rw-r--r--arch/sandbox/cpu/u-boot.lds7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/sandbox/cpu/u-boot.lds b/arch/sandbox/cpu/u-boot.lds
index 936da5e140..a1f509c9ab 100644
--- a/arch/sandbox/cpu/u-boot.lds
+++ b/arch/sandbox/cpu/u-boot.lds
@@ -44,6 +44,13 @@ SECTIONS
{
*(.__efi_runtime_rel_stop)
}
+
+ .dynsym :
+ {
+ __dyn_sym_start = .;
+ *(.dynsym)
+ __dyn_sym_end = .;
+ }
}
INSERT BEFORE .data;