X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=cpu%2Fsh.opc;h=364fcccf64799f738c1ace000c7fbaedf5323118;hb=7d458ea516b58c98214406859d57965879019215;hp=b010403f0a178311951cf52c3b9931b2c46ec569;hpb=01f0fe5e0450edf168c1f612feb93cf588e4e7ea;p=deliverable%2Fbinutils-gdb.git diff --git a/cpu/sh.opc b/cpu/sh.opc index b010403f0a..364fcccf64 100644 --- a/cpu/sh.opc +++ b/cpu/sh.opc @@ -1,6 +1,6 @@ /* SHmedia opcode support. -*- C -*- - Copyright 2000, 2005 Free Software Foundation, Inc. + Copyright 2000, 2005, 2007, 2009 Free Software Foundation, Inc. Contributed by Red Hat Inc; developed under contract from Hitachi Semiconductor (America) Inc. @@ -9,7 +9,7 @@ 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 License, or + 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, @@ -22,6 +22,7 @@ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ + /* This file is an addendum to sh-media.cpu. Heavy use of C code isn't appropriate in .cpu files, so it resides here. This especially applies to assembly/disassembly where parsing/printing can be quite involved.