Update .sanitize files
[deliverable/binutils-gdb.git] / gdb / am29k-opcode.h
index 96aff4030dd2e8606ec3c6d2e6fb1c29c9b1551d..3a32e230c62341441858c09c989f892985436b71 100644 (file)
@@ -6,8 +6,8 @@ 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 1, or (at your option)
-any later version.
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
 
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,8 +15,8 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with this program; see the file COPYING.  If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+along with this program; if not, write to the Free Software
+Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 struct am29k_opcode {
   /* Name of the instruction.  */
@@ -194,7 +194,7 @@ static struct am29k_opcode am29k_opcodes[] =
 { "mfacc", 0xe9, "c,d,f" },
 { "mfsr", 0xc6, "c,s" },
 { "mftlb", 0xb6, "c,a" },
-{ "mtacc", 0xe8, "c,d,f" },
+{ "mtacc", 0xe8, "a,d,f" },
 { "mtsr", 0xce, "s,b" },
 { "mtsrim", 0x04, "s,x" },
 { "mttlb", 0xbe, "a,b" },
This page took 0.023359 seconds and 4 git commands to generate.