binutils-gdb/opcodes
David S. Miller 0afd121540 Increase the accuracy of sparc instruction aliases.
Make current with UA2011 specification.

Add an F_PREFERRED opcode flag that indicates a preferred alias
when multiple aliases for the same opcode exists.

For 'lzd':

	Add 'lzcnt' as primary instruction, and make 'lzd' an alias.

Add 'ldtw', 'ldtwa', 'sttw', 'sttwa':

	The modern opcode for for 'ldd', 'ldda', 'std', and 'stda' on
	integer registers.  Mark the latter now as aliases.

For 'flush':

	Support "[address]" syntax as well as plain "address".

Rework 'mov' aliases for 'wr':

	Eliminate bogus three operand moves, and encode the
	instructions properly for the "mov REG, %ASR" cases,
	specifically we should encode the register in rs2 not rs1 as
	per The SPARC V8 Architecture Manual.

Add missing cbcond aliases:

	c{w,x}bz, c{w,x}blu, c{w,x}bnz, c{w,x}bgeu

Add 'd' suffix VIS logical ops:

	The primary opcode for 'fzero' is now 'fzerod' (compare with
	'fzeros'), for example.  And thus 'fzero' is now an alias.

Add modern opcodes for condition code setting edge instructions:

	They are now edgeN{,l}cc instead of plain edgeN{,l}.

Add modern opcodes for VIS comparisons:

	All VIS comparisons now start with prefix "fp", retain the
	older variants as aliases.

	The signed variants for equal and not-equal have "u" aliases
	to show that these comparisons are equally suited for unsigned
	compares.

Update existing test cases as needed, and add several new ones.

include/opcode/

	* sparc.h (F_PREFERRED): Define.
	(F_PREF_ALIAS): Define.

opcodes/

	* sparc-dis.c (compare_opcodes): When encountering multiple aliases
	of an opcode, prefer the one with F_PREFERRED set.
	* sparc-opc.c (sparc_opcodes): Add ldtw, ldtwa, sttw, sttwa,
	lzcnt, flush with '[address]' syntax, and missing cbcond pseudo
	ops.  Make 64-bit VIS logical ops have "d" suffix in their names,
	mark existing mnenomics as aliases.  Add "cc" suffix to edge
	instructions generating condition codes, mark existing mnenomics
	as aliases.  Add "fp" prefix to VIS compare instructions, mark
	existing mnenomics as aliases.

gas/testsuite/

	* gas/sparc/cbcond.s: Add tests for new opcode aliases.
	* gas/sparc/cbcond.d: Updated.
	* gas/sparc/hpcvis3.s: Add tests for new opcode aliases.
	* gas/sparc/hpcvis3.d: Updated.
	* gas/sparc/v8-movwr-imm.d: Fix expected disassembly.
	* gas/sparc/edge.s: New test.
	* gas/sparc/edge.d: Expected disassembly.
	* gas/sparc/flush.s: New test.
	* gas/sparc/flush.d: Expected disassembly.
	* gas/sparc/ldd_std.s: New test.
	* gas/sparc/ldd_std.d: Expected disassembly.
	* gas/sparc/ldtw_sttw.s: New test.
	* gas/sparc/ldtw_sttw.d: Expected disassembly.
	* gas/sparc/sparc.exp: Run new tests.
