aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/include/asm/elf.h')
-rw-r--r--arch/arm/include/asm/elf.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/include/asm/elf.h b/arch/arm/include/asm/elf.h
index 4ca751627489..7ea302c14a59 100644
--- a/arch/arm/include/asm/elf.h
+++ b/arch/arm/include/asm/elf.h
@@ -3,7 +3,6 @@
3 3
4#include <asm/hwcap.h> 4#include <asm/hwcap.h>
5 5
6#ifndef __ASSEMBLY__
7/* 6/*
8 * ELF register definitions.. 7 * ELF register definitions..
9 */ 8 */
@@ -17,7 +16,6 @@ typedef unsigned long elf_freg_t[3];
17typedef elf_greg_t elf_gregset_t[ELF_NGREG]; 16typedef elf_greg_t elf_gregset_t[ELF_NGREG];
18 17
19typedef struct user_fp elf_fpregset_t; 18typedef struct user_fp elf_fpregset_t;
20#endif
21 19
22#define EM_ARM 40 20#define EM_ARM 40
23#define EF_ARM_APCS26 0x08 21#define EF_ARM_APCS26 0x08
@@ -41,7 +39,6 @@ typedef struct user_fp elf_fpregset_t;
41#endif 39#endif
42#define ELF_ARCH EM_ARM 40#define ELF_ARCH EM_ARM
43 41
44#ifndef __ASSEMBLY__
45/* 42/*
46 * This yields a string that ld.so will use to load implementation 43 * This yields a string that ld.so will use to load implementation
47 * specific libraries for optimization. This is more specific in 44 * specific libraries for optimization. This is more specific in
@@ -59,7 +56,6 @@ typedef struct user_fp elf_fpregset_t;
59#define ELF_PLATFORM (elf_platform) 56#define ELF_PLATFORM (elf_platform)
60 57
61extern char elf_platform[]; 58extern char elf_platform[];
62#endif
63 59
64/* 60/*
65 * This is used to ensure we don't load something for the wrong architecture. 61 * This is used to ensure we don't load something for the wrong architecture.