binutils-gdb/gas/config
Jan Beulich c006a730e9 x86: improve handling of insns with ambiguous operand sizes
Commit b76bc5d54e ("x86: don't default variable shift count insns to
8-bit operand size") pointed out a very bad case, but the underlying
problem is, as mentioned on various occasions, much larger: Silently
selecting a (nowhere documented afaict) certain default operand size
when there's no "sizing" suffix and no suitable register operand(s) is
simply dangerous (for the programmer to make mistakes).

While in Intel syntax mode such mistakes already lead to an error (which
is going to remain that way), AT&T syntax mode now gains warnings in
such cases by default, which can be suppressed or promoted to an error
if so desired by the programmer. Furthermore at least general purpose
insns now consistently have a default applied (alongside the warning
emission), rather than accepting some and refusing others.

No warnings are (as before) to be generated for "DefaultSize" insns as
well as ones acting on selector and other fixed-width values. For
SYSRET, however, the DefaultSize needs to be dropped - it had been
wrongly put there in the first place, as it's unrelated to .code16gcc
(no stack accesses involved).

As set forth as a prereq when I first mentioned this intended change a
few years back, Linux as well as gcc have meanwhile been patched to
avoid (emission of) ambiguous operands (and hence triggering of the new
warning).

Note that I think that in 64-bit mode IRET and far RET would better get
a diagnostic too, as it's reasonably likely that a suffix-less instance
really is meant to be a 64-bit one. But I guess I better make this a
separate follow-on patch.

Note further that floating point operations with integer operands are an
exception for now: They continue to use short (16-bit) operands by
default even in 32- and 64-bit modes.

Finally note that while {,V}PCMPESTR{I,M} would, strictly speaking, also
need to be diagnosed, with their 64-bit forms not being very useful I
think it is better to continue to avoid warning about them (by way of
them carrying IgnoreSize attributes).
2020-01-21 08:28:25 +01:00
..
atof-ieee.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
atof-vax.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
bfin-aux.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
bfin-defs.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
bfin-lex-wrapper.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
bfin-lex.l Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
bfin-parse.y Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
e-crisaout.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
e-criself.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
e-i386aout.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
e-i386coff.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
e-i386elf.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
e-mipself.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
itbl-mips.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
m68k-parse.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
m68k-parse.y Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
obj-aout.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
obj-aout.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
obj-coff-seh.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
obj-coff-seh.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
obj-coff.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
obj-coff.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
obj-ecoff.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
obj-ecoff.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
obj-elf.c Make the assembler generate an error if there is an attempt to define a section with the same name as an already defined symbol. 2020-01-08 16:30:20 +00:00
obj-elf.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
obj-evax.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
obj-evax.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
obj-fdpicelf.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
obj-fdpicelf.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
obj-macho.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
obj-macho.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
obj-multi.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
obj-multi.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
obj-som.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
obj-som.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
rl78-defs.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
rl78-parse.y Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
rx-defs.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
rx-parse.y Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-aarch64.c [gas][aarch64] Turn on SVE when using f32mm or f64mm extensions 2020-01-13 15:31:39 +00:00
tc-aarch64.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-alpha.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-alpha.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-arc.c [ARC][committed] Code cleanup and improvements. 2020-01-13 11:16:47 +02:00
tc-arc.h [ARC][committed] Code cleanup and improvements. 2020-01-13 11:16:47 +02:00
tc-arm.c [binutils][arm] PR25376 Change MVE into a CORE_HIGH feature 2020-01-16 14:33:01 +00:00
tc-arm.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-avr.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-avr.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-bfin.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-bfin.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-bpf.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-bpf.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-cr16.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-cr16.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-cris.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-cris.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-crx.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-crx.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-csky.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-csky.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-d10v.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-d10v.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-d30v.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-d30v.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-dlx.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-dlx.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-epiphany.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-epiphany.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-fr30.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-fr30.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-frv.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-frv.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-ft32.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-ft32.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-generic.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-generic.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-h8300.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-h8300.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-hppa.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-hppa.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-i386-intel.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-i386.c x86: improve handling of insns with ambiguous operand sizes 2020-01-21 08:28:25 +01:00
tc-i386.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-ia64.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-ia64.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-ip2k.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-ip2k.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-iq2000.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-iq2000.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-lm32.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-lm32.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-m32c.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-m32c.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-m32r.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-m32r.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-m68hc11.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-m68hc11.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-m68k.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-m68k.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-m68851.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-mcore.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-mcore.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-mep.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-mep.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-metag.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-metag.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-microblaze.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-microblaze.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-mips.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-mips.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-mmix.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-mmix.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-mn10200.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-mn10200.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-mn10300.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-mn10300.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-moxie.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-moxie.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-msp430.c MSP430: Fix relocation overflow when using #lo(EXP) macro 2020-01-15 13:23:06 +00:00
tc-msp430.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-mt.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-mt.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-nds32.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-nds32.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-nios2.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-nios2.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-ns32k.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-ns32k.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-or1k.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-or1k.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-pdp11.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-pdp11.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-pj.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-pj.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-ppc.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-ppc.h Allow individual targets to decide if string escapes should be allowed. Disable for PPC and Z80. 2020-01-03 16:23:19 +00:00
tc-pru.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-pru.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-riscv.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-riscv.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-rl78.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-rl78.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-rx.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-rx.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-s12z.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-s12z.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-s390.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-s390.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-score7.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-score.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-score.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-sh.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-sh.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-sparc.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-sparc.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-spu.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-spu.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-tic4x.c tic4x: sign extension using shifts 2020-01-13 12:12:05 +10:30
tc-tic4x.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-tic6x.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-tic6x.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-tic30.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-tic30.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-tic54x.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-tic54x.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-tilegx.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-tilegx.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-tilepro.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-tilepro.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-v850.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-v850.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-vax.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-vax.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-visium.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-visium.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-wasm32.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-wasm32.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-xc16x.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-xc16x.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-xgate.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-xgate.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-xstormy16.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-xstormy16.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-xtensa.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-xtensa.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-z8k.c ubsan: z8k: index 10 out of bounds for type 'unsigned int const[10]' 2020-01-08 21:51:32 +10:30
tc-z8k.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-z80.c Fix various assembler testsuite failures for the Z80 target. 2020-01-14 13:13:57 +00:00
tc-z80.h Fix various assembler testsuite failures for the Z80 target. 2020-01-14 13:13:57 +00:00
te-386bsd.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-aix5.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-aix.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-armeabi.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-armfbsdeabi.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-armfbsdvfp.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-armlinuxeabi.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-cloudabi.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-csky_abiv1_linux.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-csky_abiv1.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-csky_abiv2_linux.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-csky_abiv2.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-dragonfly.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-freebsd.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-generic.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-gnu.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-go32.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-hppa64.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-hppa.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-hppalinux64.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-hpux.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-ia64aix.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-interix.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-irix.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-linux.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-lynx.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-macos.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-nacl.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-nbsd532.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-nbsd.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-pc532mach.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-pe.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-pep.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-solaris.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-svr4.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-symbian.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-tmips.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-uclinux.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-vms.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-vms.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-vxworks.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-wince-pe.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
vax-inst.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
xtensa-istack.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
xtensa-relax.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
xtensa-relax.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30