Rev 938 | Rev 1702 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 938 | Rev 941 | ||
|---|---|---|---|
| Line 28... | Line 28... | ||
| 28 | 28 | ||
| 29 | #ifndef __mips32_ELF_H__ |
29 | #ifndef __mips32_ELF_H__ |
| 30 | #define __mips32_ELF_H__ |
30 | #define __mips32_ELF_H__ |
| 31 | 31 | ||
| 32 | #define ELF_MACHINE EM_MIPS |
32 | #define ELF_MACHINE EM_MIPS |
| - | 33 | ||
| - | 34 | #ifdef BIG_ENDIAN |
|
| 33 | #define ELF_DATA_ENCODING ELFDATA2MSB |
35 | # define ELF_DATA_ENCODING ELFDATA2MSB |
| - | 36 | #else |
|
| - | 37 | # define ELF_DATA_ENCODING ELFDATA2LSB |
|
| - | 38 | #endif |
|
| - | 39 | ||
| 34 | #define ELF_CLASS ELFCLASS32 |
40 | #define ELF_CLASS ELFCLASS32 |
| 35 | 41 | ||
| 36 | #endif |
42 | #endif |