From aa725129e840e596bbbf43b80fed6194a0dfbc72 Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 23 Mar 2009 17:56:28 +0000 Subject: clean up uclibc patch/config version handling a bit git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14994 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- toolchain/uClibc/patches/132-arm_fix_alignment.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 toolchain/uClibc/patches/132-arm_fix_alignment.patch (limited to 'toolchain/uClibc/patches/132-arm_fix_alignment.patch') diff --git a/toolchain/uClibc/patches/132-arm_fix_alignment.patch b/toolchain/uClibc/patches/132-arm_fix_alignment.patch deleted file mode 100644 index acf3654df..000000000 --- a/toolchain/uClibc/patches/132-arm_fix_alignment.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/ldso/ldso/arm/dl-sysdep.h -+++ b/ldso/ldso/arm/dl-sysdep.h -@@ -15,6 +15,8 @@ - GOT_BASE[1] = (unsigned long) MODULE; \ - } - -+#define DL_MALLOC_ALIGN 8 /* EABI needs 8 byte alignment for STRD LDRD*/ -+ - static inline unsigned long arm_modulus(unsigned long m, unsigned long p) - { - unsigned long i,t,inc; -- cgit v1.2.3