From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:50765) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RF45I-0007V6-Sk for qemu-devel@nongnu.org; Sat, 15 Oct 2011 09:15:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RF45H-0001Uf-Tx for qemu-devel@nongnu.org; Sat, 15 Oct 2011 09:15:28 -0400 Received: from mail-bw0-f45.google.com ([209.85.214.45]:57401) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RF45H-0001UZ-IG for qemu-devel@nongnu.org; Sat, 15 Oct 2011 09:15:27 -0400 Received: by bkat2 with SMTP id t2so4294482bka.4 for ; Sat, 15 Oct 2011 06:15:26 -0700 (PDT) From: Max Filippov Date: Sat, 15 Oct 2011 17:15:21 +0400 References: <1318213565-3268-1-git-send-email-jcmvbkbc@gmail.com> <1318213565-3268-7-git-send-email-jcmvbkbc@gmail.com> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201110151715.21769.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 > > diff --git a/target-xtensa/core-fsf/gdb-config.c b/target-xtensa/core-fsf/gdb-config.c > > new file mode 100644 > > index 0000000..6705d9c > > --- /dev/null > > +++ b/target-xtensa/core-fsf/gdb-config.c > > @@ -0,0 +1,152 @@ > > +/* Configuration for the Xtensa architecture for GDB, the GNU debugger. > > + > > + Copyright (C) 2003, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. > > + > > + This file is part of GDB. > > + > > + This program is free software; you can redistribute it and/or modify > > + it under the terms of the GNU General Public License as published by > > + the Free Software Foundation; either version 3 of the License, or > > 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. Thanks. -- Max