binutils-gdb/opcodes
Jan Beulich 6ae8a30d44 gas: have scrubber retain more whitespace
According to the description of the state machine, the expectation
appears to be that (leaving aside labels) any insn mnemonic or
directive would be followed by a comma separated list of operands. That
may have been true very long ago, but the latest with the advent of more
elaborate macros this isn't rhe case anymore. Neither macro parameters
in macro definitions nor macro arguments in macro invocations are
required to be separated by commas. Hence whitespace serves a crucial
role there. Plus even without "real" macros issues exist, in e.g.

	.irp n, ...
	insn\n\(suffix)	operand1, operand2
	.endr

Whitespace following the closing parenthesis would have been removed
(ahead of even processing the .irp), as the "opcode" was deemed to have
ended earlier already.

Therefore, squash the distinction between "opcode" and operands, i.e.
fold state 10 back into state 3. Also drop most of the distinction
between "symbol chars" and "relatively normal" ones. Not entirely
unexpectedly this results in the need to skip whitespace in a few more
places in arch-specific code (and quite likely more changes are needed
for insn forms not covered by the testsuite).

As a result the D10V special case is no longer necessary.

In config/tc-sparc.c also move a comment to be next to the code being
commented.

In opcodes/cgen-asm.in some further cleanup is done, following the local
var adjustments.
2024-08-09 11:59:31 +02:00
..
po Updated translations for the bfd, binutils, gas, ld and opcodes directories 2024-07-29 11:57:25 +01:00
.gitattributes opcodes: add a .gitattributes file for aarch64 autogenerated file exceptions 2024-05-28 10:16:23 +01:00
.gitignore
aarch64-asm-2.c aarch64: Add support for sme2.1 movaz instructions. 2024-07-12 15:40:48 +01:00
aarch64-asm.c aarch64: Add support for sme2.1 movaz instructions. 2024-07-12 15:40:48 +01:00
aarch64-asm.h aarch64: Add support for sme2.1 movaz instructions. 2024-07-12 15:40:48 +01:00
aarch64-dis-2.c aarch64: Add support for sme2.1 zero instructions. 2024-07-12 15:41:56 +01:00
aarch64-dis.c aarch64: Add support for sme2.1 movaz instructions. 2024-07-12 15:40:48 +01:00
aarch64-dis.h aarch64: Add support for sme2.1 movaz instructions. 2024-07-12 15:40:48 +01:00
aarch64-gen.c opcodes: aarch64: enforce checks on subclass flags in aarch64-gen.c 2024-07-18 20:54:14 -07:00
aarch64-opc-2.c aarch64: Add support for sme2.1 movaz instructions. 2024-07-12 15:40:48 +01:00
aarch64-opc.c aarch64: Add support for sme2.1 zero instructions. 2024-07-12 15:41:56 +01:00
aarch64-opc.h aarch64: Add support for sme2.1 movaz instructions. 2024-07-12 15:40:48 +01:00
aarch64-sys-regs.def aarch64: add Debug Feature Register 2 (ID_AA64DFR2_EL1) 2024-07-05 15:39:28 +01:00
aarch64-tbl.h opcodes: aarch64: denote subclasses for insns of iclass dp_2src 2024-07-18 20:54:14 -07: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 ARM print_insn_mve assertion 2024-07-26 10:34:54 +09: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 gas: have scrubber retain more whitespace 2024-08-09 11:59:31 +02:00
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 Add markers for 2.43 branch/release 2024-07-20 12:43:19 +01:00
ChangeLog-0001
ChangeLog-0203
ChangeLog-2004
ChangeLog-2005
ChangeLog-2006
ChangeLog-2007
ChangeLog-2008
ChangeLog-2009
ChangeLog-2010
ChangeLog-2011
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.43.50 2024-07-20 13:16:33 +01:00
configure.ac Revert "Remove LIBINTL_DEP" 2024-06-20 21:15:27 +09: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 gas: have scrubber retain more whitespace 2024-08-09 11:59:31 +02:00
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 gas: have scrubber retain more whitespace 2024-08-09 11:59:31 +02:00
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 gas: have scrubber retain more whitespace 2024-08-09 11:59:31 +02:00
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: Fix typo in i386-dis-evex-mod.h 2024-06-18 10:52:41 +08:00
i386-dis-evex-prefix.h Support APX CFCMOV 2024-07-04 15:55:00 +08:00
i386-dis-evex-reg.h Support APX CCMP and CTEST 2024-06-18 10:52:40 +08:00
i386-dis-evex-w.h Add W table for USER_MSR under MAP4. 2024-04-17 13:57:50 +08:00
i386-dis-evex.h x86: Correct position of ".s" for CCMPcc in disassembler 2024-07-05 09:55:41 +08:00
i386-dis.c opcodes/x86: fix minor missed styling case 2024-07-24 14:32:35 +01:00
i386-gen.c x86/APX: convert ZU to operand constraint 2024-06-10 10:46:21 +02:00
i386-init.h Add AMD znver5 processor support 2024-01-05 09:28:52 +01:00
i386-mnem.h Support APX CFCMOV 2024-07-04 15:55:00 +08:00
i386-opc.h Support APX CFCMOV 2024-07-04 15:55:00 +08:00
i386-opc.tbl x86/APX: optimize certain {nf}-form insns to BMI2 ones 2024-07-26 07:59:04 +02: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 {nf}-form insns to BMI2 ones 2024-07-26 07:59:04 +02: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 gas: have scrubber retain more whitespace 2024-08-09 11:59:31 +02:00
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 gas: have scrubber retain more whitespace 2024-08-09 11:59:31 +02:00
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 gas: have scrubber retain more whitespace 2024-08-09 11:59:31 +02:00
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 gas: have scrubber retain more whitespace 2024-08-09 11:59:31 +02:00
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 gas: have scrubber retain more whitespace 2024-08-09 11:59:31 +02:00
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 opcodes: Fix build verbosity 2024-03-13 18:23:26 +00:00
Makefile.in Revert "Remove LIBINTL_DEP" 2024-06-20 21:15:27 +09: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 gas: have scrubber retain more whitespace 2024-08-09 11:59:31 +02:00
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 microMIPS: Add MT ASE instruction set support 2024-07-26 18:01:09 +01:00
mips16-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
mips-dis.c microMIPS: Add MT ASE instruction set support 2024-07-26 18:01:09 +01:00
mips-formats.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
mips-opc.c MIPS/opcodes: Mark MT thread context move assembly idioms as aliases 2024-07-19 19:01:53 +01:00
mmix-dis.c mmix disassemble memory leak 2024-04-19 10:00:57 +09: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 gas: have scrubber retain more whitespace 2024-08-09 11:59:31 +02:00
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 gas: have scrubber retain more whitespace 2024-08-09 11:59:31 +02:00
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 Fix illegal memory access when bfd_get_section_contents is called with a NULL section pointer. 2024-06-05 13:30:27 +01:00
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 gas: have scrubber retain more whitespace 2024-08-09 11:59:31 +02:00
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: Add support for XCvBitmanip extension in CV32E40P 2024-08-06 13:57:33 +08:00
riscv-opc.c RISC-V: map zext.h to pack/packw if Zbkb is enabled 2024-08-06 16:07:27 +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: Print base register 0 as "0" in disassembly 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 s390: Flag conditional branch relative insns as condjump 2024-04-09 17:17:02 +02:00
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 gas: sparc: Fix faligndatai assembly and disassembly 2024-08-09 08:32:54 +10:00
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 gas: have scrubber retain more whitespace 2024-08-09 11:59:31 +02:00
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