binutils-gdb/opcodes
H.J. Lu 539f890d01 Allow VL=1 on AVX scalar instructions.
gas/

2010-01-27  H.J. Lu  <hongjiu.lu@intel.com>

	* config/tc-i386.c (avxscalar): New.
	(OPTION_MAVXSCALAR): Likewise.
	(build_vex_prefix): Select vector_length for scalar instructions
	based on avxscalar.
	(md_longopts): Add OPTION_MAVXSCALAR.
	(md_parse_option): Handle OPTION_MAVXSCALAR.
	(md_show_usage): Add -mavxscalar=.

	* doc/c-i386.texi: Document -mavxscalar=.

gas/testsuite/

2010-01-27  H.J. Lu  <hongjiu.lu@intel.com>

	* gas/i386/avx-scalar-intel.d: New.
	* gas/i386/avx-scalar.d: Likewise.
	* gas/i386/avx-scalar.s: Likewise.
	* gas/i386/x86-64-avx-scalar-intel.d: Likewise.
	* gas/i386/x86-64-avx-scalar.d: Likewise.
	* gas/i386/x86-64-avx-scalar.s: Likewise.

	* gas/i386/i386.exp: Run avx-scalar, avx-scalar-intel,
	x86-64-avx-scalar and x86-64-avx-scalar-intel.

opcodes/

2010-01-27  H.J. Lu  <hongjiu.lu@intel.com>

	* i386-dis.c (XMScalar): New.
	(EXdScalar): Likewise.
	(EXqScalar): Likewise.
	(EXqScalarS): Likewise.
	(VexScalar): Likewise.
	(EXdVexScalarS): Likewise.
	(EXqVexScalarS): Likewise.
	(XMVexScalar): Likewise.
	(scalar_mode): Likewise.
	(d_scalar_mode): Likewise.
	(d_scalar_swap_mode): Likewise.
	(q_scalar_mode): Likewise.
	(q_scalar_swap_mode): Likewise.
	(vex_scalar_mode): Likewise.
	(vex_len_table): Duplcate entries for VEX_LEN_10_P_1,
	VEX_LEN_10_P_3, VEX_LEN_11_P_1, VEX_LEN_11_P_3, VEX_LEN_2A_P_1,
	VEX_LEN_2A_P_3, VEX_LEN_2C_P_3, VEX_LEN_2D_P_1, VEX_LEN_2E_P_0,
	VEX_LEN_2E_P_2, VEX_LEN_2F_P_2, VEX_LEN_51_P_1, VEX_LEN_51_P_3,
	VEX_LEN_52_P_1, VEX_LEN_53_P_1, VEX_LEN_58_P_1, VEX_LEN_58_P_3,
	VEX_LEN_59_P_1, VEX_LEN_5A_P_1, VEX_LEN_5A_P_3, VEX_LEN_5C_P_1,
	VEX_LEN_5C_P_3, VEX_LEN_5D_P_1, VEX_LEN_5D_P_3, VEX_LEN_5E_P_1,
	VEX_LEN_5E_P_3, VEX_LEN_5F_P_1, VEX_LEN_5F_P_3, VEX_LEN_6E_P_2,
	VEX_LEN_7E_P_1, VEX_LEN_7E_P_2, VEX_LEN_D6_P_2, VEX_LEN_C2_P_1,
	VEX_LEN_C2_P_3, VEX_LEN_3A0A_P_2 and VEX_LEN_3A0B_P_2.
	(vex_w_table): Update entries for VEX_W_10_P_1, VEX_W_10_P_3,
	VEX_W_11_P_1, VEX_W_11_P_3, VEX_W_2E_P_0, VEX_W_2E_P_2,
	VEX_W_2F_P_0, VEX_W_2F_P_2, VEX_W_51_P_1, VEX_W_51_P_3,
	VEX_W_52_P_1, VEX_W_53_P_1, VEX_W_58_P_1, VEX_W_58_P_3,
	VEX_W_59_P_1, VEX_W_59_P_3, VEX_W_5A_P_1, VEX_W_5A_P_3,
	VEX_W_5C_P_1, VEX_W_5C_P_3, VEX_W_5D_P_1, VEX_W_5D_P_3,
	VEX_W_5E_P_1, VEX_W_5E_P_3, VEX_W_5F_P_1, VEX_W_5F_P_3,
	VEX_W_7E_P_1, VEX_W_D6_P_2  VEX_W_C2_P_1, VEX_W_C2_P_3,
	VEX_W_3A0A_P_2 and VEX_W_3A0B_P_2.
	(intel_operand_size): Handle d_scalar_mode, d_scalar_swap_mode,
	q_scalar_mode, q_scalar_swap_mode.
	(OP_XMM): Handle scalar_mode.
	(OP_EX): Handle d_scalar_mode, d_scalar_swap_mode, q_scalar_mode
	and q_scalar_swap_mode.
	(OP_VEX): Handle vex_scalar_mode.
