binutils-gdb/gas/config
Tamar Christina e8f8842d90 Arm: Fix out of range conditional branch (PR/24991)
The fix for PR12848 introduced an off by one error in the mask, this corrected
the negative overflows but not the positive overflows.  As a result the
conditional branch instructions accepted a too wide positive immediate which
resulted in it corrupting the instruction during encoding.

The relocation I believe has been incorrectly named, to be consistent with the
other relocations it should have been named BRANCH21 which is why the masks for
it are confusing.

I've replaced the masks with a function out_of_range_p which should make it
harder to make such mistakes.

The mask for BL/BLX on Armv6t+ is also wrong, the extended range is 25-bits
and so the mask should be checking for 24-bits for positive overflow.

gas/ChangeLog:

	PR gas/24991
	* config/tc-arm.c (out_of_range_p): New.
	(md_apply_fix): Use it in BFD_RELOC_THUMB_PCREL_BRANCH9,
	BFD_RELOC_THUMB_PCREL_BRANCH12, BFD_RELOC_THUMB_PCREL_BRANCH20,
	BFD_RELOC_THUMB_PCREL_BRANCH23, BFD_RELOC_THUMB_PCREL_BRANCH25
	* testsuite/gas/arm/pr24991.d: New test.
	* testsuite/gas/arm/pr24991.l: New test.
	* testsuite/gas/arm/pr24991.s: New test.
