X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fgdbserver%2Fxtensa-xtregs.c;h=bd14679ff80881f743e13801e22947bf682654a5;hb=e8319fde715960466aca2461c74cec8907abd391;hp=f090e707180a4758429229c9833d9614f9f9a2c0;hpb=0fb0cc7590113e9b459dfcc48dc71c9d419d9580;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/gdbserver/xtensa-xtregs.c b/gdb/gdbserver/xtensa-xtregs.c index f090e70718..bd14679ff8 100644 --- a/gdb/gdbserver/xtensa-xtregs.c +++ b/gdb/gdbserver/xtensa-xtregs.c @@ -1,11 +1,11 @@ /* Table mapping between kernel xtregset and GDB register cache. - Copyright 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2007-2020 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 2 of the + published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -35,4 +35,3 @@ const xtensa_regtable_t xtensa_regmap_table[] = { { 44, 176, 0, 0, 4, -1, 0x020c, "scompare1" }, { 0 } }; -