2010-01-27 14:34:40 +00:00
..
po Updated Indonesian translation. 2009-11-11 09:36:08 +00:00
ChangeLog Allow VL=1 on AVX scalar instructions. 2010-01-27 14:34:40 +00:00
ChangeLog-0001
ChangeLog-0203
ChangeLog-2004
ChangeLog-2005
ChangeLog-2006
ChangeLog-2007
ChangeLog-2008 gas/ 2009-01-06 01:03:27 +00:00
ChangeLog-2009 Move 2009 binutils ChangeLog to ChangeLog-2009. 2010-01-01 18:06:10 +00:00
ChangeLog-9297
ChangeLog-9899
MAINTAINERS
Makefile.am opcodes/ 2009-11-14 20:04:58 +00:00
Makefile.in Sync Libtool from GCC. 2010-01-09 21:11:44 +00:00
aclocal.m4 Regenerate tree using Autoconf 2.64 and Automake 1.11. 2009-08-22 16:56:56 +00:00
alpha-dis.c update copyright dates 2009-09-02 07:25:43 +00:00
alpha-opc.c
arc-dis.c Update soruces to make alpha, arc and arm targets compile cleanly 2009-09-25 19:13:27 +00:00
arc-dis.h update copyright dates 2009-09-02 07:25:43 +00:00
arc-ext.c Update soruces to make alpha, arc and arm targets compile cleanly 2009-09-25 19:13:27 +00:00
arc-ext.h
arc-opc.c
arm-dis.c PR 11170 2010-01-20 10:54:03 +00:00
avr-dis.c * avr-dis.c: Replace uses of sprintf without a format string with 2008-11-06 12:03:24 +00:00
bfin-dis.c gas/ 2009-09-04 04:29:42 +00:00
cgen-asm.c update copyright dates 2009-09-02 07:25:43 +00:00
cgen-asm.in * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
cgen-bitset.c cpu/ 2009-10-24 00:17:08 +00:00
cgen-dis.c update copyright dates 2009-09-02 07:25:43 +00:00
cgen-dis.in * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
cgen-ibld.in * cgen-ibld.in (insert_normal, extract_normal): Minor cleanup. 2010-01-07 18:05:45 +00:00
cgen-opc.c Add -Wshadow to the gcc command line options used when compiling the binutils. 2009-12-11 13:42:17 +00:00
cgen.sh * cgen.sh: Handle multiple simultaneous runs for parallel makes. 2009-06-14 16:36:56 +00:00
config.in Regenerate tree using Autoconf 2.64 and Automake 1.11. 2009-08-22 16:56:56 +00:00
configure Sync Libtool from GCC. 2010-01-09 21:11:44 +00:00
configure.com 2009-09-01 Tristan Gingold <gingold@adacore.com> 2009-09-01 13:16:53 +00:00
configure.in bfd 2009-09-29 14:17:19 +00:00
cr16-dis.c Add -Wshadow to the gcc command line options used when compiling the binutils. 2009-12-11 13:42:17 +00:00
cr16-opc.c
cris-dis.c update copyright dates 2009-09-02 07:25:43 +00:00
cris-opc.c update copyright dates 2009-09-02 07:25:43 +00:00
crx-dis.c Add -Wshadow to the gcc command line options used when compiling the binutils. 2009-12-11 13:42:17 +00:00
crx-opc.c update copyright dates 2009-09-02 07:25:43 +00:00
d10v-dis.c
d10v-opc.c update copyright dates 2009-09-02 07:25:43 +00:00
d30v-dis.c Add -Wshadow to the gcc command line options used when compiling the binutils. 2009-12-11 13:42:17 +00:00
d30v-opc.c
dep-in.sed * dep-in.sed: Don't use \n in replacement part of s command. 2009-06-04 06:57:56 +00:00
dis-buf.c update copyright dates 2009-09-02 07:25:43 +00:00
dis-init.c update copyright dates 2009-09-02 07:25:43 +00:00
disassemble.c bfd 2009-09-29 14:17:19 +00:00
dlx-dis.c
fr30-asm.c * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
fr30-desc.c * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
fr30-desc.h * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
fr30-dis.c * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
fr30-ibld.c * cgen-ibld.in (insert_normal, extract_normal): Minor cleanup. 2010-01-07 18:05:45 +00:00
fr30-opc.c * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
fr30-opc.h * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
frv-asm.c * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
frv-desc.c * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
frv-desc.h * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
frv-dis.c * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
frv-ibld.c * cgen-ibld.in (insert_normal, extract_normal): Minor cleanup. 2010-01-07 18:05:45 +00:00
frv-opc.c * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
frv-opc.h * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
h8300-dis.c
h8500-dis.c Add -Wshadow to the gcc command line options used when compiling the binutils. 2009-12-11 13:42:17 +00:00
h8500-opc.h update copyright dates 2009-09-02 07:25:43 +00:00
hppa-dis.c
i370-dis.c
i370-opc.c
i386-dis.c Allow VL=1 on AVX scalar instructions. 2010-01-27 14:34:40 +00:00
i386-gen.c 2010-01-06 Quentin Neill <quentin.neill@amd.com> 2010-01-06 22:52:47 +00:00
i386-init.h 2010-01-06 Quentin Neill <quentin.neill@amd.com> 2010-01-06 22:52:47 +00:00
i386-opc.c
i386-opc.h Replace "Vex" with "Vex=3" on AVX scalar instructions. 2010-01-24 00:59:13 +00:00
i386-opc.tbl Replace "Vex" with "Vex=3" on AVX scalar instructions. 2010-01-24 00:59:13 +00:00
i386-reg.tbl update copyright dates 2009-09-02 07:25:43 +00:00
i386-tbl.h Replace "Vex" with "Vex=3" on AVX scalar instructions. 2010-01-24 00:59:13 +00:00
i860-dis.c update copyright dates 2009-09-02 07:25:43 +00:00
i960-dis.c Add -Wshadow to the gcc command line options used when compiling the binutils. 2009-12-11 13:42:17 +00:00
ia64-asmtab.c gas/ 2008-08-28 14:07:50 +00:00
ia64-asmtab.h update copyright dates 2009-09-02 07:25:43 +00:00
ia64-dis.c * bfd/coff-arm.c (coff_arm_relocate_section) 2009-09-05 07:56:26 +00:00
ia64-gen.c Add -Wshadow to the gcc command line options used when compiling the binutils. 2009-12-11 13:42:17 +00:00
ia64-ic.tbl gas/ 2008-08-28 14:07:50 +00:00
ia64-opc-a.c update copyright dates 2009-09-02 07:25:43 +00:00
ia64-opc-b.c update copyright dates 2009-09-02 07:25:43 +00:00
ia64-opc-d.c update copyright dates 2009-09-02 07:25:43 +00:00
ia64-opc-f.c update copyright dates 2009-09-02 07:25:43 +00:00
ia64-opc-i.c update copyright dates 2009-09-02 07:25:43 +00:00
ia64-opc-m.c update copyright dates 2009-09-02 07:25:43 +00:00
ia64-opc-x.c update copyright dates 2009-09-02 07:25:43 +00:00
ia64-opc.c Add -Wshadow to the gcc command line options used when compiling the binutils. 2009-12-11 13:42:17 +00:00
ia64-opc.h
ia64-raw.tbl gas/ 2008-08-28 14:07:50 +00:00
ia64-war.tbl
ia64-waw.tbl gas/ 2008-08-28 14:07:50 +00:00
ip2k-asm.c * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
ip2k-desc.c * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
ip2k-desc.h * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
ip2k-dis.c * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
ip2k-ibld.c * cgen-ibld.in (insert_normal, extract_normal): Minor cleanup. 2010-01-07 18:05:45 +00:00
ip2k-opc.c * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
ip2k-opc.h * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
iq2000-asm.c * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
iq2000-desc.c * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
iq2000-desc.h * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
iq2000-dis.c * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
iq2000-ibld.c * cgen-ibld.in (insert_normal, extract_normal): Minor cleanup. 2010-01-07 18:05:45 +00:00
iq2000-opc.c * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
iq2000-opc.h * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
lm32-asm.c * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
lm32-desc.c * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
lm32-desc.h * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
lm32-dis.c * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
lm32-ibld.c * cgen-ibld.in (insert_normal, extract_normal): Minor cleanup. 2010-01-07 18:05:45 +00:00
lm32-opc.c * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
lm32-opc.h * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
lm32-opinst.c * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
m32c-asm.c * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
m32c-desc.c * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
m32c-desc.h * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
m32c-dis.c * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
m32c-ibld.c * cgen-ibld.in (insert_normal, extract_normal): Minor cleanup. 2010-01-07 18:05:45 +00:00
m32c-opc.c * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
m32c-opc.h * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
m32r-asm.c * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
m32r-desc.c * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
m32r-desc.h * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
m32r-dis.c * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
m32r-ibld.c * cgen-ibld.in (insert_normal, extract_normal): Minor cleanup. 2010-01-07 18:05:45 +00:00
m32r-opc.c * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
m32r-opc.h * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
m32r-opinst.c * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
m68hc11-dis.c update copyright dates 2009-09-02 07:25:43 +00:00
m68hc11-opc.c update copyright dates 2009-09-02 07:25:43 +00:00
m68k-dis.c Add -Wshadow to the gcc command line options used when compiling the binutils. 2009-12-11 13:42:17 +00:00
m68k-opc.c PR gas/11030 2009-11-30 14:45:30 +00:00
m88k-dis.c * bfd/coff-arm.c (coff_arm_relocate_section) 2009-09-05 07:56:26 +00:00
m10200-dis.c
m10200-opc.c update copyright dates 2009-09-02 07:25:43 +00:00
m10300-dis.c
m10300-opc.c update copyright dates 2009-09-02 07:25:43 +00:00
makefile.vms 2009-09-01 Tristan Gingold <gingold@adacore.com> 2009-09-01 13:16:53 +00:00
maxq-dis.c Add -Wshadow to the gcc command line options used when compiling the binutils. 2009-12-11 13:42:17 +00:00
mcore-dis.c Add -Wshadow to the gcc command line options used when compiling the binutils. 2009-12-11 13:42:17 +00:00
mcore-opc.h update copyright dates 2009-09-02 07:25:43 +00:00
mep-asm.c * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
mep-desc.c * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
mep-desc.h * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
mep-dis.c * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
mep-ibld.c * cgen-ibld.in (insert_normal, extract_normal): Minor cleanup. 2010-01-07 18:05:45 +00:00
mep-opc.c * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
mep-opc.h * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
microblaze-dis.c Add -Wshadow to the gcc command line options used when compiling the binutils. 2009-12-11 13:42:17 +00:00
microblaze-dis.h * opcodes/microblaze-dis.c: Add include for microblaze-dis.h, 2009-10-07 15:40:17 +00:00
microblaze-opc.h Add support for Xilinx MicroBlaze processor. 2009-08-06 17:38:04 +00:00
microblaze-opcm.h Add support for Xilinx MicroBlaze processor. 2009-08-06 17:38:04 +00:00
mips-dis.c update copyright dates 2009-09-02 07:25:43 +00:00
mips-opc.c update copyright dates 2009-09-02 07:25:43 +00:00
mips16-opc.c update copyright dates 2009-09-02 07:25:43 +00:00
mmix-dis.c Add -Wshadow to the gcc command line options used when compiling the binutils. 2009-12-11 13:42:17 +00:00
mmix-opc.c update copyright dates 2009-09-02 07:25:43 +00:00
moxie-dis.c Add PC-relative branch instructions to moxie port. 2009-06-11 11:27:58 +00:00
moxie-opc.c Add PC-relative branch instructions to moxie port. 2009-06-11 11:27:58 +00:00
msp430-dis.c update copyright dates 2009-09-02 07:25:43 +00:00
mt-asm.c * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
mt-desc.c * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
mt-desc.h * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
mt-dis.c * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
mt-ibld.c * cgen-ibld.in (insert_normal, extract_normal): Minor cleanup. 2010-01-07 18:05:45 +00:00
mt-opc.c * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
mt-opc.h * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
ns32k-dis.c Add -Wshadow to the gcc command line options used when compiling the binutils. 2009-12-11 13:42:17 +00:00
opc2c.c * opc2c.c: Include "libiberty.h" and <errno.h>. 2009-10-05 13:14:55 +00:00
openrisc-asm.c * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
openrisc-desc.c * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
openrisc-desc.h * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
openrisc-dis.c * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
openrisc-ibld.c * cgen-ibld.in (insert_normal, extract_normal): Minor cleanup. 2010-01-07 18:05:45 +00:00
openrisc-opc.c * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
openrisc-opc.h * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
opintl.h update copyright dates 2009-09-02 07:25:43 +00:00
or32-dis.c
or32-opc.c Add -Wshadow to the gcc command line options used when compiling the binutils. 2009-12-11 13:42:17 +00:00
pdp11-dis.c
pdp11-opc.c update copyright dates 2009-09-02 07:25:43 +00:00
pj-dis.c
pj-opc.c update copyright dates 2009-09-02 07:25:43 +00:00
ppc-dis.c bfd/ 2010-01-04 02:32:56 +00:00
ppc-opc.c gas/ 2009-10-02 14:42:42 +00:00
rx-decode.c [opcodes] 2009-11-05 02:31:40 +00:00
rx-decode.opc [opcodes] 2009-11-05 00:38:45 +00:00
rx-dis.c [opcodes] 2009-11-05 00:38:45 +00:00
s390-dis.c Add -Wshadow to the gcc command line options used when compiling the binutils. 2009-12-11 13:42:17 +00:00
s390-mkopc.c update copyright dates 2009-09-02 07:25:43 +00:00
s390-opc.c update copyright dates 2009-09-02 07:25:43 +00:00
s390-opc.txt update copyright dates 2009-09-02 07:25:43 +00:00
score-dis.c * score-dis.c (print_insn_score48, print_insn_score32): Move default 2009-06-22 00:01:57 +00:00
score-opc.h update copyright dates 2009-09-02 07:25:43 +00:00
score7-dis.c * score-dis.c (print_insn_score48, print_insn_score32): Move default 2009-06-22 00:01:57 +00:00
sh-dis.c update copyright dates 2009-09-02 07:25:43 +00:00
sh-opc.h
sh64-dis.c Add -Wshadow to the gcc command line options used when compiling the binutils. 2009-12-11 13:42:17 +00:00
sh64-opc.c update copyright dates 2009-09-02 07:25:43 +00:00
sh64-opc.h update copyright dates 2009-09-02 07:25:43 +00:00
sparc-dis.c update copyright dates 2009-09-02 07:25:43 +00:00
sparc-opc.c update copyright dates 2009-09-02 07:25:43 +00:00
spu-dis.c Add -Wshadow to the gcc command line options used when compiling the binutils. 2009-12-11 13:42:17 +00:00
spu-opc.c
stamp-h.in
sysdep.h update copyright dates 2009-09-02 07:25:43 +00:00
tic4x-dis.c
tic30-dis.c Add -Wshadow to the gcc command line options used when compiling the binutils. 2009-12-11 13:42:17 +00:00
tic54x-dis.c update copyright dates 2009-09-02 07:25:43 +00:00
tic54x-opc.c update copyright dates 2009-09-02 07:25:43 +00:00
tic80-dis.c
tic80-opc.c * bfd/coff-arm.c (coff_arm_relocate_section) 2009-09-05 07:56:26 +00:00
v850-dis.c
v850-opc.c
vax-dis.c update copyright dates 2009-09-02 07:25:43 +00:00
w65-dis.c
w65-opc.h update copyright dates 2009-09-02 07:25:43 +00:00
xc16x-asm.c * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
xc16x-desc.c * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
xc16x-desc.h * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
xc16x-dis.c * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
xc16x-ibld.c * cgen-ibld.in (insert_normal, extract_normal): Minor cleanup. 2010-01-07 18:05:45 +00:00
xc16x-opc.c * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
xc16x-opc.h * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
xstormy16-asm.c * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
xstormy16-desc.c * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
xstormy16-desc.h * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
xstormy16-dis.c * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
xstormy16-ibld.c * cgen-ibld.in (insert_normal, extract_normal): Minor cleanup. 2010-01-07 18:05:45 +00:00
xstormy16-opc.c * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
xstormy16-opc.h * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
xtensa-dis.c update copyright dates 2009-09-02 07:25:43 +00:00
z8k-dis.c update copyright dates 2009-09-02 07:25:43 +00:00
z8k-opc.h * z8kgen.c (struct op): Replace unused flavor with id. 2009-09-08 09:47:52 +00:00
z8kgen.c * z8kgen.c (struct op): Replace unused flavor with id. 2009-09-08 09:47:52 +00:00
z80-dis.c update copyright dates 2009-09-02 07:25:43 +00:00