Page MenuHomeFreeBSD

D21476.id62521.diff
No OneTemporary

D21476.id62521.diff

Index: lib/csu/powerpc/crt1.c
===================================================================
--- lib/csu/powerpc/crt1.c
+++ lib/csu/powerpc/crt1.c
@@ -102,3 +102,9 @@
__asm__("eprol:");
__asm__(".previous");
#endif
+
+#if !defined(GCRT) && !defined(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
Tue, Nov 11, 11:44 PM (5 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25184775
Default Alt Text
D21476.id62521.diff (379 B)

Event Timeline