From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:49526) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RF4X3-0004de-N7 for qemu-devel@nongnu.org; Sat, 15 Oct 2011 09:44:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RF4X2-0006xX-Tm for qemu-devel@nongnu.org; Sat, 15 Oct 2011 09:44:09 -0400 Received: from mail-bw0-f45.google.com ([209.85.214.45]:56120) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RF4X2-0006xS-Me for qemu-devel@nongnu.org; Sat, 15 Oct 2011 09:44:08 -0400 Received: by bkat2 with SMTP id t2so4319451bka.4 for ; Sat, 15 Oct 2011 06:44:07 -0700 (PDT) From: Max Filippov Date: Sat, 15 Oct 2011 17:44:04 +0400 References: <1318213565-3268-1-git-send-email-jcmvbkbc@gmail.com> <201110151715.21769.jcmvbkbc@gmail.com> In-Reply-To: <201110151715.21769.jcmvbkbc@gmail.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201110151744.04166.jcmvbkbc@gmail.com> Subject: Re: [Qemu-devel] [PATCH 6/7] target-xtensa: add fsf core List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: qemu-devel@nongnu.org > > Nack. GPLv3 is by design incompatible with GPLv2only (but not with > > GPLv2+ or IIRC BSD-like) licenses. Please only use code from GDB > > before v3 switch. > > Ok, let's drop this patch. Fortunately nothing really depends on it. > I could re-format xtensa-config.c from gdb-6.6, but register layout has changed since then. Or we can retain the core but disable gdb for it. If that's acceptable I will resend the patch. Thanks. -- Max