binutils-gdb/opcodes
Jens Remus dfa4ac9728 s390: Warn when register name type does not match operand
Print a warning message when the register type of a specified register
name does not match with the operand's register type:

operand {#}: expected {access|control|floating-point|general|vector}
  register name [as {base|index} register]

Introduce a s390-specific assembler option "warn-regtype-mismatch"
with the values "strict", "relaxed", and "no" as well as an option
"no-warn-regtype-mismatch" which control whether the assembler
performs register name type checks and generates above warning messages.

warn-regtype-mismatch=strict:
  Perform strict register name type checks.

warn-regtype-mismatch=relaxed:
  Perform relaxed register name type checks, which allow floating-point
  register (FPR) names %f0 to %f15 to be specified as argument to vector
  register (VR) operands and vector register (VR) names %v0 to %v15 to
  be specified as argument to floating-point register (FPR) operands.
  This is acceptable as the FPRs are embedded into the lower halves of
  the VRs. Make "relaxed" the default, as GCC generates assembler code
  using FPR and VR interchangeably, which would cause assembler warnings
  to be generated with "strict".

warn-regtype-mismatch=no:
no-warn-regtype-mismatch:
  Disable any register name type checks.

Tag .insn pseudo mnemonics as such, to skip register name type checks
on those. They need to be skipped, as there do not exist .insn pseudo
mnemonics for every possible operand register type combination. Keep
track of the currently parsed operand number to provide it as reference
in warning messages.

To verify that the introduction of this change does not unnecessarily
affect the compilation of existing code the GNU Binutils, GNU C Library,
and Linux Kernel have been build with the new assembler, verifying that
the assembler did not generate any of the new warning messages.

gas/
	* config/tc-s390.c: Handle new assembler options
	"[no]warn-regtype-mismatch[=strict|relaxed|no". Annotate
	parsed register expressions with register type. Keep track of
	operand number being parsed. Print warning message in case of
	register type mismatch between instruction operand and parsed
	register expression.
	* doc/as.texi: Document new s390-specific assembler options
	"[no-]warn-regtype-mismatch[=strict|relaxed|no]".
	* NEWS: Mention new s390-specific register name type checks and
	related assembler option "warn-regtype-mismatch=strict|
	relaxed|no".
	* testsuite/gas/s390/s390.exp: Add test cases for new assembler
	option "warn-regtype-mismatch={strict|relaxed}".
	* testsuite/gas/s390/esa-g5.s: Fix register types in tests for
	didbr, diebr, tbdr, and tbedr.
	* testsuite/gas/s390/zarch-z13.s: Fix register types in tests
	for vgef, vgeg, vscef, and vsceg.
	* testsuite/gas/s390/zarch-warn-regtype-mismatch-strict.s:
	Tests for assembler option "warn-regtype-mismatch=strict".
	* testsuite/gas/s390/zarch-warn-regtype-mismatch-strict.l:
	Likewise.
	* gas/testsuite/gas/s390/zarch-warn-regtype-mismatch-relaxed.s:
	Tests for assembler option "warn-regtype-mismatch=relaxed".
	* gas/testsuite/gas/s390/zarch-warn-regtype-mismatch-relaxed.l:
	Likewise.
	* gas/testsuite/gas/s390/zarch-omitted-base-index-err.s: Update
	test cases for assembler option "warn-regtype-mismatch"
	defaulting to "relaxed".
	* testsuite/gas/s390/zarch-omitted-base-index-err.l: Likewise.

include/
	* opcode/s390.h (S390_INSTR_FLAG_PSEUDO_MNEMONIC): Add
	instruction flag to tag .insn pseudo-mnemonics.

opcodes/
	* s390-opc.c (s390_opformats): Tag .insn pseudo-mnemonics as
	such.

Reviewed-by: Andreas Krebbel <krebbel@linux.ibm.com>
Signed-off-by: Jens Remus <jremus@linux.ibm.com>
2024-03-01 12:45:14 +01:00
..
po Updated Serbian translations for th bfd, gold and opcodes directories 2024-01-22 17:26:36 +00:00
.gitignore
aarch64-asm-2.c aarch64: rcpc3: Regenerate aarch64-*-2.c files 2024-01-15 13:11:48 +00:00
aarch64-asm.c aarch64: Eliminate unused variable warnings with -DNDEBUG 2024-01-24 12:14:59 +00:00
aarch64-asm.h aarch64: rcpc3: Define address operand fields and inserter/extractors 2024-01-15 13:11:48 +00:00
aarch64-dis-2.c aarch64: rcpc3: Regenerate aarch64-*-2.c files 2024-01-15 13:11:48 +00:00
aarch64-dis.c aarch64: Eliminate unused variable warnings with -DNDEBUG 2024-01-24 12:14:59 +00:00
aarch64-dis.h aarch64: rcpc3: Define address operand fields and inserter/extractors 2024-01-15 13:11:48 +00:00
aarch64-gen.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
aarch64-opc-2.c aarch64: rcpc3: Regenerate aarch64-*-2.c files 2024-01-15 13:11:48 +00:00
aarch64-opc.c aarch64: Eliminate unused variable warnings with -DNDEBUG 2024-01-24 12:14:59 +00:00
aarch64-opc.h aarch64: rcpc3: Define address operand fields and inserter/extractors 2024-01-15 13:11:48 +00:00
aarch64-sys-regs.def aarch64: Add support for the id_aa64isar3_el1 system register 2024-02-19 14:08:36 +00:00
aarch64-tbl.h aarch64: Fix the 2nd operand in gcsstr and gcssttr instructions. 2024-02-29 21:06:35 +00:00
aclocal.m4
alpha-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
alpha-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
arc-dis.c arc: Put DBNZ instruction to a separate class 2024-02-14 11:36:52 +01:00
arc-dis.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
arc-ext-tbl.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
arc-ext.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
arc-ext.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
arc-fxi.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
arc-nps400-tbl.h
arc-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
arc-regs.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
arc-tbl.h arc: Put DBNZ instruction to a separate class 2024-02-14 11:36:52 +01:00
arm-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
avr-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
bfin-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
bpf-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
bpf-opc.c objdump, as: add callx support for BPF CPU v1 2024-02-15 15:11:44 +01:00
cgen-asm.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cgen-asm.in Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cgen-bitset.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cgen-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cgen-dis.in Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cgen-ibld.in Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cgen-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cgen.sh Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
ChangeLog objdump, as: add callx support for BPF CPU v1 2024-02-15 15:11:44 +01:00
ChangeLog-0001
ChangeLog-0203
ChangeLog-2004
ChangeLog-2005
ChangeLog-2006
ChangeLog-2007
ChangeLog-2008
ChangeLog-2009
ChangeLog-2010
ChangeLog-2011 Add copyright notices 2012-12-10 12:48:03 +00:00
ChangeLog-2012
ChangeLog-2013
ChangeLog-2014
ChangeLog-2015
ChangeLog-2016
ChangeLog-2017
ChangeLog-2018
ChangeLog-2019
ChangeLog-2020
ChangeLog-9297
ChangeLog-9899
config.in
configure Change version to 2.42.50 and regenerate files 2024-01-15 15:13:36 +00:00
configure.ac Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
configure.com Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cr16-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cr16-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cris-desc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cris-desc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cris-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cris-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cris-opc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
crx-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
crx-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
csky-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
csky-opc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
d10v-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
d10v-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
d30v-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
d30v-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
dep-in.sed
dis-buf.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
dis-init.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
disassemble.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
disassemble.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
dlx-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
epiphany-asm.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
epiphany-desc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
epiphany-desc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
epiphany-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
epiphany-ibld.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
epiphany-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
epiphany-opc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
fr30-asm.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
fr30-desc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
fr30-desc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
fr30-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
fr30-ibld.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
fr30-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
fr30-opc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
frv-asm.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
frv-desc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
frv-desc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
frv-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
frv-ibld.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
frv-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
frv-opc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
ft32-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
ft32-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
h8300-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
hppa-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
i386-dis-evex-len.h
i386-dis-evex-mod.h x86: support APX forms of U{RD,WR}MSR 2024-01-19 10:16:00 +01:00
i386-dis-evex-prefix.h x86: support APX forms of U{RD,WR}MSR 2024-01-19 10:16:00 +01:00
i386-dis-evex-reg.h Support APX Push2/Pop2 2023-12-28 11:41:45 +00:00
i386-dis-evex-w.h Support APX Push2/Pop2 2023-12-28 11:41:45 +00:00
i386-dis-evex.h x86/APX: TILE{RELEASE,ZERO} have no EVEX encodings 2024-01-26 10:34:48 +01:00
i386-dis.c x86/APX: with REX2 map 1 doesn't "chain" to maps 2 or 3 2024-02-09 08:39:48 +01:00
i386-gen.c opcodes: gas: x86: define and use Rex2 as attribute not constraint 2024-01-15 03:31:35 -08:00
i386-init.h Add AMD znver5 processor support 2024-01-05 09:28:52 +01:00
i386-mnem.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
i386-opc.h x86: change type of Dwarf2 register numbers in register table 2024-02-09 08:38:04 +01:00
i386-opc.tbl x86/APX: optimize certain XOR and SUB forms 2024-03-01 09:21:40 +01:00
i386-reg.tbl x86: also permit YMM/ZMM use in CFI directives 2024-02-23 11:59:09 +01:00
i386-tbl.h x86/APX: optimize certain XOR and SUB forms 2024-03-01 09:21:40 +01:00
ia64-asmtab.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
ia64-asmtab.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
ia64-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
ia64-gen.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
ia64-ic.tbl
ia64-opc-a.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
ia64-opc-b.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
ia64-opc-d.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
ia64-opc-f.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
ia64-opc-i.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
ia64-opc-m.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
ia64-opc-x.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
ia64-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
ia64-opc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
ia64-raw.tbl
ia64-war.tbl
ia64-waw.tbl
ip2k-asm.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
ip2k-desc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
ip2k-desc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
ip2k-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
ip2k-ibld.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
ip2k-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
ip2k-opc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
iq2000-asm.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
iq2000-desc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
iq2000-desc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
iq2000-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
iq2000-ibld.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
iq2000-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
iq2000-opc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
kvx-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
kvx-dis.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
kvx-opc.c kvx: gas: missing aliases for $r14r15 in assembler. 2024-02-20 12:07:57 +01:00
lm32-asm.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
lm32-desc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
lm32-desc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
lm32-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
lm32-ibld.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
lm32-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
lm32-opc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
lm32-opinst.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
loongarch-coder.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
loongarch-dis.c LoongArch: Discard extra spaces in objdump output 2024-01-11 14:08:24 +08:00
loongarch-opc.c LoongArch: gas: Add support for s9 register 2024-01-26 16:49:43 +08:00
m32c-asm.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
m32c-desc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
m32c-desc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
m32c-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
m32c-ibld.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
m32c-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
m32c-opc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
m32r-asm.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
m32r-desc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
m32r-desc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
m32r-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
m32r-ibld.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
m32r-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
m32r-opc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
m32r-opinst.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
m68hc11-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
m68hc11-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
m68k-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
m68k-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
m10200-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
m10200-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
m10300-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
m10300-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
MAINTAINERS Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
Makefile.am Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
Makefile.in Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
makefile.vms Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
mcore-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
mcore-opc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
mep-asm.c PR21739, Inconsistent diagnostics 2024-02-29 21:07:04 +10:30
mep-desc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
mep-desc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
mep-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
mep-ibld.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
mep-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
mep-opc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
metag-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
microblaze-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
microblaze-dis.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
microblaze-opc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
microblaze-opcm.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
micromips-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
mips16-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
mips-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
mips-formats.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
mips-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
mmix-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
mmix-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
moxie-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
moxie-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
msp430-decode.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
msp430-decode.opc Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
msp430-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
mt-asm.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
mt-desc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
mt-desc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
mt-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
mt-ibld.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
mt-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
mt-opc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
nds32-asm.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
nds32-asm.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
nds32-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
nds32-opc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
nfp-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
nios2-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
nios2-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
ns32k-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
opc2c.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
opintl.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
or1k-asm.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
or1k-desc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
or1k-desc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
or1k-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
or1k-ibld.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
or1k-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
or1k-opc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
or1k-opinst.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
pdp11-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
pdp11-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
pj-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
pj-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
ppc-dis.c PowerPC: Add support for Power11 options 2024-02-09 10:52:23 -06:00
ppc-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
pru-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
pru-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
riscv-dis.c RISC-V: T-HEAD: Fix wrong instruction encoding for th.vsetvli 2024-01-05 09:59:48 +08:00
riscv-opc.c RISC-V: Add assembly support for TLSDESC. 2024-02-29 15:02:51 +08:00
rl78-decode.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
rl78-decode.opc Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
rl78-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
rx-decode.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
rx-decode.opc Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
rx-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
s12z-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
s12z-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
s12z-opc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
s390-dis.c s390: Add test cases for base/index register 0 2024-03-01 12:45:14 +01:00
s390-mkopc.c s390: Use proper string lengths when parsing opcode table flags 2024-03-01 11:12:40 +01:00
s390-opc.c s390: Warn when register name type does not match operand 2024-03-01 12:45:14 +01:00
s390-opc.txt Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
score7-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
score-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
score-opc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
sh-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
sh-opc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
sparc-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
sparc-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
spu-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
spu-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
sysdep.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tic4x-dis.c opcodes: tic4x_disassemble swap xcalloc arguments 2024-01-22 18:16:42 +01:00
tic6x-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tic30-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tic54x-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tic54x-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tilegx-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tilegx-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tilepro-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tilepro-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
v850-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
v850-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
vax-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
visium-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
visium-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
wasm32-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
xgate-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
xgate-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
xstormy16-asm.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
xstormy16-desc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
xstormy16-desc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
xstormy16-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
xstormy16-ibld.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
xstormy16-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
xstormy16-opc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
xtensa-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
z8k-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
z8k-opc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
z8kgen.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
z80-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30