> > 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