ubsan: z8k: index 10 out of bounds for type 'unsigned int const[10]'
[deliverable/binutils-gdb.git] / gas / config / itbl-mips.h
index 75af74563a80a0794a901ea4a5b7094bc969e360..d2392e07dca803657b69c43fa2b656b90d9379a1 100644 (file)
@@ -1,5 +1,25 @@
+/* itbl-mips.h
 
-/* Defines for Mips itbl cop support */
+   Copyright (C) 1997-2020 Free Software Foundation, Inc.
+
+   This file is part of GAS, the GNU Assembler.
+
+   GAS 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, or (at your option)
+   any later version.
+
+   GAS is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   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 GAS; see the file COPYING.  If not, write to the Free
+   Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA
+   02110-1301, USA.  */
+
+/* Defines for Mips itbl cop support.  */
 
 #include "opcode/mips.h"
 
@@ -15,7 +35,7 @@
 #define MIPS_DECODE_COP_NUM(insn) ((~MIPS_OPCODE_COP0&(insn>>25))>>1)
 #define MIPS_DECODE_COP_COFUN(insn) ((~MIPS_ENCODE_COP_NUM(3))&(insn))
 
-/* definitions required by generic code */ 
+/* definitions required by generic code */
 #define ITBL_IS_INSN(insn) MIPS_IS_COP_INSN(insn)
 #define ITBL_DECODE_PNUM(insn) MIPS_DECODE_COP_NUM(insn)
 #define ITBL_ENCODE_PNUM(pnum) MIPS_ENCODE_COP_NUM(pnum)
@@ -24,4 +44,3 @@
 #define ITBL_OPCODES mips_opcodes
 #define ITBL_NUM_OPCODES NUMOPCODES
 #define ITBL_NUM_MACROS M_NUM_MACROS
-
This page took 0.024202 seconds and 4 git commands to generate.