binutils-gdb/opcodes
Simon Dardis 40fc1451c6 [MIPS] Map 'move' to 'or'.
The MIPS assembly idiom 'move' now maps to the 'or' machine instruction. This
change affects microMIPS, MIPS32, MIPS64.

2015-08-12  Simon Dardis  <simon.dardis@imgtec.com>

opcodes/

	* micromips-opc.c (micromips_opcodes): Re-order table so that move
	based on 'or' is first.
	* mips-opc.c (mips_builtin_opcodes): Ditto.

bfd/

	* elfxx-mips.c (STUB_MOVE): Change to use 'or' only.
	(mips_o32_exec_plt0_entry, mips_n32_exec_plt0_entry,
	mips_n64_exec_plt0_entry, micromips_insn32_o32_exec_plt0_entry):
	Update to use 'or' instead of 'addu/daddu'.
	(_bfd_mips_elf_finish_dynamic_symbol): Update usage of STUB_MOVE.
	(move_insns_32): Reorder table.

gas/

	* config/tc-mips.c (move_register): Change to use 'or' only.
	(s_cpload, s_cpsetup, s_cprestore, s_cpreturn): Update to
	use or for move.

gas/testsuite/

	* gas/mips/elf-rel23.d: Update test.
	* gas/mips/elf-rel23.d: Ditto.
	* gas/mips/elf-rel23a.d: Ditto.
	* gas/mips/elf-rel23b.d: Ditto.
	* gas/mips/elf_e_flags1.d: Ditto.
	* gas/mips/elf_e_flags2.d: Ditto.
	* gas/mips/elf_e_flags3.d: Ditto.
	* gas/mips/elf_e_flags4.d: Ditto.
	* gas/mips/loc-swap-dis.d: Ditto.
	* gas/mips/micromips-insn32.d: Ditto.
	* gas/mips/micromips-noinsn32.d: Ditto.
	* gas/mips/micromips-trap.d: Ditto.
	* gas/mips/micromips.d: Ditto.
	* gas/mips/mips-abi32-pic.d: Ditto.
	* gas/mips/mips-abi32.d: Ditto.
	* gas/mips/mips-gp32-fp32-pic.d: Ditto.
	* gas/mips/mips-gp32-fp32.d: Ditto.
	* gas/mips/mips-gp32-fp64-pic.d: Ditto.
	* gas/mips/mips-gp32-fp64.d: Ditto.
	* gas/mips/mips-gp64-fp32-pic.d: Ditto.
	* gas/mips/mips-gp64-fp32.d: Ditto.
	* gas/mips/mips-gp64-fp64-pic.d: Ditto.
	* gas/mips/mips-gp64-fp64.d: Ditto.
	* gas/mips/mipsr6@loc-swap-dis.d: Ditto.
	* gas/mips/tls-o32.d: Ditto.
	* gas/mips/uld2-eb.d: Ditto.
	* gas/mips/uld2-el.d: Ditto.
	* gas/mips/ulw2-eb-ilocks.d: Ditto.
	* gas/mips/ulw2-eb.d: Ditto.
	* gas/mips/ulw2-el-ilocks.d: Ditto.
	* gas/mips/ulw2-el.d: Ditto.
	* gas/mips/move.d: New test.
	* gas/mips/move.s: Ditto.
	* gas/mips/micromips32-move.d: Ditto.
	* gas/mips/micromips32-move.s: Ditto.
	* gas/mips/mips.exp: Run the new tests.

gold/

	* mips.cc (plt0_entry_o32, plt0_entry_n32, plt0_entry_n64,
	lazy_stub_normal_1, lazy_stub_normal_1_n64,
	lazy_stub_normal_2, lazy_stub_normal_2_n64, lazy_stub_big,
	lazy_stub_big_n64, lazy_stub_micromips32_normal_1_n64,
	lazy_stub_micromips32_normal_2_n64, lazy_stub_micromips32_big,
	lazy_stub_micromips32_big_n64): Update to use 'or' for move instead
	of 'addu/daddu'.

