]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/prelink/prelink-20031029/prelink.h.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / prelink / prelink-20031029 / prelink.h.patch
1 --- prelink-0.0.20030902.orig/src/prelink.h     2003-08-11 11:54:01.000000000 +0000
2 +++ prelink-0.0.20030902/src/prelink.h  2003-09-16 23:26:16.000000000 +0000
3 @@ -26,6 +26,45 @@
4  #include <stdio.h>
5  #include <sys/stat.h>
6  
7 +/* http://gcc.gnu.org/ml/gcc/2003-01/msg00922.html */
8 +#ifndef R_390_TLS_DTPMOD
9 +#define R_390_TLS_DTPMOD 54
10 +#define R_390_TLS_DTPOFF 55
11 +#define R_390_TLS_TPOFF  56
12 +#endif
13 +
14 +/* from http://www.cygwin.com/ml/libc-alpha/2003-02/msg00241.html */
15 +#ifndef R_PPC_TLS
16 +#define R_PPC_TLS              67
17 +#define R_PPC_DTPMOD32         68
18 +#define R_PPC_TPREL16          69
19 +#define R_PPC_TPREL16_LO       70
20 +#define R_PPC_TPREL16_HI       71
21 +#define R_PPC_TPREL16_HA       72
22 +#define R_PPC_TPREL32          73
23 +#define R_PPC_DTPREL16         74
24 +#define R_PPC_DTPREL16_LO      75
25 +#define R_PPC_DTPREL16_HI      76
26 +#define R_PPC_DTPREL16_HA      77
27 +#define R_PPC_DTPREL32         78
28 +#define R_PPC_GOT_TLSGD16      79
29 +#define R_PPC_GOT_TLSGD16_LO   80
30 +#define R_PPC_GOT_TLSGD16_HI   81
31 +#define R_PPC_GOT_TLSGD16_HA   82
32 +#define R_PPC_GOT_TLSLD16      83
33 +#define R_PPC_GOT_TLSLD16_LO   84
34 +#define R_PPC_GOT_TLSLD16_HI   85
35 +#define R_PPC_GOT_TLSLD16_HA   86
36 +#define R_PPC_GOT_TPREL16      87
37 +#define R_PPC_GOT_TPREL16_LO   88
38 +#define R_PPC_GOT_TPREL16_HI   89
39 +#define R_PPC_GOT_TPREL16_HA   90
40 +#define R_PPC_GOT_DTPREL16     91
41 +#define R_PPC_GOT_DTPREL16_LO  92
42 +#define R_PPC_GOT_DTPREL16_HI  93
43 +#define R_PPC_GOT_DTPREL16_HA  94
44 +#endif
45 +
46  #ifndef DT_GNU_LIBLIST
47  #define DT_GNU_LIBLIST         0x6ffffef9
48  #define DT_GNU_LIBLISTSZ       0x6ffffdf7