From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NI3gU-0008GT-EM for qemu-devel@nongnu.org; Tue, 08 Dec 2009 12:17:10 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NI3gP-0008CE-DO for qemu-devel@nongnu.org; Tue, 08 Dec 2009 12:17:09 -0500 Received: from [199.232.76.173] (port=48145 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NI3gP-0008By-58 for qemu-devel@nongnu.org; Tue, 08 Dec 2009 12:17:05 -0500 Received: from mx20.gnu.org ([199.232.41.8]:55500) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NI3gP-0000Xh-0w for qemu-devel@nongnu.org; Tue, 08 Dec 2009 12:17:05 -0500 Received: from mail.codesourcery.com ([38.113.113.100]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NI3gN-0004Ka-W6 for qemu-devel@nongnu.org; Tue, 08 Dec 2009 12:17:04 -0500 From: Nathan Froyd Date: Tue, 8 Dec 2009 08:06:31 -0800 Message-Id: <1260288392-20804-11-git-send-email-froydnj@codesourcery.com> In-Reply-To: <1260288392-20804-1-git-send-email-froydnj@codesourcery.com> References: <1260288392-20804-1-git-send-email-froydnj@codesourcery.com> Subject: [Qemu-devel] [PATCH 10/11] target-mips: add copyright notice for mips16 work List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Also cross off mips16 ASE in TODO. Signed-off-by: Nathan Froyd --- target-mips/TODO | 1 - target-mips/translate.c | 1 + 2 files changed, 1 insertions(+), 1 deletions(-) diff --git a/target-mips/TODO b/target-mips/TODO index 4769e2a..9101881 100644 --- a/target-mips/TODO +++ b/target-mips/TODO @@ -4,7 +4,6 @@ Unsolved issues/bugs in the mips/mipsel backend General ------- - Unimplemented ASEs: - - MIPS16 - MDMX - SmartMIPS - DSP r1 diff --git a/target-mips/translate.c b/target-mips/translate.c index ef5e250..91dd13a 100644 --- a/target-mips/translate.c +++ b/target-mips/translate.c @@ -4,6 +4,7 @@ * Copyright (c) 2004-2005 Jocelyn Mayer * Copyright (c) 2006 Marius Groeger (FPU operations) * Copyright (c) 2006 Thiemo Seufer (MIPS32R2 support) + * Copyright (c) 2009 CodeSourcery (MIPS16 support) * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public -- 1.6.3.2