2019-09-24 15:00:41 +01:00
..
atof-ieee.c Add generic and ARM specific support for half-precision IEEE 754 floating point numbers to the assembler. 2019-08-12 11:08:36 +01:00
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 bfd_section_* macros 2019-09-19 09:40:13 +09: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 bfd_section_* macros 2019-09-19 09:40:13 +09:30
obj-coff.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
obj-ecoff.c ecoff bfd.h tidy 2019-09-23 10:27:22 +09:30
obj-ecoff.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
obj-elf.c ecoff bfd.h tidy 2019-09-23 10:27:22 +09: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 bfd_section_* macros 2019-09-19 09:40:13 +09: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 bfd_section_* macros 2019-09-19 09:40:13 +09: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 bfd_section_* macros 2019-09-19 09:40:13 +09:30
tc-aarch64.h aarch64: override default elf .set handling in gas 2019-05-24 15:09:06 +01:00
tc-alpha.c bfd_section_* macros 2019-09-19 09:40:13 +09:30
tc-alpha.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-arc.c bfd_section_* macros 2019-09-19 09:40:13 +09:30
tc-arc.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-arm.c Arm: Fix out of range conditional branch (PR/24991) 2019-09-24 15:00:41 +01:00
tc-arm.h Add generic and ARM specific support for half-precision IEEE 754 floating point numbers to the assembler. 2019-08-12 11:08:36 +01:00
tc-avr.c bfd_section_* macros 2019-09-19 09:40:13 +09:30
tc-avr.h gas: Pass max_bytes to TC_FRAG_INIT 2019-02-10 04:34:22 -08:00
tc-bfin.c bfd_section_* macros 2019-09-19 09:40:13 +09:30
tc-bfin.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-bpf.c bfd_section_* macros 2019-09-19 09:40:13 +09:30
tc-bpf.h gas: add support for eBPF 2019-05-23 19:34:04 +02:00
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 Move fixup fx_bit_fixP and fx_im_disp fields to TC_FIX_TYPE 2019-04-16 17:39:28 +09: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 C-SKY FAIL: jbt - csky 2019-05-15 16:41:22 +09:30
tc-csky.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-d10v.c bfd_section_* macros 2019-09-19 09:40:13 +09:30
tc-d10v.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-d30v.c bfd_section_* macros 2019-09-19 09:40:13 +09:30
tc-d30v.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-dlx.c Move fixup fx_bit_fixP and fx_im_disp fields to TC_FIX_TYPE 2019-04-16 17:39:28 +09:30
tc-dlx.h Move fixup fx_bit_fixP and fx_im_disp fields to TC_FIX_TYPE 2019-04-16 17:39:28 +09:30
tc-epiphany.c bfd_section_* macros 2019-09-19 09:40:13 +09:30
tc-epiphany.h GAS: Replace macro LITERAL_PREFIXDOLLAR_HEX with a runtime value. 2019-05-21 10:29:15 +02:00
tc-fr30.c bfd_section_* macros 2019-09-19 09:40:13 +09:30
tc-fr30.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-frv.c bfd_section_* macros 2019-09-19 09:40:13 +09: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 bfd_section_* macros 2019-09-19 09:40:13 +09:30
tc-h8300.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-hppa.c bfd_section_* macros 2019-09-19 09:40:13 +09:30
tc-hppa.h gas/ELF: don't accumulate .type settings 2019-07-04 10:35:47 +02:00
tc-i386-intel.c x86: fold SReg{2,3} 2019-07-16 09:30:29 +02:00
tc-i386.c tc-i386.c gcc10 warning fix 2019-09-21 11:35:39 +09:30
tc-i386.h te-cloudabi.h 2019-04-10 13:27:29 +09:30
tc-ia64.c bfd_section_* macros 2019-09-19 09:40:13 +09:30
tc-ia64.h gas: Pass max_bytes to TC_FRAG_INIT 2019-02-10 04:34:22 -08:00
tc-ip2k.c bfd_section_* macros 2019-09-19 09:40:13 +09:30
tc-ip2k.h GAS: Replace macro LITERAL_PREFIXDOLLAR_HEX with a runtime value. 2019-05-21 10:29:15 +02:00
tc-iq2000.c bfd_section_* macros 2019-09-19 09:40:13 +09:30
tc-iq2000.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-lm32.c bfd_section_* macros 2019-09-19 09:40:13 +09:30
tc-lm32.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-m32c.c bfd_section_* macros 2019-09-19 09:40:13 +09:30
tc-m32c.h m32c padding with nops 2019-05-04 17:23:18 +09:30
tc-m32r.c bfd_section_* macros 2019-09-19 09:40:13 +09:30
tc-m32r.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-m68hc11.c bfd_section_* macros 2019-09-19 09:40:13 +09: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 bfd_section_* macros 2019-09-19 09:40:13 +09:30
tc-mep.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-metag.c A series of fixes to addres problems detected by compiling the assembler with address sanitization enabled. 2019-05-14 10:42:25 +01:00
tc-metag.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-microblaze.c bfd_section_* macros 2019-09-19 09:40:13 +09:30
tc-microblaze.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-mips.c bfd_section_* macros 2019-09-19 09:40:13 +09:30
tc-mips.h Re: gas/ELF: don't accumulate .type settings 2019-07-09 14:30:00 +09:30
tc-mmix.c bfd_section_* macros 2019-09-19 09:40:13 +09:30
tc-mmix.h gas: Pass max_bytes to TC_FRAG_INIT 2019-02-10 04:34:22 -08:00
tc-mn10200.c bfd_section_* macros 2019-09-19 09:40:13 +09:30
tc-mn10200.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-mn10300.c bfd_section_* macros 2019-09-19 09:40:13 +09: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 bfd_section_* macros 2019-09-19 09:40:13 +09:30
tc-msp430.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-mt.c bfd_section_* macros 2019-09-19 09:40:13 +09:30
tc-mt.h GAS: Replace macro LITERAL_PREFIXDOLLAR_HEX with a runtime value. 2019-05-21 10:29:15 +02:00
tc-nds32.c bfd_section_* macros 2019-09-19 09:40:13 +09: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 Move fixup fx_bit_fixP and fx_im_disp fields to TC_FIX_TYPE 2019-04-16 17:39:28 +09:30
tc-ns32k.h Move fixup fx_bit_fixP and fx_im_disp fields to TC_FIX_TYPE 2019-04-16 17:39:28 +09:30
tc-or1k.c bfd_section_* macros 2019-09-19 09:40:13 +09: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 bfd_section_* macros 2019-09-19 09:40:13 +09:30
tc-ppc.h PowerPC nops 2019-06-25 13:04:40 +09:30
tc-pru.c bfd_section_* macros 2019-09-19 09:40:13 +09: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: Gate opcode tables by enum rather than string. 2019-09-17 17:59:08 -07:00
tc-riscv.h RISC-V: Support ELF attribute for gas and readelf. 2019-01-16 13:14:59 -08:00
tc-rl78.c bfd_section_* macros 2019-09-19 09:40:13 +09:30
tc-rl78.h gas: Pass max_bytes to TC_FRAG_INIT 2019-02-10 04:34:22 -08:00
tc-rx.c bfd_section_* macros 2019-09-19 09:40:13 +09:30
tc-rx.h RX Assembler: Ensure that the internal limit on the number of relaxation iterations is not larger that the external limit. 2019-04-19 10:39:47 +01:00
tc-s12z.c bfd_section_* macros 2019-09-19 09:40:13 +09:30
tc-s12z.h GAS: S12Z: Remove definition of macro TC_M68K. 2019-04-12 18:39:01 +02:00
tc-s390.c bfd_section_* macros 2019-09-19 09:40:13 +09:30
tc-s390.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-score.c bfd_section_* macros 2019-09-19 09:40:13 +09:30
tc-score.h gas: Pass max_bytes to TC_FRAG_INIT 2019-02-10 04:34:22 -08:00
tc-score7.c bfd_section_* macros 2019-09-19 09:40:13 +09:30
tc-sh.c bfd_section_* macros 2019-09-19 09:40:13 +09:30
tc-sh.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-sparc.c bfd_section_* macros 2019-09-19 09:40:13 +09:30
tc-sparc.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-spu.c bfd_section_* macros 2019-09-19 09:40:13 +09:30
tc-spu.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-tic4x.c bfd_section_* macros 2019-09-19 09:40:13 +09:30
tc-tic4x.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-tic6x.c bfd macro conversion to inline functions, section 2019-09-20 18:04:03 +09: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 bfd_section_* macros 2019-09-19 09:40:13 +09:30
tc-tic54x.h A series of fixes to addres problems detected by compiling the assembler with address sanitization enabled. 2019-05-14 10:42:25 +01:00
tc-tilegx.c bfd_section_* macros 2019-09-19 09:40:13 +09:30
tc-tilegx.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-tilepro.c bfd_section_* macros 2019-09-19 09:40:13 +09:30
tc-tilepro.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-v850.c bfd_section_* macros 2019-09-19 09:40:13 +09: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 bfd_section_* macros 2019-09-19 09:40:13 +09:30
tc-visium.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-wasm32.c bfd_section_* macros 2019-09-19 09:40:13 +09:30
tc-wasm32.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-xc16x.c bfd_section_* macros 2019-09-19 09:40:13 +09:30
tc-xc16x.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-xgate.c bfd_section_* macros 2019-09-19 09:40:13 +09:30
tc-xgate.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-xstormy16.c bfd_section_* macros 2019-09-19 09:40:13 +09:30
tc-xstormy16.h Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
tc-xtensa.c bfd_section_* macros 2019-09-19 09:40:13 +09:30
tc-xtensa.h gas: Pass max_bytes to TC_FRAG_INIT 2019-02-10 04:34:22 -08:00
tc-z8k.c bfd_section_* macros 2019-09-19 09:40:13 +09: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