Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153115412
D56403.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
609 B
Referenced Files
None
Subscribers
None
D56403.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D56403: arm64: Define the .iplt section placement.
Attached
Detach File
Event Timeline
Log In to Comment