blob: 2cbc77887d8da55b01ebdf87f0fe88929c9dc7fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
--- include/asm-arm/elf.h
+++ include/asm-arm/elf.h
@@ -30,9 +30,9 @@
*/
#define ELF_CLASS ELFCLASS32
#ifdef __ARMEB__
-#define ELF_DATA ELFDATA2MSB;
+#define ELF_DATA ELFDATA2MSB
#else
-#define ELF_DATA ELFDATA2LSB;
+#define ELF_DATA ELFDATA2LSB
#endif
#define ELF_ARCH EM_ARM
--- include/asm-cris/elf.h
+++ include/asm-cris/elf.h
@@ -26,7 +26,7 @@
* These are used to set parameters in the core dumps.
*/
#define ELF_CLASS ELFCLASS32
-#define ELF_DATA ELFDATA2LSB;
+#define ELF_DATA ELFDATA2LSB
#define ELF_ARCH EM_CRIS
/* SVR4/i386 ABI (pages 3-31, 3-32) says that when the program
|