binutils-gdb/gas/config
Andre Vieira 32c36c3ce9 [binutils, ARM, 16/16] Add support to VLDR and VSTR of system registers
GNU as' Arm backend assumes each mnemonic has a single entry in the instruction table but VLDR (system register) and VSTR (system register) are different instructions than VLDR and VSTR. It is thus necessary to add some form of demultiplexing in the parser. It starts by creating a new operand type OP_VLDR which indicate that the operand is either the existing OP_RVSD operand or a system register. The function parse_operands () then tries these two cases in order, calling the new parse_sys_vldr_vstr for the second case.

Since the encoding function is specified in the instruction table entry, it also need to have some sort of demultiplexing. This is done in do_vldr_vstr which either calls the existing do_neon_ldr_str () or calls the new do_t_vldr_vstr_sysreg ().

A new internal relocation is needed as well since the offset has a shorter range than in other Thumb coprocessor instructions. Disassembly also requires special care since VSTR (system register) reuse the STC encoding with the coprocessor number 15. Armv8.1-M Mainline ARM manual states that coprocessor 8, 14 and 15 are reserved for floating-point and MVE instructions a feature bit check is added if the coprocessor number is one of this value and we are trying to match a coprocessor instruction (eg. STC) to forbid the match.

ChangeLog entries are as follows:

*** bfd/ChangeLog ***

2019-04-15  Thomas Preud'homme  <thomas.preudhomme@arm.com>

	* reloc.c (BFD_RELOC_ARM_T32_VLDR_VSTR_OFF_IMM): New internal
	relocation.
	* bfd-in2.h: Regenerate.
	* libbfd.h: Likewise.

*** gas/ChangeLog ***

2019-04-15  Thomas Preud'homme  <thomas.preudhomme@arm.com>

	* config/tc-arm.c (parse_sys_vldr_vstr): New function.
	(OP_VLDR): New enum operand_parse_code enumerator.
	(parse_operands): Add logic for OP_VLDR.
	(do_t_vldr_vstr_sysreg): New function.
	(do_vldr_vstr): Likewise.
	(insns): Guard VLDR and VSTR by arm_ext_v4t for Thumb mode.
	(md_apply_fix): Add bound check for VLDR and VSTR co-processor offset.
	Add masking logic for BFD_RELOC_ARM_T32_VLDR_VSTR_OFF_IMM relocation.
	* testsuite/gas/arm/archv8m_1m-cmse-main-bad.s: Add examples of bad
	uses of VLDR and VSTR.
	* testsuite/gas/arm/archv8m_1m-cmse-main-bad.l: Add error messages for
	above bad uses.
	* testsuite/gas/arm/archv8m_1m-cmse-main.s: Add examples of VLDR and
	VSTR valid uses.
	* testsuite/gas/arm/archv8m_1m-cmse-main.d: Add disassembly for the
	above examples.

*** opcodes/ChangeLog ***

2019-04-15  Thomas Preud'homme  <thomas.preudhomme@arm.com>

	* arm-dis.c (coprocessor_opcodes): Document new %J and %K format
	specifier.  Add entries for VLDR and VSTR of system registers.
	(print_insn_coprocessor): Forbid coprocessor numbers 8, 14 and 15 in
	coprocessor instructions on Armv8.1-M Mainline targets.  Add handling
	of %J and %K format specifier.
