binutils-gdb/opcodes
Thomas Preud'homme ff8646eef8 Add assembler support for ARMv8-M Baseline
2015-12-24  Thomas Preud'homme  <thomas.preudhomme@arm.com>

bfd/
    (tag_cpu_arch_combine): Adjust comment in v4t_plus_v6_m with regards
    to merging with ARMv8-M Baseline.

binutils/
    * readelf.c (arm_attr_tag_CPU_arch): Add ARMv8-M Baseline Tag_CPU_arch
    value.

gas/
    * config/tc-arm.c (arm_ext_v6t2_v8m): New feature for instructions
    shared between ARMv6T2 and ARMv8-M.
    (move_or_literal_pool): Check mov.w/mvn and movw availability against
    arm_ext_v6t2 and arm_ext_v6t2_v8m respectively instead of checking
    arm_arch_t2.
    (do_t_branch): Error out for wide conditional branch instructions if
    targetting ARMv8-M Baseline.
    (non_v6t2_wide_only_insn): Add the logic for new wide-only instructions
    in ARMv8-M Baseline.
    (wide_insn_ok): New function.
    (md_assemble): Use wide_insn_ok instead of non_v6t2_wide_only_insn and
    adapt error message for unsupported wide instruction to ARMv8-M
    Baseline.
    (insns): Reorganize instructions shared by ARMv8-M Baseline and
    ARMv6t2 architecture.
    (arm_cpus): Set feature bit ARM_EXT2_V6T2_V8M for marvell-pj4 and
    marvell-whitney cores.
    (arm_archs): Define armv8-m.base architecture.
    (cpu_arch_ver): Define ARM_ARCH_V8M_BASE architecture version.
    (aeabi_set_public_attributes): Add logic to set Tag_CPU_arch to 17 for
    ARMv8-M Mainline.  Set Tag_DIV_use for ARMv8-M Baseline as well.

gas/testsuite/
    * gas/arm/archv8m-base.d: New file.
    * gas/arm/attr-march-armv8m.base.d: Likewise.
    * gas/arm/armv8m.base-idiv.d: Likewise.
    * gas/arm/any-armv8m.d: Adapt to deal with ARMv8-M Baseline.

include/elf/
    * arm.h (TAG_CPU_ARCH_V8M_BASE): Declare.

include/opcode/
    * arm.h (ARM_EXT2_V6T2_V8M): New extension bit.
    (ARM_AEXT2_V8A): New architecture extension bitfield.
    (ARM_AEXT2_V8_1A): Use ARM_AEXT2_V8A instead of ARM_EXT2_ATOMICS.
    (ARM_AEXT_V8M_BASE): New architecture extension bitfield.
    (ARM_AEXT2_V8M): Add extension bit ARM_EXT2_V6T2_V8M.
    (ARM_ARCH_V6T2): Use ARM_EXT2_V6T2_V8M for the second extension
    bitfield.
    (ARM_ARCH_V6KT2): Likewise.
    (ARM_ARCH_V6ZT2): Likewise.
    (ARM_ARCH_V6KZT2): Likewise.
    (ARM_ARCH_V7): Likewise.
    (ARM_ARCH_V7A): Likewise.
    (ARM_ARCH_V7VE): Likewise.
    (ARM_ARCH_V7R): Likewise.
    (ARM_ARCH_V7M): Likewise.
    (ARM_ARCH_V7EM): Likewise.
    (ARM_ARCH_V8A): Likewise.
    (ARM_ARCH_V8M_BASE): New architecture bitfield.
    (ARM_ARCH_THUMB2): Include instructions shared by ARMv6t2 and ARMv8-M.
    (ARM_ARCH_V7A_SEC): Use ARM_EXT2_V6T2_V8M for the second extension
    bitfield and reindent.
    (ARM_ARCH_V7A_MP_SEC): Likewise.
    (ARM_ARCH_V7R_IDIV): Likewise.
    (ARM_ARCH_V8A_FP): Use ARM_AEXT2_V8A instead of ARM_EXT2_ATOMICS.
    (ARM_ARCH_V8A_SIMD): Likewise.
    (ARM_ARCH_V8A_CRYPTOV1): Likewise.

