aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/conf/ldscript.kmod.amd644
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/conf/ldscript.kmod.amd64 b/sys/conf/ldscript.kmod.amd64
index 9bd9e816f843..aeacf6503d46 100644
--- a/sys/conf/ldscript.kmod.amd64
+++ b/sys/conf/ldscript.kmod.amd64
@@ -34,6 +34,10 @@
SECTIONS
{
+ .plt :
+ {
+ *(.plt)
+ }
.text :
{
*(.text .text.*)