Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107937989
D24093.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
596 B
Referenced Files
None
Subscribers
None
D24093.diff
View Options
Index: head/sys/conf/ldscript.mips.octeon1
===================================================================
--- head/sys/conf/ldscript.mips.octeon1
+++ head/sys/conf/ldscript.mips.octeon1
@@ -10,8 +10,7 @@
. = KERNLOADADDR + SIZEOF_HEADERS;
.text : {
- *(.text)
- *(.dynamic)
+ *(.text)
etext = .;
_etext = .;
. = ALIGN(0x2000);
@@ -35,8 +34,10 @@
*(.data)
. = ALIGN(32);
}
-
- _gp = (. + 0x8000);
+ .plt : { *(.plt) }
+ _gp = ALIGN(16) + 0x7ff0;
+ .got : { *(.got.plt) *(.got) }
+ .dynamic : { *(.dynamic) }
.sdata : {
_small_start = .;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jan 20, 5:46 PM (20 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15980490
Default Alt Text
D24093.diff (596 B)
Attached To
Mode
D24093: Fix linking OCTEON1 kernel with LLD
Attached
Detach File
Event Timeline
Log In to Comment