Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211527
b: refs/heads/master
c: 2d01971
h: refs/heads/master
i:
  211525: a4953a4
  211523: 5528010
  211519: 506ebcd
v: v3
  • Loading branch information
Kyle McMartin authored and Linus Torvalds committed Oct 16, 2010
1 parent 6f44d72 commit 5a47886
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 4f515cc93248face6ba45dd296dc3e7381848ab7
refs/heads/master: 2d019713b7acbc01d769a1e512ca1f9a04c30bd0
4 changes: 2 additions & 2 deletions trunk/arch/m32r/include/asm/elf.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ typedef elf_fpreg_t elf_fpregset_t;
* These are used to set parameters in the core dumps.
*/
#define ELF_CLASS ELFCLASS32
#if defined(__LITTLE_ENDIAN)
#if defined(__LITTLE_ENDIAN__)
#define ELF_DATA ELFDATA2LSB
#elif defined(__BIG_ENDIAN)
#elif defined(__BIG_ENDIAN__)
#define ELF_DATA ELFDATA2MSB
#else
#error no endian defined
Expand Down

0 comments on commit 5a47886

Please sign in to comment.