Page MenuHomeFreeBSD

D56403.diff
No OneTemporary

D56403.diff

diff --git a/sys/conf/ldscript.arm64 b/sys/conf/ldscript.arm64
--- a/sys/conf/ldscript.arm64
+++ b/sys/conf/ldscript.arm64
@@ -15,6 +15,12 @@
*(.gnu.warning)
*(.gnu.linkonce.t*)
} =0x9090
+ .plt :
+ {
+ *(.plt)
+ *(.iplt)
+ }
+
/*
* Align to the the largest page size the kernel could be built for.
* If we don't then building page tables in locore.S could fail as it
@@ -66,7 +72,6 @@
.rel.plt : { *(.rel.plt) }
.rela.plt : { *(.rela.plt) }
.init : { *(.init) } =0x9090
- .plt : { *(.plt) }
. = ALIGN(4);
_extab_start = .;

File Metadata

Mime Type
text/plain
Expires
Mon, Apr 20, 6:35 AM (5 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31593772
Default Alt Text
D56403.diff (609 B)

Event Timeline