]> git.pld-linux.org Git - packages/dietlibc.git/blame - dietlibc-ppc.patch
- mass commit; now req: name = epoch:version
[packages/dietlibc.git] / dietlibc-ppc.patch
CommitLineData
0d0cacee 1diff -uNr dietlibc-0.18.orig/libdl/_dl_rel.h dietlibc-0.18/libdl/_dl_rel.h
2--- dietlibc-0.18.orig/libdl/_dl_rel.h Mon Feb 11 21:41:05 2002
3+++ dietlibc-0.18/libdl/_dl_rel.h Mon Aug 5 01:23:10 2002
4@@ -9,7 +9,7 @@
5
6 #define _DL_REL_PLT(b,r) (*(unsigned long*)((b)+(r)->r_offset)+=(unsigned long)(b))
7
8-#elif defined(__alpha__) || defined(__hppa__) || defined(__ppc__) || defined(__sparc__) || defined(__s390__)
9+#elif defined(__alpha__) || defined(__hppa__) || defined(__powerpc__) || defined(__sparc__) || defined(__s390__)
10 /* this are RELA only archs: alpha, chris, hppa, ia64, m68k, ppc, sparc, sparc64, sh, s390 */
11
12 #define _dl_rel_t Elf_Rela
This page took 0.029509 seconds and 4 git commands to generate.