Skip to content

Commit

Permalink
Use __u32 for elf_addr_t in <asm-powerpc/elf.h>, not u32. It's user-v…
Browse files Browse the repository at this point in the history
…isible.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
  • Loading branch information
David Woodhouse committed May 4, 2006
1 parent 2c88f4a commit 5ee882f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-powerpc/elf.h
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ typedef elf_greg_t32 elf_gregset_t32[ELF_NGREG];
/* Assumption: ELF_ARCH == EM_PPC and ELF_CLASS == ELFCLASS32 */
typedef elf_greg_t32 elf_greg_t;
typedef elf_gregset_t32 elf_gregset_t;
# define elf_addr_t u32
# define elf_addr_t __u32
#endif /* ELF_ARCH */

/* Floating point registers */
Expand Down

0 comments on commit 5ee882f

Please sign in to comment.