Subversion Repositories HelenOS

Rev

Rev 2995 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2995 Rev 3681
Line 38... Line 38...
38
/*
38
/*
39
 * ppc32 dynamic relocation types
39
 * ppc32 dynamic relocation types
40
 */
40
 */
41
 
41
 
42
#define R_PPC_ADDR32    1
42
#define R_PPC_ADDR32    1
-
 
43
#define R_PPC_ADDR16_LO 4
-
 
44
#define R_PPC_ADDR16_HI 5
-
 
45
#define R_PPC_ADDR16_HA 6
43
#define R_PPC_REL24 10
46
#define R_PPC_REL24 10
-
 
47
#define R_PPC_COPY  19
44
#define R_PPC_JMP_SLOT  21
48
#define R_PPC_JMP_SLOT  21
45
#define R_PPC_RELATIVE  22
49
#define R_PPC_RELATIVE  22
46
 
50
 
47
#endif
51
#endif
48
 
52