From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:37823) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOdJR-0000GX-9X for qemu-devel@nongnu.org; Mon, 23 May 2011 18:09:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QOdJQ-00086g-9Q for qemu-devel@nongnu.org; Mon, 23 May 2011 18:09:21 -0400 Received: from mail-iw0-f173.google.com ([209.85.214.173]:59466) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOdJQ-00086c-6Y for qemu-devel@nongnu.org; Mon, 23 May 2011 18:09:20 -0400 Received: by iwl42 with SMTP id 42so6162931iwl.4 for ; Mon, 23 May 2011 15:09:19 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1306186971-9528-3-git-send-email-aurelien@aurel32.net> References: <1306186971-9528-1-git-send-email-aurelien@aurel32.net> <1306186971-9528-3-git-send-email-aurelien@aurel32.net> Date: Mon, 23 May 2011 23:09:19 +0100 Message-ID: From: Peter Maydell Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v2 2/9] target-mips/gdbstub: remove old CONFIG_SOFTFLOAT #ifndef List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: qemu-devel@nongnu.org On 23 May 2011 22:42, Aurelien Jarno wrote: > target-mips has been switched to softfloat only long ago, but > a #ifndef CONFIG_SOFTFLOAT has been forgotten. Remove it. > > Signed-off-by: Aurelien Jarno Reviewed-by: Peter Maydell