summaryrefslogtreecommitdiff
path: root/gas
Commit message (Expand)AuthorAgeFilesLines
* Don't hardcode offset of .shstrtab sectionH.J. Lu2015-04-2019-24/+46
* Silence texinfo 5.1 warningsH.J. Lu2015-04-203-30/+41
* Fix avr compiler warningSenthil Kumar Selvaraj2015-04-172-15/+20
* Handle invalid prefixes for rdrand and rdseedH.J. Lu2015-04-153-0/+49
* [ARM] Disassembles SSAT and SSAT16 instructions incorrectly for Thumb-2Renlin Li2015-04-153-16/+21
* Mention --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi]H.J. Lu2015-04-152-0/+9
* Add --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi]H.J. Lu2015-04-142-10/+4
* Adds support to the RL78 port for linker relaxation affecting .debug sections.Nick Clifton2015-04-145-12/+49
* Add documentation about the interation of the ARM assembler's -EB option and ...Nick Clifton2015-04-102-0/+12
* doc/c-rx.texi: Fix markup typos in last change.Hans-Peter Nilsson2015-04-092-2/+6
* Add support to the RX toolchain to restrict the use of string instructions.Nick Clifton2015-04-095-8/+52
* Add SHF_COMPRESSED support to gas and objcopyH.J. Lu2015-04-0812-20/+338
* [AArch64] use subseg_text_p to check .textRenlin Li2015-04-072-9/+15
* Remove is_zlib_supportedH.J. Lu2015-04-062-7/+4
* Use bfd_putb64/bfd_getb64H.J. Lu2015-04-062-8/+6
* Xfail the compressed debug sectionsH.J. Lu2015-04-052-1/+6
* Second fix for microblaze gas port's ability to parse constants.Nick Clifton2015-04-022-5/+11
* Fixes a bug in the microblaze assembler where it would not complain about con...Nick Clifton2015-04-022-5/+11
* [AArch64] Emit DATA_MAP in order within text sectionRenlin Li2015-04-022-19/+42
* Remove unused functions in tc-aarch64.c.Ed Maste2015-04-022-12/+5
* Regenerate configure in bfd/binutils/gas/gdb/goldH.J. Lu2015-04-022-2/+6
* [AArch64] Add support for the Samsung Exynos M1 processorEvandro Menezes2015-04-013-0/+9
* [ARM] Add support for the Samsung Exynos M1 processorEvandro Menezes2015-04-013-0/+9
* Regenerate configure in bfd/binutils/gas/gdbH.J. Lu2015-04-012-2/+8
* Remove the last change on dw2-compress-1.dH.J. Lu2015-03-312-5/+1
* Add support for Nuxi CloudABI on x86-64Ed Schouten2015-03-312-0/+5
* Revert the AM_ZLIB change in gasH.J. Lu2015-03-316-20/+34
* Add --with-system-zlib in gasH.J. Lu2015-03-3111-125/+59
* Remove the unused cpu_flags_setH.J. Lu2015-03-272-17/+4
* [AARCH64]Fix "align directive causes MAP_DATA symbol to be lost"Renlin Li2015-03-252-16/+22
* Don't write the zlib header if not usedH.J. Lu2015-03-242-12/+19
* Extend arm_feature_set struct to provide more bitsTerry Guo2015-03-242-106/+139
* Limit multi-byte nop instructions to 10 bytesH.J. Lu2015-03-2047-3432/+920
* Add support for G13 and G14 flag bits in RL78 ELF binaries.Nick Clifton2015-03-193-0/+36
* Fix building and testing dwarf debug section compression feature when zlib is...Nick Clifton2015-03-192-1/+7
* Add a testcase for PR gas/18087H.J. Lu2015-03-186-2/+210
* Fix debug section compression so that it is only performed if it would make t...Jon Turney2015-03-185-3/+25
* Add znver1 processorGanesh Gopalasubramanian2015-03-1717-2/+514
* Removes a #if 1 ... #endif accidentally left in the source code.Nick Clifton2015-03-162-2/+5
* MIPS: Fix constraint issues with the R6 beqc and bnec instructionsAndrew Bennett2015-03-134-0/+58
* Add support for MIPS R6 evp and dvp instructions.Andrew Bennett2015-03-135-0/+24
* [AArch64] Don't warn on XZR/SP overlapping when it's in load/storeJiong Wang2015-03-135-0/+100
* [AArch64] Don't tail-pads sections to the alignmentJiong Wang2015-03-135-0/+41
* Add i6400 entry to the MIPS CPU table.Andrew Bennett2015-03-123-0/+9
* Fixes a problem generating relocs for thumb function calls to local symbols d...Nick Clifton2015-03-123-7/+20
* Fix powerpc gas abort on invalid instruction fixupsAlan Modra2015-03-112-3/+28
* S/390: Add more IBM z13 instructionsAndreas Krebbel2015-03-103-0/+273
* S/390: Add check for length field operandAndreas Krebbel2015-03-102-0/+8
* Fixes a bug in the ARM port of GAS when parsing inverted register lists.Michael Perkins2015-03-102-1/+9
* [ARM]Fix "align directive causes MAP_DATA symbol to be lost"Sterling Augustine2015-03-105-24/+32