summaryrefslogtreecommitdiff
path: root/gas/config
Commit message (Expand)AuthorAgeFilesLines
* [ARM]Positively emit symbols for alignmentRenlin Li2015-04-281-16/+14
* [AArch64] Don't try to align insn in non-executale sectionRenlin Li2015-04-271-12/+10
* gas thunderx supportJim Wilson2015-04-241-1/+3
* [ARM]: Don't tail-pad over-aligned functions to the alignment boundary.Richard Earnshaw2015-04-241-0/+9
* Improve warning messages for la/dlaMatthew Fortune2015-04-231-2/+4
* x86: don't require operand size specification for AVX512 broadcastsJan Beulich2015-04-231-0/+1
* Fix avr compiler warningSenthil Kumar Selvaraj2015-04-171-15/+15
* Adds support to the RL78 port for linker relaxation affecting .debug sections.Nick Clifton2015-04-142-9/+34
* Add support to the RX toolchain to restrict the use of string instructions.Nick Clifton2015-04-093-8/+24
* Add SHF_COMPRESSED support to gas and objcopyH.J. Lu2015-04-081-1/+2
* [AArch64] use subseg_text_p to check .textRenlin Li2015-04-071-9/+9
* Second fix for microblaze gas port's ability to parse constants.Nick Clifton2015-04-021-4/+10
* Fixes a bug in the microblaze assembler where it would not complain about con...Nick Clifton2015-04-021-5/+5
* [AArch64] Emit DATA_MAP in order within text sectionRenlin Li2015-04-021-19/+35
* Remove unused functions in tc-aarch64.c.Ed Maste2015-04-021-12/+0
* [AArch64] Add support for the Samsung Exynos M1 processorEvandro Menezes2015-04-011-0/+3
* [ARM] Add support for the Samsung Exynos M1 processorEvandro Menezes2015-04-011-0/+3
* Remove the unused cpu_flags_setH.J. Lu2015-03-271-17/+0
* [AARCH64]Fix "align directive causes MAP_DATA symbol to be lost"Renlin Li2015-03-251-16/+16
* Extend arm_feature_set struct to provide more bitsTerry Guo2015-03-241-106/+122
* Limit multi-byte nop instructions to 10 bytesH.J. Lu2015-03-201-98/+15
* Add support for G13 and G14 flag bits in RL78 ELF binaries.Nick Clifton2015-03-191-0/+19
* Add znver1 processorGanesh Gopalasubramanian2015-03-172-0/+7
* [AArch64] Don't warn on XZR/SP overlapping when it's in load/storeJiong Wang2015-03-131-0/+2
* [AArch64] Don't tail-pads sections to the alignmentJiong Wang2015-03-131-0/+2
* Add i6400 entry to the MIPS CPU table.Andrew Bennett2015-03-121-0/+3
* Fixes a problem generating relocs for thumb function calls to local symbols d...Nick Clifton2015-03-122-7/+11
* Fix powerpc gas abort on invalid instruction fixupsAlan Modra2015-03-111-3/+23
* S/390: Add check for length field operandAndreas Krebbel2015-03-101-0/+3
* Fixes a bug in the ARM port of GAS when parsing inverted register lists.Michael Perkins2015-03-101-1/+3
* [ARM]Fix "align directive causes MAP_DATA symbol to be lost"Sterling Augustine2015-03-101-17/+13
* [AArch64] Set the minimum alignment on code segmentsJiong Wang2015-03-101-1/+8
* Fixes a bug building the ARM Linux kernel with a toolchain compiled with CPU_...Nick Clifton2015-03-101-0/+2
* Fixes a thinko in the implementation of the V850 -m8byte-align and -m4byte-al...Nick Clifton2015-03-051-6/+8
* Allow MOVK for R_AARCH64_TLSLE_MOVW_TPREL_G{0,1}NCRichard Sandiford2015-03-041-2/+0
* [AArch64] Add support for :tlsdesc: and TLSDESC_LD_PREL19Marcus Shawcroft2015-02-261-1/+3
* [AArch64] Add support for :tlsdesc: and TLSDESC_ADR_PREL21Marcus Shawcroft2015-02-261-1/+3
* Add ADR :tlsgd: directive and TLSGD_ADR_PREL21 support.Marcus Shawcroft2015-02-261-1/+3
* Adding support for TLSIE_LD_GOTTREL_PREL19.Marcus Shawcroft2015-02-261-1/+3
* Adding ld_literal_type.Marcus Shawcroft2015-02-261-5/+36
* Adding adr_type and prevent adr :got:Marcus Shawcroft2015-02-261-3/+47
* Remove dead code.Marcus Shawcroft2015-02-261-3/+0
* avr/gas: Write out data to track .org/.align usage.Andrew Burgess2015-02-252-0/+354
* Adds support for generating notes in V850 binaries.Nick Clifton2015-02-242-0/+91
* Add support for the h8300-linux target.Yoshinori Sato2015-02-232-4/+111
* Fixes the generation of dwarf line debug information for the msp430, even in ...Nick Clifton2015-02-231-2/+3
* [AArch64] Fix code formatting in the cpu-tableJiong Wang2015-02-111-6/+6
* [ARM] Add support for Cortex-A72Jiong Wang2015-02-111-0/+2
* [ARM][gas] Use as_tsktsk instead of as_warn for deprecation messages.Kyrylo Tkachov2015-02-091-15/+15
* Fix msp430 build with gcc-5Alan Modra2015-02-051-2/+2