2019-04-15 12:32:01 +01:00
..
atof-ieee.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
atof-vax.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
bfin-aux.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
bfin-defs.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
bfin-lex-wrapper.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
bfin-lex.l Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
bfin-parse.y Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
e-crisaout.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
e-criself.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
e-i386aout.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
e-i386coff.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
e-i386elf.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
e-mipself.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
itbl-mips.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
m68k-parse.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
m68k-parse.y Fix MRI mode testsuite failures 2019-03-18 22:39:16 +10:30
obj-aout.c PR24144, pdp11-ld overwriting section data with zeros 2019-02-24 18:57:04 +10:30
obj-aout.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
obj-coff-seh.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
obj-coff-seh.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
obj-coff.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
obj-coff.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
obj-ecoff.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
obj-ecoff.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
obj-elf.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
obj-elf.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
obj-evax.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
obj-evax.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
obj-fdpicelf.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
obj-fdpicelf.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
obj-macho.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
obj-macho.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
obj-multi.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
obj-multi.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
obj-som.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
obj-som.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
rl78-defs.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
rl78-parse.y Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
rx-defs.h RX: gas - Add RXv3 instruction support. 2019-01-05 22:51:41 +09:00
rx-parse.y RX: gas - Add RXv3 instruction support. 2019-01-05 22:51:41 +09:00
tc-aarch64.c [BINUTILS, AArch64, 2/2] Update Store Allocation Tag instructions 2019-04-11 10:19:37 +01:00
tc-aarch64.h gas: Pass max_bytes to TC_FRAG_INIT 2019-02-10 04:34:22 -08:00
tc-alpha.c Assorted warning fixes 2019-01-31 14:45:01 +10:30
tc-alpha.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-arc.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-arc.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-arm.c [binutils, ARM, 16/16] Add support to VLDR and VSTR of system registers 2019-04-15 12:32:01 +01:00
tc-arm.h gas: Pass max_bytes to TC_FRAG_INIT 2019-02-10 04:34:22 -08:00
tc-avr.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-avr.h gas: Pass max_bytes to TC_FRAG_INIT 2019-02-10 04:34:22 -08:00
tc-bfin.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-bfin.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-cr16.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-cr16.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-cris.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-cris.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-crx.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-crx.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-csky.c Assorted warning fixes 2019-01-31 14:45:01 +10:30
tc-csky.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-d10v.c Teach a few targets to resolve BFD_RELOC_8 2019-03-21 08:46:42 +10:30
tc-d10v.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-d30v.c Teach a few targets to resolve BFD_RELOC_8 2019-03-21 08:46:42 +10:30
tc-d30v.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-dlx.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-dlx.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-epiphany.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-epiphany.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-fr30.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-fr30.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-frv.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-frv.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-ft32.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-ft32.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-generic.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-generic.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-h8300.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-h8300.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-hppa.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-hppa.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-i386-intel.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-i386.c Disable R_X86_64_PLT32 generation as branch marker on Solaris/x86 2019-04-10 09:48:43 +02:00
tc-i386.h te-cloudabi.h 2019-04-10 13:27:29 +09:30
tc-ia64.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-ia64.h gas: Pass max_bytes to TC_FRAG_INIT 2019-02-10 04:34:22 -08:00
tc-ip2k.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-ip2k.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-iq2000.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-iq2000.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-lm32.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-lm32.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-m32c.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-m32c.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-m32r.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-m32r.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-m68hc11.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-m68hc11.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-m68k.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-m68k.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-m68851.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-mcore.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-mcore.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-mep.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-mep.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-metag.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-metag.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-microblaze.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-microblaze.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-mips.c [MIPS] Add i6500 CPU and fix i6400 default ASEs 2019-04-13 10:15:56 -07:00
tc-mips.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-mmix.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-mmix.h gas: Pass max_bytes to TC_FRAG_INIT 2019-02-10 04:34:22 -08:00
tc-mn10200.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-mn10200.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-mn10300.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-mn10300.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-moxie.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-moxie.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-msp430.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-msp430.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-mt.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-mt.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-nds32.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-nds32.h gas: Pass max_bytes to TC_FRAG_INIT 2019-02-10 04:34:22 -08:00
tc-nios2.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-nios2.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-ns32k.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-ns32k.h gas: Pass max_bytes to TC_FRAG_INIT 2019-02-10 04:34:22 -08:00
tc-or1k.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-or1k.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-pdp11.c Teach a few targets to resolve BFD_RELOC_8 2019-03-21 08:46:42 +10:30
tc-pdp11.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-pj.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-pj.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-ppc.c Re: PowerPC __tls_get_addr arg parsing 2019-02-24 18:57:13 +10:30
tc-ppc.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-pru.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-pru.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-riscv.c RISC-V: Compress 3-operand beq/bne against x0. 2019-02-08 13:16:50 -08:00
tc-riscv.h RISC-V: Support ELF attribute for gas and readelf. 2019-01-16 13:14:59 -08:00
tc-rl78.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-rl78.h gas: Pass max_bytes to TC_FRAG_INIT 2019-02-10 04:34:22 -08:00
tc-rx.c RX: gas - Add RXv3 instruction support. 2019-01-05 22:51:41 +09:00
tc-rx.h gas: Pass max_bytes to TC_FRAG_INIT 2019-02-10 04:34:22 -08:00
tc-s12z.c GAS: tc-s12z.c: int -> bfd_boolean 2019-04-12 18:39:01 +02:00
tc-s12z.h GAS: S12Z: Remove definition of macro TC_M68K. 2019-04-12 18:39:01 +02:00
tc-s390.c S/390: Implement instruction set extensions 2019-01-31 17:32:18 +01:00
tc-s390.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-score.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-score.h gas: Pass max_bytes to TC_FRAG_INIT 2019-02-10 04:34:22 -08:00
tc-score7.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-sh.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-sh.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-sparc.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-sparc.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-spu.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-spu.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-tic4x.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-tic4x.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-tic6x.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-tic6x.h gas: Pass max_bytes to TC_FRAG_INIT 2019-02-10 04:34:22 -08:00
tc-tic30.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-tic30.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-tic54x.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-tic54x.h gas: Pass max_bytes to TC_FRAG_INIT 2019-02-10 04:34:22 -08:00
tc-tilegx.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-tilegx.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-tilepro.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-tilepro.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-v850.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-v850.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-vax.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-vax.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-visium.c Visium: align branch absolute instruction for the GR6 2019-02-07 16:58:47 +01:00
tc-visium.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-wasm32.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-wasm32.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-xc16x.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-xc16x.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-xgate.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-xgate.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-xstormy16.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-xstormy16.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-xtensa.c xtensa: gas: clean up literal management code 2019-04-11 11:40:52 -07:00
tc-xtensa.h gas: Pass max_bytes to TC_FRAG_INIT 2019-02-10 04:34:22 -08:00
tc-z8k.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-z8k.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-z80.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-z80.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
te-386bsd.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
te-aix.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
te-aix5.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
te-armeabi.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
te-armfbsdeabi.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
te-armfbsdvfp.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
te-armlinuxeabi.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
te-cloudabi.h te-cloudabi.h 2019-04-10 13:27:29 +09:30
te-csky_abiv1.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
te-csky_abiv1_linux.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
te-csky_abiv2.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
te-csky_abiv2_linux.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
te-dragonfly.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
te-freebsd.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
te-generic.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
te-gnu.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
te-go32.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
te-hppa.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
te-hppa64.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
te-hppalinux64.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
te-hpux.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
te-ia64aix.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
te-interix.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
te-irix.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
te-linux.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
te-lynx.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
te-macos.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
te-nacl.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
te-nbsd.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
te-nbsd532.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
te-pc532mach.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
te-pe.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
te-pep.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
te-solaris.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
te-svr4.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
te-symbian.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
te-tmips.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
te-uclinux.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
te-vms.c Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
te-vms.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
te-vxworks.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
te-wince-pe.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
vax-inst.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
xtensa-istack.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
xtensa-relax.c gas: use literals/const16 for xtensa loop relaxation 2019-04-03 10:24:15 -07:00
xtensa-relax.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30