aboutsummaryrefslogtreecommitdiff
path: root/gas/config
AgeCommit message (Expand)AuthorFilesLines
2015-04-14Adds support to the RL78 port for linker relaxation affecting .debug sections.Nick Clifton2-9/+34
2015-04-09Add support to the RX toolchain to restrict the use of string instructions.Nick Clifton3-8/+24
2015-04-08Add SHF_COMPRESSED support to gas and objcopyH.J. Lu1-1/+2
2015-04-07[AArch64] use subseg_text_p to check .textRenlin Li1-9/+9
2015-04-02Second fix for microblaze gas port's ability to parse constants.Nick Clifton1-4/+10
2015-04-02Fixes a bug in the microblaze assembler where it would not complain about con...Nick Clifton1-5/+5
2015-04-02[AArch64] Emit DATA_MAP in order within text sectionRenlin Li1-19/+35
2015-04-02Remove unused functions in tc-aarch64.c.Ed Maste1-12/+0
2015-04-01[AArch64] Add support for the Samsung Exynos M1 processorEvandro Menezes1-0/+3
2015-04-01[ARM] Add support for the Samsung Exynos M1 processorEvandro Menezes1-0/+3
2015-03-27Remove the unused cpu_flags_setH.J. Lu1-17/+0
2015-03-25[AARCH64]Fix "align directive causes MAP_DATA symbol to be lost"Renlin Li1-16/+16
2015-03-24Extend arm_feature_set struct to provide more bitsTerry Guo1-106/+122
2015-03-20Limit multi-byte nop instructions to 10 bytesH.J. Lu1-98/+15
2015-03-19Add support for G13 and G14 flag bits in RL78 ELF binaries.Nick Clifton1-0/+19
2015-03-17Add znver1 processorGanesh Gopalasubramanian2-0/+7
2015-03-13[AArch64] Don't warn on XZR/SP overlapping when it's in load/storeJiong Wang1-0/+2
2015-03-13[AArch64] Don't tail-pads sections to the alignmentJiong Wang1-0/+2
2015-03-12Add i6400 entry to the MIPS CPU table.Andrew Bennett1-0/+3
2015-03-12Fixes a problem generating relocs for thumb function calls to local symbols d...Nick Clifton2-7/+11
2015-03-11Fix powerpc gas abort on invalid instruction fixupsAlan Modra1-3/+23
2015-03-10S/390: Add check for length field operandAndreas Krebbel1-0/+3
2015-03-10Fixes a bug in the ARM port of GAS when parsing inverted register lists.Michael Perkins1-1/+3
2015-03-10[ARM]Fix "align directive causes MAP_DATA symbol to be lost"Sterling Augustine1-17/+13
2015-03-10[AArch64] Set the minimum alignment on code segmentsJiong Wang1-1/+8
2015-03-10Fixes a bug building the ARM Linux kernel with a toolchain compiled with CPU_...Nick Clifton1-0/+2
2015-03-05Fixes a thinko in the implementation of the V850 -m8byte-align and -m4byte-al...Nick Clifton1-6/+8
2015-03-04Allow MOVK for R_AARCH64_TLSLE_MOVW_TPREL_G{0,1}NCRichard Sandiford1-2/+0
2015-02-26[AArch64] Add support for :tlsdesc: and TLSDESC_LD_PREL19Marcus Shawcroft1-1/+3
2015-02-26[AArch64] Add support for :tlsdesc: and TLSDESC_ADR_PREL21Marcus Shawcroft1-1/+3
2015-02-26Add ADR :tlsgd: directive and TLSGD_ADR_PREL21 support.Marcus Shawcroft1-1/+3
2015-02-26Adding support for TLSIE_LD_GOTTREL_PREL19.Marcus Shawcroft1-1/+3
2015-02-26Adding ld_literal_type.Marcus Shawcroft1-5/+36
2015-02-26Adding adr_type and prevent adr :got:Marcus Shawcroft1-3/+47
2015-02-26Remove dead code.Marcus Shawcroft1-3/+0
2015-02-25avr/gas: Write out data to track .org/.align usage.Andrew Burgess2-0/+354
2015-02-24Adds support for generating notes in V850 binaries.Nick Clifton2-0/+91
2015-02-23Add support for the h8300-linux target.Yoshinori Sato2-4/+111
2015-02-23Fixes the generation of dwarf line debug information for the msp430, even in ...Nick Clifton1-2/+3
2015-02-11[AArch64] Fix code formatting in the cpu-tableJiong Wang1-6/+6
2015-02-11[ARM] Add support for Cortex-A72Jiong Wang1-0/+2
2015-02-09[ARM][gas] Use as_tsktsk instead of as_warn for deprecation messages.Kyrylo Tkachov1-15/+15
2015-02-05Fix msp430 build with gcc-5Alan Modra1-2/+2
2015-02-04[AArch64] Add support for Cortex-A72Jiong Wang1-0/+2
2015-02-04Fix encoding of "addw ax, [hl]" and "subw ax, [hl]".Nick Clifton1-1/+1
2015-02-03Fix use of uninitialised memory by the RL78 port of GAS.Nick Clifton1-0/+3
2015-01-29NDS32: Set branch instruction to relaxable.Kuan-Lin Chen2-166/+277
2015-01-28FT32 initial supportAlan Modra2-0/+661
2015-01-27NDS32/gas: Limit the format of pseudo instruction la.Kuan-Lin Chen1-1/+10
2015-01-27NDS32/gas: Fix md_parse_name hook.Kuan-Lin Chen1-0/+7