提交 5ee882f1 编写于 作者: D David Woodhouse

Use __u32 for elf_addr_t in <asm-powerpc/elf.h>, not u32. It's user-visible.

Signed-off-by: NDavid Woodhouse <dwmw2@infradead.org>
上级 2c88f4a8
......@@ -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 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册