Page MenuHomeFreeBSD

D21476.id.diff
No OneTemporary

D21476.id.diff

Index: head/lib/csu/powerpc/crt1.c
===================================================================
--- head/lib/csu/powerpc/crt1.c
+++ head/lib/csu/powerpc/crt1.c
@@ -102,3 +102,9 @@
__asm__("eprol:");
__asm__(".previous");
#endif
+
+#ifndef PIC
+__asm__(".text\n"
+ "\t.global _GLOBAL_OFFSET_TABLE_\n"
+ "\t.reloc 0, R_PPC_NONE, _GLOBAL_OFFSET_TABLE_");
+#endif

File Metadata

Mime Type
text/plain
Expires
Sun, Nov 16, 1:41 PM (2 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25372332
Default Alt Text
D21476.id.diff (370 B)

Event Timeline