From c4e3734b922bc05c831890870c74834938771c7c Mon Sep 17 00:00:00 2001 From: Rod Whitby Date: Sat, 2 Jun 2007 16:35:09 +0000 Subject: apex: Updated to version 1.5.6 (which includes the compiler inlining fixes). git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7451 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../apex/patches/100-fix_compiler_inlining.patch | 28 ---------------------- 1 file changed, 28 deletions(-) delete mode 100644 target/linux/ixp4xx-2.6/image/apex/patches/100-fix_compiler_inlining.patch (limited to 'target/linux/ixp4xx-2.6/image/apex/patches/100-fix_compiler_inlining.patch') diff --git a/target/linux/ixp4xx-2.6/image/apex/patches/100-fix_compiler_inlining.patch b/target/linux/ixp4xx-2.6/image/apex/patches/100-fix_compiler_inlining.patch deleted file mode 100644 index 427068dab2..0000000000 --- a/target/linux/ixp4xx-2.6/image/apex/patches/100-fix_compiler_inlining.patch +++ /dev/null @@ -1,28 +0,0 @@ ---- apex-1.5.4/src/arch-arm/entry/apex.lds.S~ 2007-05-31 14:54:41.000000000 +0930 -+++ apex-1.5.4/src/arch-arm/entry/apex.lds.S 2007-06-02 14:26:51.000000000 +0930 -@@ -48,8 +48,8 @@ - } - .reset.post : { /* Post-SDRAM init code.*/ - *(.reset.post) -- *(.reset.postfn) -- *(.reset.postex) -+ *(.reset.post.func) -+ *(.reset.post.exit) - } - .rlocate : { /* Final/only relocation of APEX to SDRAM */ - *(.rlocate) ---- apex-1.5.4/src/arch-arm/entry/reset.c~ 2007-05-31 14:54:41.000000000 +0930 -+++ apex-1.5.4/src/arch-arm/entry/reset.c 2007-06-02 14:27:20.000000000 +0930 -@@ -292,10 +292,10 @@ - // __asm volatile ("mov sp, %0" :: "r" (&APEX_VMA_STACK_START)); - - __asm volatile ("mov r0, %0" :: "r" (offset)); -- __asm volatile ("b reset_post_2"); -+ __asm volatile ("b reset_post_exit"); - } - --void __naked __section (.reset.post) reset_post_2 (void) -+void __naked __section (.reset.post.exit) reset_post_exit (void) - { - } - -- cgit v1.2.3