From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LgKGD-0001qE-3O for qemu-devel@nongnu.org; Sun, 08 Mar 2009 10:45:49 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LgKGC-0001ov-4B for qemu-devel@nongnu.org; Sun, 08 Mar 2009 10:45:48 -0400 Received: from [199.232.76.173] (port=35094 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LgKGB-0001og-Uk for qemu-devel@nongnu.org; Sun, 08 Mar 2009 10:45:48 -0400 Received: from savannah.gnu.org ([199.232.41.3]:33798 helo=sv.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LgKGB-0005Z0-LS for qemu-devel@nongnu.org; Sun, 08 Mar 2009 10:45:47 -0400 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1LgKGB-0001Au-0M for qemu-devel@nongnu.org; Sun, 08 Mar 2009 14:45:47 +0000 Received: from blueswir1 by cvs.savannah.gnu.org with local (Exim 4.69) (envelope-from ) id 1LgKGA-0001Aq-Jn for qemu-devel@nongnu.org; Sun, 08 Mar 2009 14:45:46 +0000 MIME-Version: 1.0 Errors-To: blueswir1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Blue Swirl Message-Id: Date: Sun, 08 Mar 2009 14:45:46 +0000 Subject: [Qemu-devel] [6779] Prune unused TCG_AREGs Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Revision: 6779 http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6779 Author: blueswir1 Date: 2009-03-08 14:45:45 +0000 (Sun, 08 Mar 2009) Log Message: ----------- Prune unused TCG_AREGs Remove definitions for TCG_AREGs corresponding to AREG definitions removed in r6778. Signed-off-by: Stuart Brady Modified Paths: -------------- trunk/tcg/arm/tcg-target.h trunk/tcg/hppa/tcg-target.h trunk/tcg/i386/tcg-target.h trunk/tcg/ppc/tcg-target.h trunk/tcg/ppc64/tcg-target.h trunk/tcg/sparc/tcg-target.h trunk/tcg/x86_64/tcg-target.h Modified: trunk/tcg/arm/tcg-target.h =================================================================== --- trunk/tcg/arm/tcg-target.h 2009-03-08 12:41:36 UTC (rev 6778) +++ trunk/tcg/arm/tcg-target.h 2009-03-08 14:45:45 UTC (rev 6779) @@ -64,7 +64,6 @@ TCG_AREG0 = TCG_REG_R7, TCG_AREG1 = TCG_REG_R4, TCG_AREG2 = TCG_REG_R5, - TCG_AREG3 = TCG_REG_R6, }; static inline void flush_icache_range(unsigned long start, unsigned long stop) Modified: trunk/tcg/hppa/tcg-target.h =================================================================== --- trunk/tcg/hppa/tcg-target.h 2009-03-08 12:41:36 UTC (rev 6778) +++ trunk/tcg/hppa/tcg-target.h 2009-03-08 14:45:45 UTC (rev 6779) @@ -84,7 +84,6 @@ #define TCG_AREG0 TCG_REG_R17 #define TCG_AREG1 TCG_REG_R14 #define TCG_AREG2 TCG_REG_R15 -#define TCG_AREG3 TCG_REG_R16 static inline void flush_icache_range(unsigned long start, unsigned long stop) { Modified: trunk/tcg/i386/tcg-target.h =================================================================== --- trunk/tcg/i386/tcg-target.h 2009-03-08 12:41:36 UTC (rev 6778) +++ trunk/tcg/i386/tcg-target.h 2009-03-08 14:45:45 UTC (rev 6779) @@ -48,7 +48,6 @@ #define TCG_AREG0 TCG_REG_EBP #define TCG_AREG1 TCG_REG_EBX #define TCG_AREG2 TCG_REG_ESI -#define TCG_AREG3 TCG_REG_EDI static inline void flush_icache_range(unsigned long start, unsigned long stop) { Modified: trunk/tcg/ppc/tcg-target.h =================================================================== --- trunk/tcg/ppc/tcg-target.h 2009-03-08 12:41:36 UTC (rev 6778) +++ trunk/tcg/ppc/tcg-target.h 2009-03-08 14:45:45 UTC (rev 6779) @@ -85,4 +85,3 @@ #define TCG_AREG0 TCG_REG_R27 #define TCG_AREG1 TCG_REG_R24 #define TCG_AREG2 TCG_REG_R25 -#define TCG_AREG3 TCG_REG_R26 Modified: trunk/tcg/ppc64/tcg-target.h =================================================================== --- trunk/tcg/ppc64/tcg-target.h 2009-03-08 12:41:36 UTC (rev 6778) +++ trunk/tcg/ppc64/tcg-target.h 2009-03-08 14:45:45 UTC (rev 6779) @@ -81,4 +81,3 @@ #define TCG_AREG0 TCG_REG_R27 #define TCG_AREG1 TCG_REG_R24 #define TCG_AREG2 TCG_REG_R25 -#define TCG_AREG3 TCG_REG_R26 Modified: trunk/tcg/sparc/tcg-target.h =================================================================== --- trunk/tcg/sparc/tcg-target.h 2009-03-08 12:41:36 UTC (rev 6778) +++ trunk/tcg/sparc/tcg-target.h 2009-03-08 14:45:45 UTC (rev 6779) @@ -97,8 +97,6 @@ #define TCG_AREG0 TCG_REG_G2 #define TCG_AREG1 TCG_REG_G3 #define TCG_AREG2 TCG_REG_G4 -#define TCG_AREG3 TCG_REG_G5 -#define TCG_AREG4 TCG_REG_G6 #elif defined(__sparc_v9__) #define TCG_AREG0 TCG_REG_G5 #define TCG_AREG1 TCG_REG_G6 @@ -107,7 +105,6 @@ #define TCG_AREG0 TCG_REG_G6 #define TCG_AREG1 TCG_REG_G1 #define TCG_AREG2 TCG_REG_G2 -#define TCG_AREG3 TCG_REG_G3 #endif static inline void flush_icache_range(unsigned long start, unsigned long stop) Modified: trunk/tcg/x86_64/tcg-target.h =================================================================== --- trunk/tcg/x86_64/tcg-target.h 2009-03-08 12:41:36 UTC (rev 6778) +++ trunk/tcg/x86_64/tcg-target.h 2009-03-08 14:45:45 UTC (rev 6779) @@ -70,7 +70,6 @@ #define TCG_AREG0 TCG_REG_R14 #define TCG_AREG1 TCG_REG_R15 #define TCG_AREG2 TCG_REG_R12 -#define TCG_AREG3 TCG_REG_R13 static inline void flush_icache_range(unsigned long start, unsigned long stop) {