From de859f6b2ac8660113e15aff6bc394a441dda60e Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Fri, 12 Mar 2010 23:14:59 +0100 Subject: toolchain: Add uClibc 0.9.30.3, remove older 0.9.30.x As the 0.9.30.x stable releases only contain bugfixes, there isn't much sense in using the older 0.9.30.x releases instead of .3, so use a single 0.9.30.x config similar to how we do it for the kernel headers. Signed-off-by: Peter Korsgaard --- .../uClibc-0.9.30-xtensa-000p-fix-procfs.patch | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 toolchain/uClibc/uClibc-0.9.30-xtensa-000p-fix-procfs.patch (limited to 'toolchain/uClibc/uClibc-0.9.30-xtensa-000p-fix-procfs.patch') diff --git a/toolchain/uClibc/uClibc-0.9.30-xtensa-000p-fix-procfs.patch b/toolchain/uClibc/uClibc-0.9.30-xtensa-000p-fix-procfs.patch deleted file mode 100644 index 8e62d205f..000000000 --- a/toolchain/uClibc/uClibc-0.9.30-xtensa-000p-fix-procfs.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- uClibc-0.9.29-orig/libc/sysdeps/linux/xtensa/sys/procfs.h 2007-11-16 23:21:00.000000000 -0800 -+++ uClibc-0.9.29/libc/sysdeps/linux/xtensa/sys/procfs.h 2007-11-16 23:26:59.000000000 -0800 -@@ -32,19 +32,11 @@ - #include - #include - #include -+#include - - __BEGIN_DECLS - --/* Type for a general-purpose register. */ --typedef unsigned long elf_greg_t; -- --#define ELF_NGREG 128 --typedef elf_greg_t elf_gregset_t[ELF_NGREG]; -- --/* Register set for the floating-point registers. */ --#define ELF_NFPREG 18 --typedef unsigned long elf_fpreg_t; --typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG]; -+/* Note: we get elf_gregset_t and elf_fpregset_t from . */ - - /* Signal info. */ - struct elf_siginfo -- cgit v1.2.3