summaryrefslogtreecommitdiff
path: root/patches/glibc/2_9/520-sh-no-asm-elf-header.patch
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-03-28 13:34:41 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-03-28 13:34:41 (GMT)
commitaeddc2708dfec1daf0dd71a9afd41bcd98fe6ee0 (patch)
treec1f02b666c42e7d0493064b072e8b80201f03aca /patches/glibc/2_9/520-sh-no-asm-elf-header.patch
parent91a189c7ba35f9a723c986c3b90873db0f4366b9 (diff)
Rename patch dir for glibc-2.9: version string is 2.9, not 2_9.
Diffstat (limited to 'patches/glibc/2_9/520-sh-no-asm-elf-header.patch')
-rw-r--r--patches/glibc/2_9/520-sh-no-asm-elf-header.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/patches/glibc/2_9/520-sh-no-asm-elf-header.patch b/patches/glibc/2_9/520-sh-no-asm-elf-header.patch
deleted file mode 100644
index 2fceb48..0000000
--- a/patches/glibc/2_9/520-sh-no-asm-elf-header.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-2007-03-13 Mike Frysinger <vapier@gentoo.org>
-
- * sysdeps/unix/sysv/linux/sh/sys/procfs.h: Copy Linux's asm-sh/elf.h types.
-
---- glibc-2_9/sysdeps/unix/sysv/linux/sh/sys/procfs.h
-+++ glibc-2_9/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. */