Page MenuHomeFreeBSD

D24093.diff
No OneTemporary

D24093.diff

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

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)

Event Timeline