aboutsummaryrefslogtreecommitdiff
path: root/gas/config
AgeCommit message (Expand)AuthorFilesLines
2016-01-01Copyright update for binutilsAlan Modra238-238/+238
2015-12-24Add assembler support for ARMv8-M BaselineThomas Preud'homme1-19/+89
2015-12-24Add assembler support for ARMv8-M MainlineThomas Preud'homme1-25/+70
2015-12-24Consolidate Thumb-1/Thumb-2 ISA detectionThomas Preud'homme1-30/+46
2015-12-18Process 64-bit imm/disp only for 64-bit BFDH.J. Lu1-0/+6
2015-12-17[Patch ARM] Fix build attributes for armv8-a in case of assembler files that ...Ramana Radhakrishnan1-1/+2
2015-12-16[ARM] Add support for thumb1 pcrop relocations.Mickael Guene1-5/+104
2015-12-15Remove refernces to a non-existent silicon errata.Nick Clifton1-10/+3
2015-12-15Add support for RX V2 Instruction SetYoshinori Sato3-36/+225
2015-12-14[AArch64][PATCH 11/14] Add support for the 2H vector type.Matthew Wahab1-7/+6
2015-12-14[AArch64][PATCH 10/14] Rework code mapping vector types to operand qualifiers.Matthew Wahab1-6/+30
2015-12-11[AArch64][Patch 5/5] Add instruction PSB CSYNCMatthew Wahab1-1/+55
2015-12-11[AArch64][Patch 1/5] Support the ARMv8.2 Statistical Profiling Extension.Matthew Wahab1-0/+1
2015-12-10[AArch64][PATCH 2/2] Support ARMv8.2 DC CVAP instruction.Matthew Wahab1-0/+4
2015-12-10arc/gas: Accept, but ignore, dummy arguments.Andrew Burgess1-1/+2
2015-12-09Implement Intel OSPKE instructionsH.J. Lu1-0/+2
2015-12-09sparc: support %dN and %qN syntax for FP registers.Jose E. Marchesi1-5/+11
2015-12-09Fix compile time warning building RX target.Nick Clifton1-1/+1
2015-12-08ELF: don't re-order SHF_FILE symbolsJan Beulich1-3/+6
2015-12-08rl78: relaxation fixesDJ Delorie3-26/+83
2015-12-07tc-ppc.c md_apply_fix tidyAlan Modra1-12/+12
2015-12-04Fix GAS testsuite failures for COFF/PE based ARM targets.Nick Clifton1-1/+4
2015-12-04Fix failures in the GAS testsuite for the ARC architecture.Claudiu Zissulescu2-30/+71
2015-12-01Invoke aout N_* macros with pointer to struct internal_execAlan Modra1-21/+21
2015-11-27[AArch64] Add feature flags and command line for ARMv8.2 FP16 support.Matthew Wahab1-0/+2
2015-11-24[GAS, ARM] Invalid LDR immediate transformationChristophe Monat1-1/+2
2015-11-19[ARM] Add ARMv8.2 architecture feature and command line option.Matthew Wahab1-0/+1
2015-11-19[AArch64] Add ARMv8.2 command line option and feature flag.Matthew Wahab1-0/+1
2015-11-19Use default sub-segment align for non-ELF powerpcAlan Modra1-0/+2
2015-11-16gas: microblaze: fix shift overflowMike Frysinger1-1/+1
2015-11-12[AArch64] Add support for Cortex-A35James Greenhalgh1-0/+2
2015-11-12Add support for Cortex-A35Ramana Radhakrishnan1-0/+2
2015-11-12Fix PR gas/19217Ramana Radhakrishnan1-20/+11
2015-11-11Add assembler, disassembler and linker support for power9.Peter Bergner1-9/+22
2015-11-10Add Qualcomm qdf24xx support.Jim Wilson2-0/+7
2015-11-09gas: Fix left shift of negative value.Dominik Vogt44-53/+53
2015-11-02Fix disassembly of RX zero-offset register indirect instructions.Nick Clifton1-3/+3
2015-11-02Fix the RX assembler's section alignment parameter to use multiples of N rath...Nick Clifton1-4/+4
2015-10-29Add support for AArch64 CloudABI binaries.Ed Schouten1-0/+5
2015-10-29Fix CPS availability.Thomas Preud'homme1-1/+1
2015-10-28Fix errors in the gas testsuite for the ARC target.Cupertino Miranda1-189/+213
2015-10-27Prevent overflowing the selected_cpu_name buffer in the ARM assembler.Jim Wilson1-2/+8
2015-10-22Add support for MSP430 silicon errata to the assembler.Nick Clifton1-79/+257
2015-10-22Add R_X86_64_[REX_]GOTPCRELX support to gas and ldH.J. Lu2-6/+15
2015-10-22Add R_386_GOT32X support to gas and ldH.J. Lu1-14/+63
2015-10-19Add a gas configure option to select the default behaviour for the generation...Nick Clifton1-6/+0
2015-10-12Update list of known MSP430 MCU names.Nick Clifton1-62/+614
2015-10-12avr: Fix bugs in org/align tracking.Andrew Burgess1-3/+7
2015-10-07Avoid using 'template' C++ keywordYao Qi1-8/+8
2015-10-07New ARC implementation.Nick Clifton2-1514/+2879