diff options
| author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-08-27 17:42:24 +0000 |
|---|---|---|
| committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-08-27 17:42:24 +0000 |
| commit | 0a55dffbb7011b47a18818c02a370e31c8b9e660 (patch) | |
| tree | c08aadeb6530f623a3215cbdbf9b0309e903307d /libc/sysdeps/linux/powerpc/sys/procfs.h | |
| parent | 0ad664b713a9d4a2fb82c4ad3fa5a955a9ba7e9c (diff) | |
| download | uClibc-alpine-0a55dffbb7011b47a18818c02a370e31c8b9e660.tar.bz2 uClibc-alpine-0a55dffbb7011b47a18818c02a370e31c8b9e660.tar.xz | |
Sync.
Diffstat (limited to 'libc/sysdeps/linux/powerpc/sys/procfs.h')
| -rw-r--r-- | libc/sysdeps/linux/powerpc/sys/procfs.h | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/libc/sysdeps/linux/powerpc/sys/procfs.h b/libc/sysdeps/linux/powerpc/sys/procfs.h index f2424889e..ff85f09f9 100644 --- a/libc/sysdeps/linux/powerpc/sys/procfs.h +++ b/libc/sysdeps/linux/powerpc/sys/procfs.h @@ -42,15 +42,10 @@ typedef elf_greg_t elf_gregset_t[ELF_NGREG]; typedef double elf_fpreg_t; typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG]; -/* gcc 3.1 and newer support __uint128_t. */ -#if !__GNUC_PREREQ(3,1) -typedef struct { - unsigned long u[4]; -} __attribute((aligned(16))) __uint128_t; -#endif - /* Altivec registers */ -typedef __uint128_t elf_vrreg_t; +typedef struct { + unsigned int u[4]; +} __attribute((aligned (16))) elf_vrreg_t; typedef elf_vrreg_t elf_vrregset_t[ELF_NVRREG]; struct elf_siginfo |
