From 2fe118d1049640ff2ef2c878053414d70c0ebcc3 Mon Sep 17 00:00:00 2001 From: nbd Date: Fri, 29 Apr 2005 13:43:03 +0000 Subject: remove unused gcc versions (<3.3.5, 3.4.0-3.4.2) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@759 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/toolchain/gcc/3.4.2/401-ppc-eabi-typo.patch | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 openwrt/toolchain/gcc/3.4.2/401-ppc-eabi-typo.patch (limited to 'openwrt/toolchain/gcc/3.4.2/401-ppc-eabi-typo.patch') diff --git a/openwrt/toolchain/gcc/3.4.2/401-ppc-eabi-typo.patch b/openwrt/toolchain/gcc/3.4.2/401-ppc-eabi-typo.patch deleted file mode 100644 index dbb856868..000000000 --- a/openwrt/toolchain/gcc/3.4.2/401-ppc-eabi-typo.patch +++ /dev/null @@ -1,20 +0,0 @@ -revision 1.12 -date: 2004/07/16 15:13:40; author: segher; state: Exp; lines: +1 -1 - * config/rs6000/eabi.asm (__eabi_convert): Fix typo (cmpi vs. cmpwi). -Index: gcc/config/rs6000/eabi.asm -=================================================================== -RCS file: /cvs/gcc/gcc/gcc/config/rs6000/eabi.asm,v -retrieving revision 1.11 -retrieving revision 1.12 -diff -u -b -B -w -p -r1.11 -r1.12 ---- gcc/gcc/config/rs6000/eabi.asm 20 Sep 2002 23:46:58 -0000 1.11 -+++ gcc/gcc/config/rs6000/eabi.asm 16 Jul 2004 15:13:40 -0000 1.12 -@@ -252,7 +252,7 @@ FUNC_START(__eabi_convert) - - .Lcvt: - lwzu 6,4(3) /* pointer to convert */ -- cmpi 0,6,0 -+ cmpwi 0,6,0 - beq- .Lcvt2 /* if pointer is null, don't convert */ - - add 6,6,12 /* convert pointer */ -- cgit v1.2.3