glibc-2.2.5-allow-gcc-4.0-powerpc-procfs.patch

来自「linux下编译交叉工具链的工具源码」· PATCH 代码 · 共 23 行

PATCH
23
字号
--- glibc-2.2.5/sysdeps/unix/sysv/linux/powerpc/sys/procfs.h.old	2005-03-24 13:11:39.746062400 +0100+++ glibc-2.2.5/sysdeps/unix/sysv/linux/powerpc/sys/procfs.h	2005-03-24 13:15:11.810996800 +0100@@ -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

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?