diff options
Diffstat (limited to 'scripts/mod/modpost.h')
-rw-r--r-- | scripts/mod/modpost.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/mod/modpost.h b/scripts/mod/modpost.h index 0ffed17ec20c..999f15e0e008 100644 --- a/scripts/mod/modpost.h +++ b/scripts/mod/modpost.h | |||
@@ -17,6 +17,7 @@ | |||
17 | #define Elf_Shdr Elf32_Shdr | 17 | #define Elf_Shdr Elf32_Shdr |
18 | #define Elf_Sym Elf32_Sym | 18 | #define Elf_Sym Elf32_Sym |
19 | #define Elf_Addr Elf32_Addr | 19 | #define Elf_Addr Elf32_Addr |
20 | #define Elf_Sword Elf64_Sword | ||
20 | #define Elf_Section Elf32_Half | 21 | #define Elf_Section Elf32_Half |
21 | #define ELF_ST_BIND ELF32_ST_BIND | 22 | #define ELF_ST_BIND ELF32_ST_BIND |
22 | #define ELF_ST_TYPE ELF32_ST_TYPE | 23 | #define ELF_ST_TYPE ELF32_ST_TYPE |
@@ -31,6 +32,7 @@ | |||
31 | #define Elf_Shdr Elf64_Shdr | 32 | #define Elf_Shdr Elf64_Shdr |
32 | #define Elf_Sym Elf64_Sym | 33 | #define Elf_Sym Elf64_Sym |
33 | #define Elf_Addr Elf64_Addr | 34 | #define Elf_Addr Elf64_Addr |
35 | #define Elf_Sword Elf64_Sxword | ||
34 | #define Elf_Section Elf64_Half | 36 | #define Elf_Section Elf64_Half |
35 | #define ELF_ST_BIND ELF64_ST_BIND | 37 | #define ELF_ST_BIND ELF64_ST_BIND |
36 | #define ELF_ST_TYPE ELF64_ST_TYPE | 38 | #define ELF_ST_TYPE ELF64_ST_TYPE |