[uClibc-cvs] svn commit: branches/uClibc-nptl/libc/sysdeps/linux/powerpc/sys

sjhill at uclibc.org sjhill at uclibc.org
Sat Aug 27 17:42:25 UTC 2005


Author: sjhill
Date: 2005-08-27 11:42:24 -0600 (Sat, 27 Aug 2005)
New Revision: 11265

Log:
Sync.


Modified:
   branches/uClibc-nptl/libc/sysdeps/linux/powerpc/sys/procfs.h


Changeset:
Modified: branches/uClibc-nptl/libc/sysdeps/linux/powerpc/sys/procfs.h
===================================================================
--- branches/uClibc-nptl/libc/sysdeps/linux/powerpc/sys/procfs.h	2005-08-27 11:41:56 UTC (rev 11264)
+++ branches/uClibc-nptl/libc/sysdeps/linux/powerpc/sys/procfs.h	2005-08-27 17:42:24 UTC (rev 11265)
@@ -42,15 +42,10 @@
 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




More information about the uClibc-cvs mailing list