From patchwork Tue Dec 8 16:06:31 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nathan Froyd X-Patchwork-Id: 40655 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id CDB49B6F07 for ; Wed, 9 Dec 2009 04:43:32 +1100 (EST) Received: from localhost ([127.0.0.1]:59626 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NI45x-0002js-1w for incoming@patchwork.ozlabs.org; Tue, 08 Dec 2009 12:43:29 -0500 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 Received: (qmail 32185 invoked from network); 8 Dec 2009 16:06:38 -0000 Received: from unknown (HELO localhost) (froydnj@127.0.0.2) by mail.codesourcery.com with ESMTPA; 8 Dec 2009 16:06:38 -0000 From: Nathan Froyd To: qemu-devel@nongnu.org Date: Tue, 8 Dec 2009 08:06:31 -0800 Message-Id: <1260288392-20804-11-git-send-email-froydnj@codesourcery.com> X-Mailer: git-send-email 1.6.3.2 In-Reply-To: <1260288392-20804-1-git-send-email-froydnj@codesourcery.com> References: <1260288392-20804-1-git-send-email-froydnj@codesourcery.com> X-detected-operating-system: by mx20.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) Subject: [Qemu-devel] [PATCH 10/11] target-mips: add copyright notice for mips16 work X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@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