diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-10-22 20:29:32 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-10-22 20:29:32 +0000 |
commit | 9d4c07f32f11187d471f05cd2165e6adbd4240a0 (patch) | |
tree | daddf88cceb91abe94d7de1c921d7fa62013df74 /patches/glibc | |
parent | 9cce3e2d7c1bca4d3aca124055e775706202685f (diff) | |
download | crosstool-ng-9d4c07f32f11187d471f05cd2165e6adbd4240a0.tar.gz crosstool-ng-9d4c07f32f11187d471f05cd2165e6adbd4240a0.tar.bz2 crosstool-ng-9d4c07f32f11187d471f05cd2165e6adbd4240a0.zip |
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(-)
Diffstat (limited to 'patches/glibc')
-rw-r--r-- | patches/glibc/2.7/190-alpha-asm_elf.patch | 23 |
1 files changed, 0 insertions, 23 deletions
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 @@ -48,29 +48,6 @@ common code, alpha, and sh fail when used. this should things up. 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 <sys/types.h> - #include <sys/ucontext.h> - #include <sys/user.h> --#include <asm/elf.h> - - __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 - { - int si_signo; /* Signal number. */ --- a/sysdeps/unix/sysv/linux/sys/procfs.h +++ b/sysdeps/unix/sysv/linux/sys/procfs.h @@ -1,115 +1,2 @@ |