Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5ee882f1 authored by David Woodhouse's avatar David Woodhouse
Browse files

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

parent 2c88f4a8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */