binutils-gdb/gas/config
Maciej W. Rozycki 9204ccd4b1 MIPS/opcodes: Do not use CP0 register names for control registers
The CP0 control register set has never been defined, however encodings
for the CFC0 and CTC0 instructions remained available for implementers
up until the MIPS32 ISA declared them invalid and causing the Reserved
Instruction exception[1].  Therefore we handle them for both assembly
and disassembly, however in the latter case the names of CP0 registers
from the regular set are incorrectly printed if named registers are
requested.  This is because we do not define separate operand classes
for coprocessor regular and control registers respectively, which means
the disassembler has no way to tell the two cases apart.  Consequently
nonsensical disassembly is produced like:

	cfc0	v0,c0_random

Later the MIPSr5 ISA reused the encodings for XPA ASE MFHC0 and MTHC0
instructions[2] although it failed to document them in the relevant
opcode table until MIPSr6 only.

Correct the issue then by defining a new register class, OP_REG_CONTROL,
and corresponding operand codes, `g' and `y' for the two positions in
the machine instruction a control register operand can take.  Adjust the
test cases affected accordingly.

While at it swap the regular MIPS opcode table "cfc0" and "ctc0" entries
with each other so that they come in the alphabetical order.

References:

[1] "MIPS32 Architecture For Programmers, Volume II: The MIPS32
    Instruction Set", MIPS Technologies, Inc., Document Number: MD00086,
    Revision 1.00, August 29, 2002, Table A-9 "MIPS32 COP0 Encoding of
    rs Field", p. 242

[2] "MIPS Architecture For Programmers, Volume II-A: The MIPS32
    Instruction Set", MIPS Technologies, Inc., Document Number: MD00086,
    Revision 5.04, December 11, 2013, Section 3.2 "Alphabetical List of
    Instructions", pp. 195, 216

	include/
	* opcode/mips.h: Document `g' and `y' operand codes.
	(mips_reg_operand_type): Add OP_REG_CONTROL enumeration
	constant.

	gas/
	* tc-mips.c (convert_reg_type) <OP_REG_CONTROL>: New case.
	(macro) <M_TRUNCWS, M_TRUNCWD>: Use the `g' rather than `G'
	operand code.

	opcodes/
	* mips-dis.c (print_reg) <OP_REG_COPRO>: Move control register
	handling code over to...
	<OP_REG_CONTROL>: ... this new case.
	* mips-opc.c (decode_mips_operand) <'g', 'y'>: New cases.
	(mips_builtin_opcodes): Update "cfc1", "ctc1", "cttc1", "cttc2",
	"cfc0", "ctc0", "cfc2", "ctc2", "cfc3", and "ctc3" entries
	replacing the `G' operand code with `g'.  Update "cftc1" and
	"cftc2" entries replacing the `E' operand code with `y'.
	* micromips-opc.c (decode_micromips_operand) <'g'>: New case.
	(micromips_opcodes): Update "cfc1", "cfc2", "ctc1", and "ctc2"
	entries replacing the `G' operand code with `g'.

	binutils/
	* testsuite/binutils-all/mips/mips-xpa-virt-1.d: Correct CFC0
	operand disassembly.
	* testsuite/binutils-all/mips/mips-xpa-virt-3.d: Likewise.
2021-05-29 03:26:32 +02:00
..
atof-ieee.c Use bool in gas 2021-03-31 10:49:23 +10:30
atof-vax.c Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
bfin-aux.h Use bool in gas 2021-03-31 10:49:23 +10:30
bfin-defs.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
bfin-lex-wrapper.c Don't include bfd/sysdep.h for gas files 2021-03-31 23:07:51 +10:30
bfin-lex.l Don't include bfd/sysdep.h for gas files 2021-03-31 23:07:51 +10:30
bfin-parse.y Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
e-crisaout.c Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
e-criself.c Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
e-i386aout.c Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
e-i386coff.c Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
e-i386elf.c Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
e-mipself.c Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
itbl-mips.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
m68k-parse.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
m68k-parse.y Use startswith in gas subfolder. 2021-04-01 15:00:08 +02:00
obj-aout.c Use startswith in gas subfolder. 2021-04-01 15:00:08 +02:00
obj-aout.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
obj-coff-seh.c Allow .seh_pushframe to take an optional [code] parameter 2021-04-23 16:33:47 +01:00
obj-coff-seh.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
obj-coff.c Fix .dwsect generation for XCOFF. Handle .function generated with DWARF on XCOFF. 2021-05-07 15:29:49 +01:00
obj-coff.h Fix .dwsect generation for XCOFF. Handle .function generated with DWARF on XCOFF. 2021-05-07 15:29:49 +01:00
obj-ecoff.c Use bool in gas 2021-03-31 10:49:23 +10:30
obj-ecoff.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
obj-elf.c Add a generic .bss directive for ELF based targets. 2021-05-07 17:08:48 +01:00
obj-elf.h Add a generic .bss directive for ELF based targets. 2021-05-07 17:08:48 +01:00
obj-evax.c Use startswith in gas subfolder. 2021-04-01 15:00:08 +02:00
obj-evax.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
obj-fdpicelf.c Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
obj-fdpicelf.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
obj-macho.c Use startswith in gas subfolder. 2021-04-01 15:00:08 +02:00
obj-macho.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
obj-multi.c Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
obj-multi.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
obj-som.c Use bool in gas 2021-03-31 10:49:23 +10:30
obj-som.h TRUE/FALSE simplification 2021-03-29 11:22:22 +10:30
rl78-defs.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
rl78-parse.y Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
rx-defs.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
rx-parse.y Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
tc-aarch64.c AArch64: Fix Diagnostic messaging for LD/ST Exclusive. 2021-04-09 12:32:00 +01:00
tc-aarch64.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
tc-alpha.c Use startswith in gas subfolder. 2021-04-01 15:00:08 +02:00
tc-alpha.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
tc-arc.c Use startswith in gas subfolder. 2021-04-01 15:00:08 +02:00
tc-arc.h Use bool in gas 2021-03-31 10:49:23 +10:30
tc-arm.c Arm: Fix forward thumb references [PR gas/25235] 2021-05-25 16:04:52 +01:00
tc-arm.h Use bool in gas 2021-03-31 10:49:23 +10:30
tc-avr.c Use startswith in gas subfolder. 2021-04-01 15:00:08 +02:00
tc-avr.h Use bool in gas 2021-03-31 10:49:23 +10:30
tc-bfin.c Use bool in gas 2021-03-31 10:49:23 +10:30
tc-bfin.h Use bool in gas 2021-03-31 10:49:23 +10:30
tc-bpf.c Use bool in gas 2021-03-31 10:49:23 +10:30
tc-bpf.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
tc-cr16.c C99 gas configury 2021-04-05 15:31:25 +09:30
tc-cr16.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
tc-cris.c Use bool in gas 2021-03-31 10:49:23 +10:30
tc-cris.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
tc-crx.c Remove strneq macro and use startswith. 2021-04-01 15:00:56 +02:00
tc-crx.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
tc-csky.c Use startswith in gas subfolder. 2021-04-01 15:00:08 +02:00
tc-csky.h Use bool in gas 2021-03-31 10:49:23 +10:30
tc-d10v.c Use bool in gas 2021-03-31 10:49:23 +10:30
tc-d10v.h Use bool in gas 2021-03-31 10:49:23 +10:30
tc-d30v.c C99 gas configury 2021-04-05 15:31:25 +09:30
tc-d30v.h Use bool in gas 2021-03-31 10:49:23 +10:30
tc-dlx.c Use startswith in gas subfolder. 2021-04-01 15:00:08 +02:00
tc-dlx.h Use bool in gas 2021-03-31 10:49:23 +10:30
tc-epiphany.c Use startswith in gas subfolder. 2021-04-01 15:00:08 +02:00
tc-epiphany.h Use bool in gas 2021-03-31 10:49:23 +10:30
tc-fr30.c Use bool in gas 2021-03-31 10:49:23 +10:30
tc-fr30.h Use bool in gas 2021-03-31 10:49:23 +10:30
tc-frv.c Use bool in gas 2021-03-31 10:49:23 +10:30
tc-frv.h Use bool in gas 2021-03-31 10:49:23 +10:30
tc-ft32.c Use bool in gas 2021-03-31 10:49:23 +10:30
tc-ft32.h Use bool in gas 2021-03-31 10:49:23 +10:30
tc-generic.c Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
tc-generic.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
tc-h8300.c Use startswith in gas subfolder. 2021-04-01 15:00:08 +02:00
tc-h8300.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
tc-hppa.c Use startswith in gas subfolder. 2021-04-01 15:00:08 +02:00
tc-hppa.h TRUE/FALSE simplification 2021-03-29 11:22:22 +10:30
tc-i386-intel.c Use bool in gas 2021-03-31 10:49:23 +10:30
tc-i386.c x86: Restore PC16 relocation overflow check 2021-05-28 09:34:28 -07:00
tc-i386.h x86: allow @secrel32 also in data definitions 2021-05-03 13:28:30 +02:00
tc-ia64.c Re: Fix offset for ia64 PCREL60B relocation on HP-UX 2021-05-22 17:23:24 +09:30
tc-ia64.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
tc-ip2k.c Use bool in gas 2021-03-31 10:49:23 +10:30
tc-ip2k.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
tc-iq2000.c Use bool in gas 2021-03-31 10:49:23 +10:30
tc-iq2000.h Use bool in gas 2021-03-31 10:49:23 +10:30
tc-lm32.c Use bool in gas 2021-03-31 10:49:23 +10:30
tc-lm32.h Use bool in gas 2021-03-31 10:49:23 +10:30
tc-m32c.c Use startswith in gas subfolder. 2021-04-01 15:00:08 +02:00
tc-m32c.h Use bool in gas 2021-03-31 10:49:23 +10:30
tc-m32r.c Use bool in gas 2021-03-31 10:49:23 +10:30
tc-m32r.h Use bool in gas 2021-03-31 10:49:23 +10:30
tc-m68hc11.c Use startswith in gas subfolder. 2021-04-01 15:00:08 +02:00
tc-m68hc11.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
tc-m68k.c Use startswith in gas subfolder. 2021-04-01 15:00:08 +02:00
tc-m68k.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
tc-m68851.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
tc-mcore.c Use startswith in gas subfolder. 2021-04-01 15:00:08 +02:00
tc-mcore.h Use bool in gas 2021-03-31 10:49:23 +10:30
tc-mep.c Use bool in gas 2021-03-31 10:49:23 +10:30
tc-mep.h Use bool in gas 2021-03-31 10:49:23 +10:30
tc-metag.c Use startswith in gas subfolder. 2021-04-01 15:00:08 +02:00
tc-metag.h Use bool in gas 2021-03-31 10:49:23 +10:30
tc-microblaze.c Use startswith in gas subfolder. 2021-04-01 15:00:08 +02:00
tc-microblaze.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
tc-mips.c MIPS/opcodes: Do not use CP0 register names for control registers 2021-05-29 03:26:32 +02:00
tc-mips.h Use bool in gas 2021-03-31 10:49:23 +10:30
tc-mmix.c Use startswith in gas subfolder. 2021-04-01 15:00:08 +02:00
tc-mmix.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
tc-mn10200.c Use bool in gas 2021-03-31 10:49:23 +10:30
tc-mn10200.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
tc-mn10300.c Use startswith in gas subfolder. 2021-04-01 15:00:08 +02:00
tc-mn10300.h Use bool in gas 2021-03-31 10:49:23 +10:30
tc-moxie.c Use bool in gas 2021-03-31 10:49:23 +10:30
tc-moxie.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
tc-msp430.c Use startswith in gas subfolder. 2021-04-01 15:00:08 +02:00
tc-msp430.h Use bool in gas 2021-03-31 10:49:23 +10:30
tc-mt.c Use bool in gas 2021-03-31 10:49:23 +10:30
tc-mt.h Use bool in gas 2021-03-31 10:49:23 +10:30
tc-nds32.c nds32: __builtin_strncpy bound equals destination size 2021-05-27 10:44:31 +09:30
tc-nds32.h Use startswith in gas subfolder. 2021-04-01 15:00:08 +02:00
tc-nios2.c Use startswith in gas subfolder. 2021-04-01 15:00:08 +02:00
tc-nios2.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
tc-ns32k.c Use startswith in gas subfolder. 2021-04-01 15:00:08 +02:00
tc-ns32k.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
tc-or1k.c Use bool in gas 2021-03-31 10:49:23 +10:30
tc-or1k.h Use bool in gas 2021-03-31 10:49:23 +10:30
tc-pdp11.c Use startswith in gas subfolder. 2021-04-01 15:00:08 +02:00
tc-pdp11.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
tc-pj.c Use startswith in gas subfolder. 2021-04-01 15:00:08 +02:00
tc-pj.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
tc-ppc.c Fix .dwsect generation for XCOFF. Handle .function generated with DWARF on XCOFF. 2021-05-07 15:29:49 +01:00
tc-ppc.h Rework the R_NEG support on both gas and ld for the PowerPC AIX targets, in order to manage C++ exceptions built with GCC. 2021-04-20 14:40:43 +01:00
tc-pru.c Use bool in gas 2021-03-31 10:49:23 +10:30
tc-pru.h Use bool in gas 2021-03-31 10:49:23 +10:30
tc-riscv.c RISC-V: Allow to link the objects with unknown prefixed extensions. 2021-05-26 11:02:29 +08:00
tc-riscv.h Use bool in gas 2021-03-31 10:49:23 +10:30
tc-rl78.c Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
tc-rl78.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
tc-rx.c Use bool in gas 2021-03-31 10:49:23 +10:30
tc-rx.h Use bool in gas 2021-03-31 10:49:23 +10:30
tc-s12z.c Use startswith in gas subfolder. 2021-04-01 15:00:08 +02:00
tc-s12z.h Use bool in gas 2021-03-31 10:49:23 +10:30
tc-s390.c gas: drop sprint_value() 2021-04-19 13:28:35 +02:00
tc-s390.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
tc-score7.c Use startswith in gas subfolder. 2021-04-01 15:00:08 +02:00
tc-score.c Use startswith in gas subfolder. 2021-04-01 15:00:08 +02:00
tc-score.h Use bool in gas 2021-03-31 10:49:23 +10:30
tc-sh.c Use bool in gas 2021-03-31 10:49:23 +10:30
tc-sh.h Use startswith in gas subfolder. 2021-04-01 15:00:08 +02:00
tc-sparc.c Use startswith in gas subfolder. 2021-04-01 15:00:08 +02:00
tc-sparc.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
tc-spu.c Use bool in gas 2021-03-31 10:49:23 +10:30
tc-spu.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
tc-tic4x.c Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
tc-tic4x.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
tc-tic6x.c Use startswith in gas subfolder. 2021-04-01 15:00:08 +02:00
tc-tic6x.h Use bool in gas 2021-03-31 10:49:23 +10:30
tc-tic30.c Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
tc-tic30.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
tc-tic54x.c C99 gas configury 2021-04-05 15:31:25 +09:30
tc-tic54x.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
tc-tilegx.c Use bool in gas 2021-03-31 10:49:23 +10:30
tc-tilegx.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
tc-tilepro.c Use bool in gas 2021-03-31 10:49:23 +10:30
tc-tilepro.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
tc-v850.c Use startswith in gas subfolder. 2021-04-01 15:00:08 +02:00
tc-v850.h Use bool in gas 2021-03-31 10:49:23 +10:30
tc-vax.c Use startswith in gas subfolder. 2021-04-01 15:00:08 +02:00
tc-vax.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
tc-visium.c Use bool in gas 2021-03-31 10:49:23 +10:30
tc-visium.h Use bool in gas 2021-03-31 10:49:23 +10:30
tc-wasm32.c Use startswith in gas subfolder. 2021-04-01 15:00:08 +02:00
tc-wasm32.h Use bool in gas 2021-03-31 10:49:23 +10:30
tc-xc16x.c Use bool in gas 2021-03-31 10:49:23 +10:30
tc-xc16x.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
tc-xgate.c Use bool in gas 2021-03-31 10:49:23 +10:30
tc-xgate.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
tc-xstormy16.c Use startswith in gas subfolder. 2021-04-01 15:00:08 +02:00
tc-xstormy16.h Use bool in gas 2021-03-31 10:49:23 +10:30
tc-xtensa.c Use startswith in gas subfolder. 2021-04-01 15:00:08 +02:00
tc-xtensa.h Use bool in gas 2021-03-31 10:49:23 +10:30
tc-z8k.c Use bool in gas 2021-03-31 10:49:23 +10:30
tc-z8k.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
tc-z80.c Fix overflow detection in the Z80 assembler. 2021-05-20 16:14:10 +01:00
tc-z80.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
te-386bsd.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
te-aix5.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
te-aix.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
te-armeabi.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
te-armfbsdeabi.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
te-armfbsdvfp.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
te-armlinuxeabi.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
te-cloudabi.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
te-csky_abiv1_linux.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
te-csky_abiv1.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
te-csky_abiv2_linux.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
te-csky_abiv2.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
te-dragonfly.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
te-freebsd.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
te-generic.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
te-gnu.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
te-go32.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
te-hppa64.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
te-hppa.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
te-hppalinux64.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
te-hpux.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
te-ia64aix.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
te-interix.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
te-irix.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
te-linux.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
te-lynx.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
te-macos.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
te-nacl.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
te-nbsd532.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
te-nbsd.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
te-pc532mach.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
te-pe.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
te-pep.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
te-solaris.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
te-svr4.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
te-tmips.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
te-uclinux.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
te-vms.c Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
te-vms.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
te-vxworks.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
te-wince-pe.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
vax-inst.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
xtensa-istack.h Use bool in gas 2021-03-31 10:49:23 +10:30
xtensa-relax.c Use startswith in gas subfolder. 2021-04-01 15:00:08 +02:00
xtensa-relax.h Use bool in gas 2021-03-31 10:49:23 +10:30