From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JuXbK-0007IW-Nh for qemu-devel@nongnu.org; Fri, 09 May 2008 14:45:50 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JuXbJ-0007IE-LQ for qemu-devel@nongnu.org; Fri, 09 May 2008 14:45:49 -0400 Received: from [199.232.76.173] (port=53871 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JuXbJ-0007IB-Fh for qemu-devel@nongnu.org; Fri, 09 May 2008 14:45:49 -0400 Received: from savannah.gnu.org ([199.232.41.3]:52957 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 1JuXbJ-0007tD-5g for qemu-devel@nongnu.org; Fri, 09 May 2008 14:45:49 -0400 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.63) (envelope-from ) id 1JuXbI-0004P4-M4 for qemu-devel@nongnu.org; Fri, 09 May 2008 18:45:48 +0000 Received: from aurel32 by cvs.savannah.gnu.org with local (Exim 4.63) (envelope-from ) id 1JuXbI-0004Ov-CR for qemu-devel@nongnu.org; Fri, 09 May 2008 18:45:48 +0000 MIME-Version: 1.0 Errors-To: aurel32 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Aurelien Jarno Message-Id: Date: Fri, 09 May 2008 18:45:48 +0000 Subject: [Qemu-devel] [4395] Move #include "softfloat.h" to cpu-all.h 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: 4395 http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4395 Author: aurel32 Date: 2008-05-09 18:45:47 +0000 (Fri, 09 May 2008) Log Message: ----------- Move #include "softfloat.h" to cpu-all.h Modified Paths: -------------- trunk/cpu-all.h trunk/target-cris/cpu.h Modified: trunk/cpu-all.h =================================================================== --- trunk/cpu-all.h 2008-05-09 14:40:22 UTC (rev 4394) +++ trunk/cpu-all.h 2008-05-09 18:45:47 UTC (rev 4395) @@ -38,6 +38,7 @@ */ #include "bswap.h" +#include "softfloat.h" #if defined(WORDS_BIGENDIAN) != defined(TARGET_WORDS_BIGENDIAN) #define BSWAP_NEEDED Modified: trunk/target-cris/cpu.h =================================================================== --- trunk/target-cris/cpu.h 2008-05-09 14:40:22 UTC (rev 4394) +++ trunk/target-cris/cpu.h 2008-05-09 18:45:47 UTC (rev 4395) @@ -25,8 +25,6 @@ #include "cpu-defs.h" -#include "softfloat.h" - #define TARGET_HAS_ICE 1 #define ELF_MACHINE EM_CRIS