2013-04-06 22:22:03 +00:00
..
po * po/POTFILES.in: Regenerate. 2013-02-04 06:04:33 +00:00
.gitignore bfd/binutils/gas/gprof/ld/libiberty/opcodes: add .gitignore 2010-12-09 09:03:18 +00:00
ChangeLog Increase the accuracy of sparc instruction aliases. 2013-04-06 22:22:03 +00:00
ChangeLog-0001 Add copyright notices 2012-12-10 12:48:03 +00:00
ChangeLog-0203 Add copyright notices 2012-12-10 12:48:03 +00:00
ChangeLog-2004 Add copyright notices 2012-12-10 12:48:03 +00:00
ChangeLog-2005 Add copyright notices 2012-12-10 12:48:03 +00:00
ChangeLog-2006 Add copyright notices 2012-12-10 12:48:03 +00:00
ChangeLog-2007 Add copyright notices 2012-12-10 12:48:03 +00:00
ChangeLog-2008 Add copyright notices 2012-12-10 12:48:03 +00:00
ChangeLog-2009 Add copyright notices 2012-12-10 12:48:03 +00:00
ChangeLog-2010 Add copyright notices 2012-12-10 12:48:03 +00:00
ChangeLog-2011 Add copyright notices 2012-12-10 12:48:03 +00:00
ChangeLog-2012 opcodes/ChangeLog 2013-01-02 13:13:36 +00:00
ChangeLog-9297 Add copyright notices 2012-12-10 12:48:03 +00:00
ChangeLog-9899 Add copyright notices 2012-12-10 12:48:03 +00:00
MAINTAINERS Add copyright notices 2012-12-17 16:56:12 +00:00
Makefile.am 2013-02-06 Sandra Loosemore <sandra@codesourcery.com> 2013-02-06 23:22:26 +00:00
Makefile.in 2013-02-06 Sandra Loosemore <sandra@codesourcery.com> 2013-02-06 23:22:26 +00:00
aarch64-asm-2.c include/opcode/ 2013-02-28 19:18:40 +00:00
aarch64-asm.c include/opcode/ 2013-01-30 15:43:32 +00:00
aarch64-asm.h Add support for 64-bit ARM architecture: AArch64 2012-08-13 14:52:54 +00:00
aarch64-dis-2.c include/opcode/ 2013-02-28 19:18:40 +00:00
aarch64-dis.c include/opcode/ 2013-01-30 15:43:32 +00:00
aarch64-dis.h Add support for 64-bit ARM architecture: AArch64 2012-08-13 14:52:54 +00:00
aarch64-gen.c include/opcode/ 2013-01-30 15:43:32 +00:00
aarch64-opc-2.c include/opcode/ 2013-02-28 19:18:40 +00:00
aarch64-opc.c opcodes/ 2013-02-14 18:12:51 +00:00
aarch64-opc.h Remove trailing redundant `;' 2012-11-09 08:29:34 +00:00
aarch64-tbl.h include/opcode/ 2013-02-28 19:18:40 +00:00
aclocal.m4 include/opcode/ 2012-08-13 14:26:14 +00:00
alpha-dis.c PR 14072 2012-05-17 15:13:28 +00:00
alpha-opc.c PR 14072 2012-05-17 15:13:28 +00:00
arc-dis.c * aarch64-asm.c (aarch64_ins_ldst_reglist): Initialize 2012-10-18 06:53:16 +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 Add support for AArch32 CRC instruction in ARMv8. 2013-03-11 11:09:33 +00:00
avr-dis.c PR 14072 2012-05-17 15:13:28 +00:00
bfin-dis.c * arc-dis.c: Include sysdep.h first, remove some redundant includes. 2012-05-18 01:59:38 +00:00
cgen-asm.c * frv.opc (parse_uhi16): Fix handling of %hi operator on 64-bit 2011-12-15 10:21:51 +00:00
cgen-asm.in fix set but unused variable warnings 2010-06-27 04:07:55 +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-dis.in (print_normal): Delete CGEN_PRINT_NORMAL. 2010-02-12 04:42:28 +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 PR 14072 2012-05-17 15:13:28 +00:00
cgen.sh * cgen.sh: Handle multiple simultaneous runs for parallel makes. 2009-06-14 16:36:56 +00:00
config.in * config.in: Disable sanity check for kfreebsd. 2012-09-10 22:30:57 +00:00
configure 2013-02-06 Sandra Loosemore <sandra@codesourcery.com> 2013-02-06 23:22:26 +00:00
configure.com Add copyright notices 2012-12-17 16:56:12 +00:00
configure.in 2013-02-06 Sandra Loosemore <sandra@codesourcery.com> 2013-02-06 23:22:26 +00:00
cr16-dis.c oops - typo correction. 2013-01-07 15:10:18 +00:00
cr16-opc.c * cr16-opc.c (cr16_instruction): Fix typo in comment. 2010-04-06 15:41:43 +00:00
cris-dis.c PR 14072 2012-05-17 15:13:28 +00:00
cris-opc.c update copyright dates 2009-09-02 07:25:43 +00:00
crx-dis.c PR 14072 2012-05-17 15:13:28 +00:00
crx-opc.c gas/ 2012-02-27 06:37:40 +00:00
d10v-dis.c PR 14072 2012-05-17 15:13:28 +00:00
d10v-opc.c PR 14072 2012-05-17 15:13:28 +00:00
d30v-dis.c PR 14072 2012-05-17 15:13:28 +00:00
d30v-opc.c PR 14072 2012-05-17 15:13:28 +00:00
dep-in.sed
dis-buf.c * dis-buf.c (buffer_read_memory): Give error for reading just 2010-03-23 15:59:45 +00:00
dis-init.c update copyright dates 2009-09-02 07:25:43 +00:00
disassemble.c 2013-02-06 Sandra Loosemore <sandra@codesourcery.com> 2013-02-06 23:22:26 +00:00
dlx-dis.c * src/opcodes/dlx-dis.c (print_insn_dlx): Use dlx_insn type for 2010-09-10 13:00:54 +00:00
epiphany-asm.c cpu: 2011-10-26 12:46:04 +00:00
epiphany-desc.c 2012-11-30 Oleg Raikhman <oleg@adapteva.com> 2012-11-30 17:54:58 +00:00
epiphany-desc.h 2012-11-30 Oleg Raikhman <oleg@adapteva.com> 2012-11-30 17:54:58 +00:00
epiphany-dis.c bfd: 2011-10-25 11:18:16 +00:00
epiphany-ibld.c bfd: 2011-10-25 11:18:16 +00:00
epiphany-opc.c 2012-11-30 Oleg Raikhman <oleg@adapteva.com> 2012-11-30 17:54:58 +00:00
epiphany-opc.h cpu: 2011-10-26 12:46:04 +00:00
fr30-asm.c fix set but unused variable warnings 2010-06-27 04:07:55 +00:00
fr30-desc.c * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, 2010-02-12 03:25:49 +00:00
fr30-desc.h cgen/ 2010-10-09 06:50:23 +00:00
fr30-dis.c * cgen-dis.in (print_normal): Delete CGEN_PRINT_NORMAL. 2010-02-12 04:42:28 +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 * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, 2010-02-12 03:25:49 +00:00
fr30-opc.h * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
frv-asm.c * frv.opc (parse_uhi16): Fix handling of %hi operator on 64-bit 2011-12-15 10:21:51 +00:00
frv-desc.c * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, 2010-02-12 03:25:49 +00:00
frv-desc.h cgen/ 2010-10-09 06:50:23 +00:00
frv-dis.c * cgen-dis.in (print_normal): Delete CGEN_PRINT_NORMAL. 2010-02-12 04:42:28 +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 Fix build with -DDEBUG=7 2010-10-08 14:00:50 +00:00
frv-opc.h * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
h8300-dis.c * h8300-dis.c: Fix printf arg warnings. 2012-08-01 00:41:35 +00:00
h8500-dis.c PR 14072 2012-05-17 15:13:28 +00:00
h8500-opc.h update copyright dates 2009-09-02 07:25:43 +00:00
hppa-dis.c PR binutils/13135 2012-07-24 12:56:47 +00:00
i370-dis.c PR 14072 2012-05-17 15:13:28 +00:00
i370-opc.c PR 14072 2012-05-17 15:13:28 +00:00
i386-dis.c Properly check address mode for SIB 2013-03-27 18:49:10 +00:00
i386-gen.c Implement Intel SMAP instructions 2013-02-19 19:10:31 +00:00
i386-init.h Implement Intel SMAP instructions 2013-02-19 19:10:31 +00:00
i386-opc.c
i386-opc.h Implement Intel SMAP instructions 2013-02-19 19:10:31 +00:00
i386-opc.tbl Implement Intel SMAP instructions 2013-02-19 19:10:31 +00:00
i386-reg.tbl Add RegRex64 to riz 2013-03-02 01:57:48 +00:00
i386-tbl.h Add RegRex64 to riz 2013-03-02 01:57:48 +00:00
i860-dis.c * arc-dis.c: Include sysdep.h first, remove some redundant includes. 2012-05-18 01:59:38 +00:00
i960-dis.c * h8300-dis.c: Fix printf arg warnings. 2012-08-01 00:41:35 +00:00
ia64-asmtab.c Add Intel Itanium Series 9500 support 2012-09-04 13:52:06 +00:00
ia64-asmtab.h Add Intel Itanium Series 9500 support 2012-09-04 13:52:06 +00:00
ia64-dis.c * arc-dis.c: Include sysdep.h first, remove some redundant includes. 2012-05-18 01:59:38 +00:00
ia64-gen.c Remove trailing redundant `;' 2012-11-09 08:29:34 +00:00
ia64-ic.tbl Add Intel Itanium Series 9500 support 2012-09-04 13:52:06 +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 Add Intel Itanium Series 9500 support 2012-09-04 13:52:06 +00:00
ia64-opc-m.c Add Intel Itanium Series 9500 support 2012-09-04 13:52:06 +00:00
ia64-opc-x.c update copyright dates 2009-09-02 07:25:43 +00:00
ia64-opc.c * ia64-opc.c: Remove #include "ansidecl.h". 2012-05-18 05:31:15 +00:00
ia64-opc.h Add Intel Itanium Series 9500 support 2012-09-04 13:52:06 +00:00
ia64-raw.tbl Add Intel Itanium Series 9500 support 2012-09-04 13:52:06 +00:00
ia64-war.tbl
ia64-waw.tbl Add Intel Itanium Series 9500 support 2012-09-04 13:52:06 +00:00
ip2k-asm.c fix set but unused variable warnings 2010-06-27 04:07:55 +00:00
ip2k-desc.c * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, 2010-02-12 03:25:49 +00:00
ip2k-desc.h cgen/ 2010-10-09 06:50:23 +00:00
ip2k-dis.c * cgen-dis.in (print_normal): Delete CGEN_PRINT_NORMAL. 2010-02-12 04:42:28 +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 * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, 2010-02-12 03:25:49 +00:00
ip2k-opc.h * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
iq2000-asm.c fix set but unused variable warnings 2010-06-27 04:07:55 +00:00
iq2000-desc.c * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, 2010-02-12 03:25:49 +00:00
iq2000-desc.h cgen/ 2010-10-09 06:50:23 +00:00
iq2000-dis.c * cgen-dis.in (print_normal): Delete CGEN_PRINT_NORMAL. 2010-02-12 04:42:28 +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 * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, 2010-02-12 03:25:49 +00:00
iq2000-opc.h * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
lm32-asm.c fix set but unused variable warnings 2010-06-27 04:07:55 +00:00
lm32-desc.c PR binutils/15241 2013-03-08 17:25:12 +00:00
lm32-desc.h cgen/ 2010-10-09 06:50:23 +00:00
lm32-dis.c * cgen-dis.in (print_normal): Delete CGEN_PRINT_NORMAL. 2010-02-12 04:42:28 +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 * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, 2010-02-12 03:25:49 +00:00
lm32-opc.h * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
lm32-opinst.c * lm32-opinst.c: Regenerate. 2010-02-13 04:38:57 +00:00
m32c-asm.c fix set but unused variable warnings 2010-06-27 04:07:55 +00:00
m32c-desc.c * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, 2010-02-12 03:25:49 +00:00
m32c-desc.h cgen/ 2010-10-09 06:50:23 +00:00
m32c-dis.c * cgen-dis.in (print_normal): Delete CGEN_PRINT_NORMAL. 2010-02-12 04:42:28 +00:00
m32c-ibld.c * m32c.cpu (f-dsp-8-s24): Mask high byte after shifting it. 2010-07-03 04:09:56 +00:00
m32c-opc.c * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, 2010-02-12 03:25:49 +00:00
m32c-opc.h * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
m32r-asm.c fix set but unused variable warnings 2010-06-27 04:07:55 +00:00
m32r-desc.c * cgen-dis.in (print_normal): Delete CGEN_PRINT_NORMAL. 2010-02-12 04:42:28 +00:00
m32r-desc.h cgen/ 2010-10-09 06:50:23 +00:00
m32r-dis.c * cgen-dis.in (print_normal): Delete CGEN_PRINT_NORMAL. 2010-02-12 04:42:28 +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 * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, 2010-02-12 03:25:49 +00:00
m32r-opc.h * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
m32r-opinst.c * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, 2010-02-12 03:25:49 +00:00
m68hc11-dis.c * arc-dis.c: Include sysdep.h first, remove some redundant includes. 2012-05-18 01:59:38 +00:00
m68hc11-opc.c * config/tc-m68hc11.c: Add S12X and XGATE co-processor support. 2012-05-15 12:55:51 +00:00
m68k-dis.c PR binutils/13135 2012-07-24 12:56:47 +00:00
m68k-opc.c * gas/testsuite/gas/m68k/pmove.s, gas/testsuite/gas/m68k/pmove.d: New test. 2012-01-16 23:19:20 +00:00
m88k-dis.c * bfd/coff-arm.c (coff_arm_relocate_section) 2009-09-05 07:56:26 +00:00
m10200-dis.c PR 14072 2012-05-17 15:13:28 +00:00
m10200-opc.c update copyright dates 2009-09-02 07:25:43 +00:00
m10300-dis.c PR 14072 2012-05-17 15:13:28 +00:00
m10300-opc.c update copyright dates 2009-09-02 07:25:43 +00:00
makefile.vms Add copyright notices 2012-12-17 16:56:12 +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 fix set but unused variable warnings 2010-06-27 04:07:55 +00:00
mep-desc.c * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, 2010-02-12 03:25:49 +00:00
mep-desc.h cgen/ 2010-10-09 06:50:23 +00:00
mep-dis.c cgen/ 2010-06-28 14:41: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/ 2010-10-09 06:50:23 +00:00
mep-opc.h * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
metag-dis.c * metag-dis.c: Initialize outf->bytes_per_chunk to 4 2013-02-15 14:54:28 +00:00
microblaze-dis.c opcodes/Changelog: 2012-11-29 21:09:01 +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 opcodes/Changelog: 2012-11-29 21:09:01 +00:00
microblaze-opcm.h Add swap byte (swapb) and swap halfword (swaph) opcodes. 2012-11-21 17:54:11 +00:00
micromips-opc.c opcodes/ 2012-09-18 14:19:04 +00:00
mips-dis.c Eliminate warning message. 2013-03-12 15:19:23 +00:00
mips-opc.c gas/ 2013-02-09 10:24:20 +00:00
mips16-opc.c PR 14072 2012-05-17 15:13:28 +00:00
mmix-dis.c * arc-dis.c: Include sysdep.h first, remove some redundant includes. 2012-05-18 01:59:38 +00:00
mmix-opc.c update copyright dates 2009-09-02 07:25:43 +00:00
moxie-dis.c Don't abort() when disassembling bad moxie instructions. 2012-09-28 03:53:39 +00:00
moxie-opc.c Don't abort() when disassembling bad moxie instructions. 2012-09-28 03:53:39 +00:00
msp430-dis.c * arc-dis.c: Include sysdep.h first, remove some redundant includes. 2012-05-18 01:59:38 +00:00
mt-asm.c fix set but unused variable warnings 2010-06-27 04:07:55 +00:00
mt-desc.c * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, 2010-02-12 03:25:49 +00:00
mt-desc.h cgen/ 2010-10-09 06:50:23 +00:00
mt-dis.c cpu/ 2012-02-27 06:57:57 +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 * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, 2010-02-12 03:25:49 +00:00
mt-opc.h * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
nios2-dis.c 2013-02-06 Sandra Loosemore <sandra@codesourcery.com> 2013-02-06 23:22:26 +00:00
nios2-opc.c 2013-03-11 Sebastian Huber <sebastian.huber@embedded-brains.de> 2013-03-12 02:41:26 +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 fix set but unused variable warnings 2010-06-27 04:07:55 +00:00
openrisc-desc.c * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, 2010-02-12 03:25:49 +00:00
openrisc-desc.h cgen/ 2010-10-09 06:50:23 +00:00
openrisc-dis.c * cgen-dis.in (print_normal): Delete CGEN_PRINT_NORMAL. 2010-02-12 04:42:28 +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 * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, 2010-02-12 03:25:49 +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 * arc-dis.c: Include sysdep.h first, remove some redundant includes. 2012-05-18 01:59:38 +00:00
or32-opc.c PR 14072 2012-05-17 15:13:28 +00:00
pdp11-dis.c * h8300-dis.c: Fix printf arg warnings. 2012-08-01 00:41:35 +00:00
pdp11-opc.c update copyright dates 2009-09-02 07:25:43 +00:00
pj-dis.c PR 14072 2012-05-17 15:13:28 +00:00
pj-opc.c update copyright dates 2009-09-02 07:25:43 +00:00
ppc-dis.c include/opcode/ 2013-01-11 02:25:36 +00:00
ppc-opc.c include/opcode/ 2013-01-11 02:25:36 +00:00
rl78-decode.c * rl78-decode.opc (rl78_decode_opcode): Fix typo. 2013-02-27 03:00:44 +00:00
rl78-decode.opc * rl78-decode.opc (rl78_decode_opcode): Fix typo. 2013-02-27 03:00:44 +00:00
rl78-dis.c * rl78-decode.opc (rl78_decode_opcode): Merge %e and %[01] 2012-08-15 22:37:56 +00:00
rx-decode.c * po/POTFILES.in: Regenerate. 2013-02-04 06:04:33 +00:00
rx-decode.opc Add copyright notices 2012-12-17 16:56:12 +00:00
rx-dis.c * arc-dis.c: Include sysdep.h first, remove some redundant includes. 2012-05-18 01:59:38 +00:00
s390-dis.c PR 14072 2012-05-17 15:13:28 +00:00
s390-mkopc.c opcodes/ 2012-11-29 23:42:03 +00:00
s390-opc.c 2012-10-26 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> 2012-10-26 09:41:55 +00:00
s390-opc.txt 2012-11-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> 2012-11-20 11:58:30 +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 * h8300-dis.c: Fix printf arg warnings. 2012-08-01 00:41:35 +00:00
sh-opc.h
sh64-dis.c PR 14072 2012-05-17 15:13:28 +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 Increase the accuracy of sparc instruction aliases. 2013-04-06 22:22:03 +00:00
sparc-opc.c Increase the accuracy of sparc instruction aliases. 2013-04-06 22:22:03 +00:00
spu-dis.c PR 14072 2012-05-17 15:13:28 +00:00
spu-opc.c
stamp-h.in
sysdep.h PR 14072 2012-05-17 15:13:28 +00:00
tic4x-dis.c * arc-dis.c: Include sysdep.h first, remove some redundant includes. 2012-05-18 01:59:38 +00:00
tic6x-dis.c PR binutils/15068 2013-03-27 11:43:37 +00:00
tic30-dis.c PR 14072 2012-05-17 15:13:28 +00:00
tic54x-dis.c * tic54x-dis.c (print_instruction): Don't use K&R style. 2012-10-18 15:28:06 +00:00
tic54x-opc.c update copyright dates 2009-09-02 07:25:43 +00:00
tic80-dis.c PR 14072 2012-05-17 15:13:28 +00:00
tic80-opc.c PR 14072 2012-05-17 15:13:28 +00:00
tilegx-dis.c PR 14072 2012-05-17 15:13:28 +00:00
tilegx-opc.c * arc-dis.c: Include sysdep.h first, remove some redundant includes. 2012-05-18 01:59:38 +00:00
tilepro-dis.c PR 14072 2012-05-17 15:13:28 +00:00
tilepro-opc.c * arc-dis.c: Include sysdep.h first, remove some redundant includes. 2012-05-18 01:59:38 +00:00
v850-dis.c * elf32-v850.c (v850_elf_is_target_special_symbol): New function. 2013-04-03 14:42:10 +00:00
v850-opc.c * elf32-v850.c (v850_elf_is_target_special_symbol): New function. 2013-04-03 14:42:10 +00:00
vax-dis.c PR 14072 2012-05-17 15:13:28 +00:00
w65-dis.c PR 14072 2012-05-17 15:13:28 +00:00
w65-opc.h update copyright dates 2009-09-02 07:25:43 +00:00
xc16x-asm.c fix set but unused variable warnings 2010-06-27 04:07:55 +00:00
xc16x-desc.c * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, 2010-02-12 03:25:49 +00:00
xc16x-desc.h cgen/ 2010-10-09 06:50:23 +00:00
xc16x-dis.c * cgen-dis.in (print_normal): Delete CGEN_PRINT_NORMAL. 2010-02-12 04:42:28 +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 * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, 2010-02-12 03:25:49 +00:00
xc16x-opc.h * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
xgate-dis.c gas/config/ 2012-07-05 19:37:52 +00:00
xgate-opc.c gas/config/ 2012-07-05 19:37:52 +00:00
xstormy16-asm.c fix set but unused variable warnings 2010-06-27 04:07:55 +00:00
xstormy16-desc.c * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, 2010-02-12 03:25:49 +00:00
xstormy16-desc.h cgen/ 2010-10-09 06:50:23 +00:00
xstormy16-dis.c * cgen-dis.in (print_normal): Delete CGEN_PRINT_NORMAL. 2010-02-12 04:42:28 +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 * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, 2010-02-12 03:25:49 +00:00
xstormy16-opc.h * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
xtensa-dis.c PR 14072 2012-05-17 15:13:28 +00:00
z8k-dis.c update copyright dates 2009-09-02 07:25:43 +00:00
z8k-opc.h gas/testsuite: 2012-10-26 08:14:07 +00:00
z8kgen.c gas/testsuite: 2012-10-26 08:14:07 +00:00
z80-dis.c update copyright dates 2009-09-02 07:25:43 +00:00