Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1881
b: refs/heads/master
c: 718a30a
h: refs/heads/master
i:
  1879: 88ee87c
v: v3
  • Loading branch information
Mike Frysinger authored and Russell King committed Jun 3, 2005
1 parent 6dd5324 commit f949f5f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 105bb2698b54a838165947199f1c8be5c2e7d9bb
refs/heads/master: 718a30a5cf0a9142f716a49853bd4b4a25a8da1b
4 changes: 2 additions & 2 deletions trunk/include/asm-arm/elf.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ typedef struct user_fp elf_fpregset_t;
*/
#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

Expand Down
2 changes: 1 addition & 1 deletion trunk/include/asm-arm26/elf.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ typedef struct { void *null; } elf_fpregset_t;
* 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_ARM

#define USE_ELF_CORE_DUMP
Expand Down

0 comments on commit f949f5f

Please sign in to comment.