aboutsummaryrefslogtreecommitdiff
path: root/gas/config
AgeCommit message (Expand)AuthorFilesLines
2015-05-15Add -mshared option to x86 ELF assemblerH.J. Lu1-3/+32
2015-05-13xtensa: fix gas trampolines regressionMax Filippov1-2/+1
2015-05-13Revert "Add -mno-shared to x86 assembler"H.J. Lu1-17/+0
2015-05-11Default e_machine to EM_IAMCU for i?86-*-elfiamcuH.J. Lu1-1/+23
2015-05-11Add Intel MCU support to gasH.J. Lu2-3/+60
2015-05-08Change ARM symbol name verification code so that it only triggers when the fo...Nick Clifton2-34/+34
2015-05-08Add -mno-shared to x86 assemblerH.J. Lu1-0/+17
2015-05-07Optimize branches to non-weak symbols with visibilityH.J. Lu1-4/+20
2015-05-06gas: typo in comment fixed.Jose E. Marchesi1-1/+1
2015-05-06gas: support for the sparc %ncc condition codes register.Jose E. Marchesi1-2/+4
2015-05-06[AArch64] Record instruction alignment for .inst directiveRenlin Li1-5/+5
2015-05-05[AARCH64] Positively emit symbols for alignmentRenlin Li1-14/+13
2015-05-05Add support to the MSP430 linker for the automatic placement of code and data...Nick Clifton1-14/+26
2015-05-05xtensa: optimize trampolines relaxationMax Filippov1-27/+194
2015-05-01Fix typos in previous patch.DJ Delorie1-6/+6
2015-05-01Remove i386_elf_emit_arch_noteH.J. Lu2-47/+0
2015-04-30Make RL78 disassembler and simulator respect ISA for mul/divDJ Delorie3-7/+33
2015-04-30Use "else if" on cpu_arch_isaH.J. Lu1-1/+1
2015-04-30GAS ARM: Warn if the user creates a symbol with the same name as an instruction.Nick Clifton1-0/+52
2015-04-29Fix an internal error in GAS when assembling a bogus piece of source code.Nick Clifton1-1/+6
2015-04-28[ARM]Positively emit symbols for alignmentRenlin Li1-16/+14
2015-04-27[AArch64] Don't try to align insn in non-executale sectionRenlin Li1-12/+10
2015-04-24gas thunderx supportJim Wilson1-1/+3
2015-04-24[ARM]: Don't tail-pad over-aligned functions to the alignment boundary.Richard Earnshaw1-0/+9
2015-04-23Improve warning messages for la/dlaMatthew Fortune1-2/+4
2015-04-23x86: don't require operand size specification for AVX512 broadcastsJan Beulich1-0/+1
2015-04-17Fix avr compiler warningSenthil Kumar Selvaraj1-15/+15
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