ld/testsuite/

	* ld-mips-elf/compressed-plt-1-n32-mips16.od: Update test.
	* ld-mips-elf/compressed-plt-1-n32-umips.od: Ditto.
	* ld-mips-elf/compressed-plt-1-o32-mips16-got.od: Ditto.
	* ld-mips-elf/compressed-plt-1-o32-mips16-only.od: Ditto.
	* ld-mips-elf/compressed-plt-1-o32-mips16-word.od: Ditto.
	* ld-mips-elf/compressed-plt-1-o32-mips16.od: Ditto.
	* ld-mips-elf/compressed-plt-1-o32-se.od: Ditto.
	* ld-mips-elf/compressed-plt-1-o32-umips-got.od: Ditto.
	* ld-mips-elf/compressed-plt-1-o32-umips-word.od: Ditto.
	* ld-mips-elf/compressed-plt-1-o32-umips.od: Ditto.
	* ld-mips-elf/jalx-2.dd: Ditto.
	* ld-mips-elf/mips16-pic-3.dd: Ditto.
	* ld-mips-elf/pic-and-nonpic-3a.dd: Ditto.
	* ld-mips-elf/pic-and-nonpic-3b.dd: Ditto.
	* ld-mips-elf/pic-and-nonpic-5b.dd: Ditto.
	* ld-mips-elf/pic-and-nonpic-6-n32.dd: Ditto.
	* ld-mips-elf/pic-and-nonpic-6-o32.dd: Ditto.
	* ld-mips-elf/stub-dynsym-1-10000.d: Ditto.
	* ld-mips-elf/stub-dynsym-1-2fe80.d: Ditto.
	* ld-mips-elf/stub-dynsym-1-7fff.d: Ditto.
	* ld-mips-elf/stub-dynsym-1-8000.d: Ditto.
	* ld-mips-elf/stub-dynsym-1-fff0.d: Ditto.
	* ld-mips-elf/tlsbin-o32.d: Ditto.
	* ld-mips-elf/tlsdyn-o32-1.d: Ditto.
	* ld-mips-elf/tlsdyn-o32-2.d: Ditto.
	* ld-mips-elf/tlsdyn-o32-3.d: Ditto.
	* ld-mips-elf/tlsdyn-o32.d: Ditto.
	* ld-mips-elf/tlslib-o32.d: Ditto.
