binutils-gdb/gas/config
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
..
aout_gnu.h Invoke aout N_* macros with pointer to struct internal_exec 2015-12-01 13:40:05 +10:30
atof-ieee.c Remove trailing spaces in gas 2015-08-12 04:40:42 -07:00
atof-vax.c Remove trailing spaces in gas 2015-08-12 04:40:42 -07:00
bfin-aux.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
bfin-defs.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
bfin-lex-wrapper.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
bfin-lex.l ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
bfin-parse.y gas: Fix left shift of negative value. 2015-11-09 17:12:57 +01:00
e-crisaout.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
e-criself.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
e-i386aout.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
e-i386coff.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
e-i386elf.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
e-mipself.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
itbl-mips.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
m68k-parse.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
m68k-parse.y Remove trailing spaces in gas 2015-08-12 04:40:42 -07:00
obj-aout.c Allow symbol and label names to be enclosed in double quotes. 2015-08-21 16:42:14 +01:00
obj-aout.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
obj-coff-seh.c Allow symbol and label names to be enclosed in double quotes. 2015-08-21 16:42:14 +01:00
obj-coff-seh.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
obj-coff.c Allow symbol and label names to be enclosed in double quotes. 2015-08-21 16:42:14 +01:00
obj-coff.h Remove trailing spaces in gas 2015-08-12 04:40:42 -07:00
obj-ecoff.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
obj-ecoff.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
obj-elf.c ELF: don't re-order SHF_FILE symbols 2015-12-08 10:11:58 +01:00
obj-elf.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
obj-evax.c Allow symbol and label names to be enclosed in double quotes. 2015-08-21 16:42:14 +01:00
obj-evax.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
obj-fdpicelf.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
obj-fdpicelf.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
obj-macho.c Allow symbol and label names to be enclosed in double quotes. 2015-08-21 16:42:14 +01:00
obj-macho.h Remove trailing spaces in gas 2015-08-12 04:40:42 -07:00
obj-multi.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
obj-multi.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
obj-som.c Allow symbol and label names to be enclosed in double quotes. 2015-08-21 16:42:14 +01:00
obj-som.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
rl78-defs.h Remove trailing spaces in gas 2015-08-12 04:40:42 -07:00
rl78-parse.y rl78: relaxation fixes 2015-12-08 01:29:25 -05:00
rx-defs.h Add support for RX V2 Instruction Set 2015-12-15 09:26:56 +00:00
rx-parse.y Add support for RX V2 Instruction Set 2015-12-15 09:26:56 +00:00
tc-aarch64.c [AArch64][PATCH 11/14] Add support for the 2H vector type. 2015-12-14 17:27:52 +00:00
tc-aarch64.h More fallout from "Allow symbol and label names to be enclosed in double quotes" 2015-08-27 23:19:59 +09:30
tc-alpha.c Allow symbol and label names to be enclosed in double quotes. 2015-08-21 16:42:14 +01:00
tc-alpha.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-arc.c arc/gas: Accept, but ignore, dummy arguments. 2015-12-10 09:23:19 +00:00
tc-arc.h Fix failures in the GAS testsuite for the ARC architecture. 2015-12-04 10:49:57 +00:00
tc-arm.c Add assembler support for ARMv8-M Baseline 2015-12-24 17:27:21 +08:00
tc-arm.h Fix GAS testsuite failures for COFF/PE based ARM targets. 2015-12-04 15:07:10 +00:00
tc-avr.c avr: Fix bugs in org/align tracking. 2015-10-12 09:43:11 +01:00
tc-avr.h Define DIFF_EXPR_OK for avr target to allow PC relative difference relocation. 2015-07-08 21:41:52 +03:00
tc-bfin.c gas: Fix left shift of negative value. 2015-11-09 17:12:57 +01:00
tc-bfin.h More fallout from "Allow symbol and label names to be enclosed in double quotes" 2015-08-27 23:19:59 +09:30
tc-cr16.c gas: Fix left shift of negative value. 2015-11-09 17:12:57 +01:00
tc-cr16.h Remove trailing spaces in gas 2015-08-12 04:40:42 -07:00
tc-cris.c Remove trailing spaces in gas 2015-08-12 04:40:42 -07:00
tc-cris.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-crx.c Remove trailing spaces in gas 2015-08-12 04:40:42 -07:00
tc-crx.h Remove trailing spaces in gas 2015-08-12 04:40:42 -07:00
tc-d10v.c gas: Fix left shift of negative value. 2015-11-09 17:12:57 +01:00
tc-d10v.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-d30v.c gas: Fix left shift of negative value. 2015-11-09 17:12:57 +01:00
tc-d30v.h More fallout from "Allow symbol and label names to be enclosed in double quotes" 2015-08-27 23:19:59 +09:30
tc-dlx.c Allow symbol and label names to be enclosed in double quotes. 2015-08-21 16:42:14 +01:00
tc-dlx.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-epiphany.c gas: Fix left shift of negative value. 2015-11-09 17:12:57 +01:00
tc-epiphany.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-fr30.c gas: Fix left shift of negative value. 2015-11-09 17:12:57 +01:00
tc-fr30.h More fallout from "Allow symbol and label names to be enclosed in double quotes" 2015-08-27 23:19:59 +09:30
tc-frv.c gas: Fix left shift of negative value. 2015-11-09 17:12:57 +01:00
tc-frv.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-ft32.c FT32 initial support 2015-01-28 16:25:18 +10:30
tc-ft32.h FT32 initial support 2015-01-28 16:25:18 +10:30
tc-generic.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-generic.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-h8300.c Allow symbol and label names to be enclosed in double quotes. 2015-08-21 16:42:14 +01:00
tc-h8300.h Add support for the h8300-linux target. 2015-02-23 17:04:53 +00:00
tc-hppa.c Allow symbol and label names to be enclosed in double quotes. 2015-08-21 16:42:14 +01:00
tc-hppa.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-i370.c gas: Fix left shift of negative value. 2015-11-09 17:12:57 +01:00
tc-i370.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-i386-intel.c Allow symbol and label names to be enclosed in double quotes. 2015-08-21 16:42:14 +01:00
tc-i386.c Process 64-bit imm/disp only for 64-bit BFD 2015-12-18 14:07:36 -08:00
tc-i386.h Add R_X86_64_[REX_]GOTPCRELX support to gas and ld 2015-10-22 04:49:38 -07:00
tc-i860.c Remove trailing spaces in gas 2015-08-12 04:40:42 -07:00
tc-i860.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-i960.c gas: Fix left shift of negative value. 2015-11-09 17:12:57 +01:00
tc-i960.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-ia64.c gas: Fix left shift of negative value. 2015-11-09 17:12:57 +01:00
tc-ia64.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-ip2k.c gas: Fix left shift of negative value. 2015-11-09 17:12:57 +01:00
tc-ip2k.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-iq2000.c gas: Fix left shift of negative value. 2015-11-09 17:12:57 +01:00
tc-iq2000.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-lm32.c gas: Fix left shift of negative value. 2015-11-09 17:12:57 +01:00
tc-lm32.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-m32c.c gas: Fix left shift of negative value. 2015-11-09 17:12:57 +01:00
tc-m32c.h More fallout from "Allow symbol and label names to be enclosed in double quotes" 2015-08-27 23:19:59 +09:30
tc-m32r.c gas: Fix left shift of negative value. 2015-11-09 17:12:57 +01:00
tc-m32r.h More fallout from "Allow symbol and label names to be enclosed in double quotes" 2015-08-27 23:19:59 +09:30
tc-m68hc11.c gas: Fix left shift of negative value. 2015-11-09 17:12:57 +01:00
tc-m68hc11.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-m68k.c gas: Fix left shift of negative value. 2015-11-09 17:12:57 +01:00
tc-m68k.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-m68851.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-mcore.c Remove trailing spaces in gas 2015-08-12 04:40:42 -07:00
tc-mcore.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-mep.c gas: Fix left shift of negative value. 2015-11-09 17:12:57 +01:00
tc-mep.h More fallout from "Allow symbol and label names to be enclosed in double quotes" 2015-08-27 23:19:59 +09:30
tc-metag.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-metag.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-microblaze.c gas: microblaze: fix shift overflow 2015-11-16 23:21:39 -05:00
tc-microblaze.h Remove trailing spaces in gas 2015-08-12 04:40:42 -07:00
tc-mips.c gas: Fix left shift of negative value. 2015-11-09 17:12:57 +01:00
tc-mips.h Compact EH Support 2015-05-28 15:21:17 -07:00
tc-mmix.c Allow symbol and label names to be enclosed in double quotes. 2015-08-21 16:42:14 +01:00
tc-mmix.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-mn10200.c gas: Fix left shift of negative value. 2015-11-09 17:12:57 +01:00
tc-mn10200.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-mn10300.c gas: Fix left shift of negative value. 2015-11-09 17:12:57 +01:00
tc-mn10300.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-moxie.c Remove trailing spaces in gas 2015-08-12 04:40:42 -07:00
tc-moxie.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-msp430.c Remove refernces to a non-existent silicon errata. 2015-12-15 16:21:29 +00:00
tc-msp430.h Fixes the generation of dwarf line debug information for the msp430, even in the presence of function sections and linker garbage collection. 2015-02-23 14:53:02 +00:00
tc-mt.c gas: Fix left shift of negative value. 2015-11-09 17:12:57 +01:00
tc-mt.h Remove trailing spaces in gas 2015-08-12 04:40:42 -07:00
tc-nds32.c gas: Fix left shift of negative value. 2015-11-09 17:12:57 +01:00
tc-nds32.h More fallout from "Allow symbol and label names to be enclosed in double quotes" 2015-08-27 23:19:59 +09:30
tc-nios2.c More fallout from "Allow symbol and label names to be enclosed in double quotes" 2015-08-27 23:19:59 +09:30
tc-nios2.h Add Nios II arch flags and compatibility tests 2015-07-01 15:55:28 -07:00
tc-ns32k.c Remove trailing spaces in gas 2015-08-12 04:40:42 -07:00
tc-ns32k.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-or1k.c gas: Fix left shift of negative value. 2015-11-09 17:12:57 +01:00
tc-or1k.h Correct the generation of OR1K pc-relative relocations. 2015-09-25 15:21:14 +01:00
tc-pdp11.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-pdp11.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-pj.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-pj.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-ppc.c tc-ppc.c md_apply_fix tidy 2015-12-07 13:14:35 +10:30
tc-ppc.h Use default sub-segment align for non-ELF powerpc 2015-11-19 16:53:43 +10:30
tc-rl78.c rl78: relaxation fixes 2015-12-08 01:29:25 -05:00
tc-rl78.h rl78: relaxation fixes 2015-12-08 01:29:25 -05:00
tc-rx.c Add support for RX V2 Instruction Set 2015-12-15 09:26:56 +00:00
tc-rx.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-s390.c gas: Fix left shift of negative value. 2015-11-09 17:12:57 +01:00
tc-s390.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-score.c gas: Fix left shift of negative value. 2015-11-09 17:12:57 +01:00
tc-score.h Remove trailing spaces in gas 2015-08-12 04:40:42 -07:00
tc-score7.c gas: Fix left shift of negative value. 2015-11-09 17:12:57 +01:00
tc-sh.c gas: Fix left shift of negative value. 2015-11-09 17:12:57 +01:00
tc-sh.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-sh64.c gas: Fix left shift of negative value. 2015-11-09 17:12:57 +01:00
tc-sh64.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-sparc.c sparc: support %dN and %qN syntax for FP registers. 2015-12-09 07:34:32 -05:00
tc-sparc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-spu.c Remove trailing spaces in gas 2015-08-12 04:40:42 -07:00
tc-spu.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-tic4x.c Allow symbol and label names to be enclosed in double quotes. 2015-08-21 16:42:14 +01:00
tc-tic4x.h Remove trailing spaces in gas 2015-08-12 04:40:42 -07:00
tc-tic6x.c gas: Fix left shift of negative value. 2015-11-09 17:12:57 +01:00
tc-tic6x.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-tic30.c Remove trailing spaces in gas 2015-08-12 04:40:42 -07:00
tc-tic30.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-tic54x.c More fallout from "Allow symbol and label names to be enclosed in double quotes" 2015-08-27 23:19:59 +09:30
tc-tic54x.h More fallout from "Allow symbol and label names to be enclosed in double quotes" 2015-08-27 23:19:59 +09:30
tc-tilegx.c Allow symbol and label names to be enclosed in double quotes. 2015-08-21 16:42:14 +01:00
tc-tilegx.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-tilepro.c Fallout from "Allow symbol and label names to be enclosed in double quotes" 2015-08-26 23:07:24 +09:30
tc-tilepro.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-v850.c gas: Fix left shift of negative value. 2015-11-09 17:12:57 +01:00
tc-v850.h Adds support for generating notes in V850 binaries. 2015-02-24 17:54:09 +00:00
tc-vax.c Remove trailing spaces in gas 2015-08-12 04:40:42 -07:00
tc-vax.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-visium.c gas: Fix left shift of negative value. 2015-11-09 17:12:57 +01:00
tc-visium.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-xc16x.c gas: Fix left shift of negative value. 2015-11-09 17:12:57 +01:00
tc-xc16x.h Remove trailing spaces in gas 2015-08-12 04:40:42 -07:00
tc-xgate.c gas: Fix left shift of negative value. 2015-11-09 17:12:57 +01:00
tc-xgate.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-xstormy16.c gas: Fix left shift of negative value. 2015-11-09 17:12:57 +01:00
tc-xstormy16.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-xtensa.c Allow symbol and label names to be enclosed in double quotes. 2015-08-21 16:42:14 +01:00
tc-xtensa.h xtensa: add --auto-litpools option 2015-08-12 20:19:58 +03:00
tc-z8k.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-z8k.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-z80.c Allow symbol and label names to be enclosed in double quotes. 2015-08-21 16:42:14 +01:00
tc-z80.h Remove trailing spaces in gas 2015-08-12 04:40:42 -07:00
te-386bsd.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-aix.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-aix5.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-armeabi.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-armfbsdeabi.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-armfbsdvfp.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-armlinuxeabi.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-dragonfly.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-dynix.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-epoc-pe.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-freebsd.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-generic.h Remove trailing spaces in gas 2015-08-12 04:40:42 -07:00
te-gnu.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-go32.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-hppa.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-hppa64.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-hppalinux64.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-hpux.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-i386aix.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-ia64aix.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-interix.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-irix.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-linux.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-lynx.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-mach.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-macos.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-nacl.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-nbsd.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-nbsd532.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-netware.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-pc532mach.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-pe.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-pep.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-psos.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-riscix.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-solaris.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-sparcaout.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-sun3.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-svr4.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-symbian.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-tmips.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-uclinux.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-vms.c Remove trailing spaces in gas 2015-08-12 04:40:42 -07:00
te-vms.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-vxworks.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-wince-pe.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
vax-inst.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
xtensa-istack.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
xtensa-relax.c Remove trailing spaces in gas 2015-08-12 04:40:42 -07:00
xtensa-relax.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30