aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Expand)AuthorFilesLines
2015-12-09Fix compile time warning building RX target.Nick Clifton2-1/+5
2015-12-08gas: consistently emit diagnostics for non-zero data emission to .bss/.structJan Beulich8-16/+256
2015-12-08gas: don't get confused by .asci{i,z} after .structJan Beulich2-8/+14
2015-12-08ELF: don't re-order SHF_FILE symbolsJan Beulich8-21/+58
2015-12-08rl78: relaxation fixesDJ Delorie5-26/+106
2015-12-07tc-ppc.c md_apply_fix tidyAlan Modra2-12/+16
2015-12-04Fix GAS testsuite failures for COFF/PE based ARM targets.Nick Clifton5-3/+17
2015-12-04Fix failures in the GAS testsuite for the ARC architecture.Claudiu Zissulescu23-60/+455
2015-12-02Fix ldah being disassembled as ldaexhAndre Vieira2-3/+8
2015-12-01Invoke aout N_* macros with pointer to struct internal_execAlan Modra2-21/+26
2015-11-27[AArch64][PATCH 3/3] Add floating-point FP16 instructionsMatthew Wahab3-0/+328
2015-11-27[AArch64] Add ARMv8.2 instruction alias REV64.Matthew Wahab3-0/+29
2015-11-27[AArch64] Add ARMv8.2 instructions BFC and REV64.Matthew Wahab3-0/+134
2015-11-27[Aarch64] Support an ARMv8.2 system register.Matthew Wahab3-0/+31
2015-11-27[AArch64] Add feature flags and command line for ARMv8.2 FP16 support.Matthew Wahab3-0/+10
2015-11-24[GAS, ARM] Invalid LDR immediate transformationChristophe Monat7-3/+78
2015-11-24[ARM][GAS] Fix invalid arm-wince-pe tests.Matthew Wahab9-26/+45
2015-11-20MIPS/GAS/testsuite: Tighten negative-match NaN testsMaciej W. Rozycki6-70/+13
2015-11-20[AArch64] Add support for ARMv8.1 Virtulization Host Extensions.Matthew Wahab4-0/+205
2015-11-20Stop the ARM short mapping symbol test being run for the symbianelf target.Matthew Wahab2-1/+5
2015-11-20Update translations.Nick Clifton6-7915/+29213
2015-11-19[AArch64] Reject invalid immediate operands to MSR PANMatthew Wahab4-0/+30
2015-11-19[ARM] Add ARMv8.2 architecture feature and command line option.Matthew Wahab3-0/+7
2015-11-19[AArch64] Add ARMv8.2 command line option and feature flag.Matthew Wahab3-2/+8
2015-11-19output_big_leb128 commentAlan Modra2-1/+5
2015-11-19Recent powerpc testcase failsAlan Modra3-0/+7
2015-11-19Use default sub-segment align for non-ELF powerpcAlan Modra2-0/+6
2015-11-16gas: microblaze: fix shift overflowMike Frysinger2-1/+5
2015-11-14Bump version to 2.26.51Tristan Gingold2-10/+14
2015-11-13Add markers for release 2.26Tristan Gingold2-0/+6
2015-11-12[AArch64] Add support for Cortex-A35James Greenhalgh3-0/+8
2015-11-12Fix dates in Changelog for previous commit.Ramana Radhakrishnan2-2/+2
2015-11-12Add support for Cortex-A35Ramana Radhakrishnan3-0/+8
2015-11-12Fix PR gas/19217Ramana Radhakrishnan4-23/+26
2015-11-11Add assembler, disassembler and linker support for power9.Peter Bergner17-20/+1261
2015-11-10Add Qualcomm qdf24xx support.Jim Wilson5-0/+15
2015-11-09gas: Fix left shift of negative value.Dominik Vogt48-65/+118
2015-11-09Move copy_u.w to MSA64 ASE, remove copy_u.d.Robert Suchanek7-44/+36
2015-11-02Disassemble RX NOP instructions as such.Nick Clifton4-5/+25
2015-11-02Fix disassembly of RX zero-offset register indirect instructions.Nick Clifton5-473/+541
2015-11-02Fix the RX assembler's section alignment parameter to use multiples of N rath...Nick Clifton2-4/+9
2015-10-29Add support for AArch64 CloudABI binaries.Ed Schouten2-0/+10
2015-10-29Fix CPS availability.Thomas Preud'homme2-1/+6
2015-10-28Add tests for 16-bit versions of ARM teq, tst, cmp and cmn instructions.Nick Clifton3-0/+45
2015-10-28Fix errors in the gas testsuite for the ARC target.Cupertino Miranda2-189/+221
2015-10-27Fix RL78 disassembly of DE+offset addressing to always show the offset, even ...Vinay Kumar5-1/+37
2015-10-27Display system registers by their names when disassembling RL78 instructions.Vinay Kumar4-0/+47
2015-10-27Fix RL78 disassembly so that SP+OFFSET addressing always shows the offset, ev...Vinay Kumar4-0/+59
2015-10-27Prevent overflowing the selected_cpu_name buffer in the ARM assembler.Jim Wilson2-2/+15
2015-10-22Add support for MSP430 silicon errata to the assembler.Nick Clifton11-80/+473