From 9d4c07f32f11187d471f05cd2165e6adbd4240a0 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Wed, 22 Oct 2008 20:29:32 +0000 Subject: Remove an unwanted SuperH chunk from an Alpha patch. /trunk/patches/glibc/2.7/190-alpha-asm_elf.patch | 23 0 23 0 ----------------------- 1 file changed, 23 deletions(-) --- patches/glibc/2.7/190-alpha-asm_elf.patch | 23 ----------------------- 1 file changed, 23 deletions(-) (limited to 'patches/glibc') diff --git a/patches/glibc/2.7/190-alpha-asm_elf.patch b/patches/glibc/2.7/190-alpha-asm_elf.patch index 3da5c8e4..b9d709e4 100644 --- a/patches/glibc/2.7/190-alpha-asm_elf.patch +++ b/patches/glibc/2.7/190-alpha-asm_elf.patch @@ -44,29 +44,6 @@ common code, alpha, and sh fail when used. this should things up. + +typedef double elf_fpreg_t; +typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG]; -+ - struct elf_siginfo - { - int si_signo; /* Signal number. */ ---- a/sysdeps/unix/sysv/linux/sh/sys/procfs.h -+++ b/sysdeps/unix/sysv/linux/sh/sys/procfs.h -@@ -29,10 +29,19 @@ - #include - #include - #include --#include - - __BEGIN_DECLS - -+/* -+ * ELF register definitions... -+ */ -+typedef unsigned long elf_greg_t; -+ -+#define ELF_NGREG (sizeof (struct pt_regs) / sizeof(elf_greg_t)) -+typedef elf_greg_t elf_gregset_t[ELF_NGREG]; -+ -+typedef struct user_fpu_struct elf_fpregset_t; + struct elf_siginfo { -- cgit v1.2.3