Rev 1160 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1160 | Rev 1398 | ||
---|---|---|---|
Line 27... | Line 27... | ||
27 | */ |
27 | */ |
28 | 28 | ||
29 | #ifndef __ppc64_ELF_H__ |
29 | #ifndef __ppc64_ELF_H__ |
30 | #define __ppc64_ELF_H__ |
30 | #define __ppc64_ELF_H__ |
31 | 31 | ||
32 | #define ELF_MACHINE EM_PPC |
32 | #define ELF_MACHINE EM_PPC64 |
33 | #define ELF_DATA_ENCODING ELFDATA2MSB |
33 | #define ELF_DATA_ENCODING ELFDATA2MSB |
34 | #define ELF_CLASS ELFCLASS32 |
34 | #define ELF_CLASS ELFCLASS32 |
35 | 35 | ||
36 | #endif |
36 | #endif |