opcodes/
    * arm-dis.c (arm_opcodes): Guard movw, movt cbz, cbnz, clrex, ldrex,
    ldrexb, ldrexh, strex, strexb, strexh shared by ARMv6T2 and ARMv8-M by
    ARM_EXT2_V6T2_V8M instead of ARM_EXT_V6T2.
2015-12-24 17:27:21 +08:00
..
po Update translations. 2015-11-20 12:35:43 +00:00
.gitignore bfd/binutils/gas/gprof/ld/libiberty/opcodes: add .gitignore 2010-12-09 09:03:18 +00:00
ChangeLog Add assembler support for ARMv8-M Baseline 2015-12-24 17:27:21 +08: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 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 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-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 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 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][PATCH 14/14] Support FP16 Adv.SIMD Scalar Shift By Immediate instructions. 2015-12-14 17:46:21 +00:00
aarch64-asm.c [AArch64][Patch 4/5] Support HINT aliases taking operands. 2015-12-11 10:12:34 +00:00
aarch64-asm.h [AArch64][Patch 4/5] Support HINT aliases taking operands. 2015-12-11 10:12:34 +00:00
aarch64-dis-2.c [AArch64][PATCH 14/14] Support FP16 Adv.SIMD Scalar Shift By Immediate instructions. 2015-12-14 17:46:21 +00:00
aarch64-dis.c [AArch64][PATCH 11/14] Add support for the 2H vector type. 2015-12-14 17:27:52 +00:00
aarch64-dis.h [AArch64][Patch 4/5] Support HINT aliases taking operands. 2015-12-11 10:12:34 +00:00
aarch64-gen.c [AArch64][Patch 3/5] Adjust maximum number of instruction aliases. 2015-12-11 10:12:08 +00:00
aarch64-opc-2.c [AArch64][PATCH 14/14] Support FP16 Adv.SIMD Scalar Shift By Immediate instructions. 2015-12-14 17:46:21 +00:00
aarch64-opc.c [AArch64][PATCH 11/14] Add support for the 2H vector type. 2015-12-14 17:27:52 +00:00
aarch64-opc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
aarch64-tbl.h [AArch64][PATCH 14/14] Support FP16 Adv.SIMD Scalar Shift By Immediate instructions. 2015-12-14 17:46:21 +00:00
aclocal.m4 include/opcode/ 2012-08-13 14:26:14 +00:00
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 Fix failures in the GAS testsuite for the ARC architecture. 2015-12-04 10:49:57 +00:00
arc-dis.h New ARC implementation. 2015-10-07 14:20:19 +01:00
arc-ext.c New ARC implementation. 2015-10-07 14:20:19 +01:00
arc-ext.h New ARC implementation. 2015-10-07 14:20:19 +01:00
arc-fxi.h New ARC implementation. 2015-10-07 14:20:19 +01:00
arc-opc.c Fix failures in the GAS testsuite for the ARC architecture. 2015-12-04 10:49:57 +00:00
arc-regs.h New ARC implementation. 2015-10-07 14:20:19 +01:00
arc-tbl.h Fix failures in the GAS testsuite for the ARC architecture. 2015-12-04 10:49:57 +00:00
arm-dis.c Add assembler support for ARMv8-M Baseline 2015-12-24 17:27:21 +08:00
avr-dis.c Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
bfin-dis.c Fix compile time warnings generated when compiling with clang. 2015-09-23 18:05:16 +01:00
cgen-asm.c Fix compile time warnings generated when compiling with clang. 2015-09-23 18:05:16 +01: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 Trailing space in opcodes/ generated files 2015-08-17 12:07:12 +09:30
config.in Rename configure.in to configure.ac 2014-07-04 13:40:28 +09:30
configure Bump version to 2.26.51 2015-11-14 16:24:39 -08: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 * dep-in.sed: Don't use \n in replacement part of s command. 2009-06-04 06:57:56 +00:00
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 Fix compile time warnings generated when compiling with clang. 2015-09-23 18:05:16 +01: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 The FT32's disassembly of 10-bit literals has the incorrect mask. 2015-09-25 12:33:30 -07:00
ft32-opc.c FT32 initial support 2015-01-28 16:25:18 +10:30
h8300-dis.c Remove a if-clause that is redundant because the same test has been performed earlier on. 2015-11-20 14:16:30 +00: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 Fix compile time warnings generated when compiling with clang. 2015-09-23 18:05:16 +01:00
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 Implement Intel OSPKE instructions 2015-12-09 08:01:57 -08:00
i386-gen.c Implement Intel OSPKE instructions 2015-12-09 08:01:57 -08:00
i386-init.h Implement Intel OSPKE instructions 2015-12-09 08:01:57 -08:00
i386-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
i386-opc.h Implement Intel OSPKE instructions 2015-12-09 08:01:57 -08:00
i386-opc.tbl Implement Intel OSPKE instructions 2015-12-09 08:01:57 -08:00
i386-reg.tbl ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
i386-tbl.h Implement Intel OSPKE instructions 2015-12-09 08:01:57 -08: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 Trailing space in opcodes/ generated files 2015-08-17 12:07:12 +09:30
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 Trailing space in opcodes/ generated files 2015-08-17 12:07:12 +09:30
ia64-ic.tbl Add Intel Itanium Series 9500 support 2012-09-04 13:52:06 +00:00
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 Fix ia64 gas testsuite. Update ia64 DV tables. Fix ia64 gas testsuite again. 2000-09-22 19:43:50 +00:00
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 Fix compile time warnings generated when compiling with clang. 2015-09-23 18:05:16 +01:00
mips-formats.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
mips-opc.c Move copy_u.w to MSA64 ASE, remove copy_u.d. 2015-11-09 08:49:10 +00: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 Fix compile time warnings generated when compiling with clang. 2015-09-23 18:05:16 +01: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 Fix compile time warnings generated when compiling with clang. 2015-09-23 18:05:16 +01: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 Trailing space in opcodes/ generated files 2015-08-17 12:07:12 +09: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 Add assembler, disassembler and linker support for power9. 2015-11-11 19:52:52 -06:00
ppc-opc.c Enable 2 operand form of powerpc mfcr with -many 2015-12-12 21:34:34 +10:30
rl78-decode.c rl78: Enable MULU for all ISAs. 2015-12-08 00:16:13 -05:00
rl78-decode.opc rl78: Enable MULU for all ISAs. 2015-12-08 00:16:13 -05:00
rl78-dis.c Display system registers by their names when disassembling RL78 instructions. 2015-10-27 14:49:02 +00:00
rx-decode.c RXv2 support update 2015-12-22 23:26:39 +09:00
rx-decode.opc RXv2 support update 2015-12-22 23:26:39 +09:00
rx-dis.c Add support for RX V2 Instruction Set 2015-12-15 09:26:56 +00:00
s390-dis.c S/390: Add support for IBM z13. 2015-01-16 12:28:58 +01:00
s390-mkopc.c Add support for extensions in the .machine pseudoop on S/390, e.g. ".machine zEC12+nohtm+vx" 2015-09-29 13:22:07 +01:00
s390-opc.c S/390: Fix instruction type of troo, trot, trto, and trtt. 2015-10-14 10:58:41 +02:00
s390-opc.txt S/390: Fix instruction type of troo, trot, trto, and trtt. 2015-10-14 10:58:41 +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 Fix compile time warnings generated when compiling with clang. 2015-09-23 18:05:16 +01: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 Support for the sparc %pmcdper privileged register. 2015-08-25 17:16:34 +02: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 19990502 sourceware import 1999-05-03 07:29:11 +00:00
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 Fix compile time warnings generated when compiling with clang. 2015-09-23 18:05:16 +01:00
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 Fix compile time warnings generated when compiling with clang. 2015-09-23 18:05:16 +01:00
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