2015-08-12 17:10:22 +01:00
..
po Updated translations for various binutils components. 2015-04-29 16:26:14 +01:00
.gitignore
ChangeLog [MIPS] Map 'move' to 'or'. 2015-08-12 17:10:22 +01:00
ChangeLog-0001
ChangeLog-0203
ChangeLog-2004
ChangeLog-2005
ChangeLog-2006 Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
ChangeLog-2007 Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
ChangeLog-2008
ChangeLog-2009
ChangeLog-2010
ChangeLog-2011
ChangeLog-2012
ChangeLog-2013 New Year - binutils ChangeLog rotation 2014-01-08 05:32:12 -08:00
ChangeLog-2014 ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ChangeLog-9297
ChangeLog-9899
MAINTAINERS ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
Makefile.am Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
Makefile.in Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
aarch64-asm-2.c [AArch64] Support for ARMv8.1a Adv.SIMD instructions 2015-06-02 12:20:00 +01:00
aarch64-asm.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
aarch64-asm.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
aarch64-dis-2.c [AArch64] Support for ARMv8.1a Adv.SIMD instructions 2015-06-02 12:20:00 +01:00
aarch64-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
aarch64-dis.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
aarch64-gen.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
aarch64-opc-2.c [AArch64] Support for ARMv8.1a Adv.SIMD instructions 2015-06-02 12:20:00 +01:00
aarch64-opc.c [AArch64] Support id_mmfr4 system register 2015-06-16 14:17:34 +01:00
aarch64-opc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
aarch64-tbl.h Fix the disassembly of the AArch64 SIMD EXT instruction. 2015-08-11 18:00:36 +01:00
aclocal.m4
alpha-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
alpha-opc.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
arc-dis.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
arc-dis.h Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
arc-ext.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
arc-ext.h Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
arc-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
arm-dis.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
avr-dis.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
bfin-dis.c Stop "objdump -d" from disassembling past a symbolic address. 2015-06-22 16:53:27 +01:00
cgen-asm.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
cgen-asm.in Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
cgen-bitset.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cgen-dis.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
cgen-dis.in Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
cgen-ibld.in Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
cgen-opc.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
cgen.sh Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
config.in Rename configure.in to configure.ac 2014-07-04 13:40:28 +09:30
configure Regenerate configure files 2015-07-27 07:56:32 -07:00
configure.ac Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
configure.com Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
cr16-dis.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
cr16-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cris-dis.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
cris-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
crx-dis.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
crx-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
d10v-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
d10v-opc.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
d30v-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
d30v-opc.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
dep-in.sed
dis-buf.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
dis-init.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
disassemble.c Add Intel MCU support to opcodes 2015-05-11 10:48:21 -07:00
dlx-dis.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
epiphany-asm.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
epiphany-desc.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
epiphany-desc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
epiphany-dis.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
epiphany-ibld.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
epiphany-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
epiphany-opc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
fr30-asm.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
fr30-desc.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
fr30-desc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
fr30-dis.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
fr30-ibld.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
fr30-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
fr30-opc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
frv-asm.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
frv-desc.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
frv-desc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
frv-dis.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
frv-ibld.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
frv-opc.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
frv-opc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ft32-dis.c FT32 initial support 2015-01-28 16:25:18 +10:30
ft32-opc.c FT32 initial support 2015-01-28 16:25:18 +10:30
h8300-dis.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
h8500-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
h8500-opc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
hppa-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
i370-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
i370-opc.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
i386-dis-evex.h Fix memory operand size for vcvtt?ps2u?qq instructions 2015-07-22 13:26:21 -07:00
i386-dis.c Properly disassemble movnti in Intel mode 2015-07-30 04:17:02 -07:00
i386-gen.c Remove CpuFMA4 support from CPU_ZNVER1_FLAGS. 2015-08-07 07:31:51 -07:00
i386-init.h Remove CpuFMA4 support from CPU_ZNVER1_FLAGS. 2015-08-07 07:31:51 -07:00
i386-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
i386-opc.h Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
i386-opc.tbl Add support for monitorx/mwaitx instructions 2015-06-30 07:50:12 -07:00
i386-reg.tbl ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
i386-tbl.h Add support for monitorx/mwaitx instructions 2015-06-30 07:50:12 -07:00
i860-dis.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
i960-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ia64-asmtab.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
ia64-asmtab.h Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
ia64-dis.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
ia64-gen.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
ia64-ic.tbl
ia64-opc-a.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ia64-opc-b.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ia64-opc-d.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ia64-opc-f.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ia64-opc-i.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ia64-opc-m.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
ia64-opc-x.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ia64-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ia64-opc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ia64-raw.tbl * ia64-raw.tbl: Replace non-ASCII char. 2013-05-17 12:57:16 +00:00
ia64-war.tbl
ia64-waw.tbl * ia64-raw.tbl: Replace non-ASCII char. 2013-05-17 12:57:16 +00:00
ip2k-asm.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
ip2k-desc.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
ip2k-desc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ip2k-dis.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
ip2k-ibld.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
ip2k-opc.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
ip2k-opc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
iq2000-asm.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
iq2000-desc.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
iq2000-desc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
iq2000-dis.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
iq2000-ibld.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
iq2000-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
iq2000-opc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
lm32-asm.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
lm32-desc.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
lm32-desc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
lm32-dis.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
lm32-ibld.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
lm32-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
lm32-opc.h Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
lm32-opinst.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
m32c-asm.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
m32c-desc.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
m32c-desc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
m32c-dis.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
m32c-ibld.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
m32c-opc.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
m32c-opc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
m32r-asm.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
m32r-desc.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
m32r-desc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
m32r-dis.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
m32r-ibld.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
m32r-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
m32r-opc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
m32r-opinst.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
m68hc11-dis.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
m68hc11-opc.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
m68k-dis.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
m68k-opc.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
m88k-dis.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
m10200-dis.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
m10200-opc.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
m10300-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
m10300-opc.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
makefile.vms Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
mcore-dis.c Stop "objdump -d" from disassembling past a symbolic address. 2015-06-22 16:53:27 +01:00
mcore-opc.h Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
mep-asm.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
mep-desc.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
mep-desc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
mep-dis.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
mep-ibld.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
mep-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
mep-opc.h Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
metag-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
microblaze-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
microblaze-dis.h Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
microblaze-opc.h Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
microblaze-opcm.h Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
micromips-opc.c [MIPS] Map 'move' to 'or'. 2015-08-12 17:10:22 +01:00
mips-dis.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
mips-formats.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
mips-opc.c [MIPS] Map 'move' to 'or'. 2015-08-12 17:10:22 +01:00
mips16-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
mmix-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
mmix-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
moxie-dis.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
moxie-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
msp430-decode.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
msp430-decode.opc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
msp430-dis.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
mt-asm.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
mt-desc.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
mt-desc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
mt-dis.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
mt-ibld.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
mt-opc.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
mt-opc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
nds32-asm.c NDS32: Set branch instruction to relaxable. 2015-01-29 16:29:42 +08:00
nds32-asm.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
nds32-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
nds32-opc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
nios2-dis.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
nios2-opc.c Opcodes and assembler support for Nios II R2 2015-07-01 16:08:03 -07:00
ns32k-dis.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
opc2c.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
opintl.h Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
or1k-asm.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
or1k-desc.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
or1k-desc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
or1k-dis.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
or1k-ibld.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
or1k-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
or1k-opc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
or1k-opinst.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
pdp11-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
pdp11-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
pj-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
pj-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ppc-dis.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
ppc-opc.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
rl78-decode.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
rl78-decode.opc Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
rl78-dis.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
rx-decode.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
rx-decode.opc Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
rx-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
s390-dis.c S/390: Add support for IBM z13. 2015-01-16 12:28:58 +01:00
s390-mkopc.c S/390: Add support for IBM z13. 2015-01-16 12:28:58 +01:00
s390-opc.c S/390: Fixes for z13 instructions. 2015-04-27 10:29:16 +02:00
s390-opc.txt S/390: Fixes for z13 instructions. 2015-04-27 10:29:16 +02:00
score-dis.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
score-opc.h Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
score7-dis.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
sh-dis.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
sh-opc.h Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
sh64-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
sh64-opc.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
sh64-opc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
sparc-dis.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
sparc-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
spu-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
spu-opc.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
stamp-h.in
sysdep.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tic4x-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tic6x-dis.c Stop "objdump -d" from disassembling past a symbolic address. 2015-06-22 16:53:27 +01:00
tic30-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tic54x-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tic54x-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tic80-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tic80-opc.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
tilegx-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tilegx-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tilepro-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tilepro-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
v850-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
v850-opc.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
vax-dis.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
visium-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
visium-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
w65-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
w65-opc.h Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
xc16x-asm.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
xc16x-desc.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
xc16x-desc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
xc16x-dis.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
xc16x-ibld.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
xc16x-opc.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
xc16x-opc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
xgate-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
xgate-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
xstormy16-asm.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
xstormy16-desc.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
xstormy16-desc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
xstormy16-dis.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
xstormy16-ibld.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
xstormy16-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
xstormy16-opc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
xtensa-dis.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
z8k-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
z8k-opc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
z8kgen.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
z80-dis.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00