aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Expand)AuthorFilesLines
2015-04-30GAS ARM: Warn if the user creates a symbol with the same name as an instruction.Nick Clifton7-0/+82
2015-04-30Adds documentation of GAS's .zero directive.Nick Clifton2-0/+20
2015-04-29Fix an internal error in GAS when assembling a bogus piece of source code.Nick Clifton6-1/+31
2015-04-29Updates the description of GAS's .set directive, to note that for some target...Nick Clifton2-1/+14
2015-04-28[ARM]Positively emit symbols for alignmentRenlin Li5-22/+27
2015-04-28Fix compile time warnings about a local variable being used before it is set.Nick Clifton2-2/+9
2015-04-27opcodes/Peter Bergner8-140/+124
2015-04-27[AArch64] Don't try to align insn in non-executale sectionRenlin Li2-12/+16
2015-04-27S/390: z13 use GNU attribute to indicate vector ABIAndreas Krebbel2-0/+20
2015-04-27S/390: Fixes for z13 instructions.Andreas Krebbel3-6/+12
2015-04-24gas thunderx supportJim Wilson2-2/+9
2015-04-24[ARM]: Don't tail-pad over-aligned functions to the alignment boundary.Richard Earnshaw4-15/+18
2015-04-23Improve warning messages for la/dlaMatthew Fortune8-2/+27
2015-04-23Fix r6-branch-constraints test when run with n64 as default ABIMatthew Fortune2-1/+6
2015-04-23x86: disambiguate disassembly of certain AVX512 insnsJan Beulich7-480/+494
2015-04-23x86: don't require operand size specification for AVX512 broadcastsJan Beulich9-238/+258
2015-04-20Don't hardcode offset of .shstrtab sectionH.J. Lu19-24/+46
2015-04-20Silence texinfo 5.1 warningsH.J. Lu3-30/+41
2015-04-17Fix avr compiler warningSenthil Kumar Selvaraj2-15/+20
2015-04-15Handle invalid prefixes for rdrand and rdseedH.J. Lu3-0/+49
2015-04-15[ARM] Disassembles SSAT and SSAT16 instructions incorrectly for Thumb-2Renlin Li3-16/+21
2015-04-15Mention --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi]H.J. Lu2-0/+9
2015-04-14Add --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi]H.J. Lu2-10/+4
2015-04-14Adds support to the RL78 port for linker relaxation affecting .debug sections.Nick Clifton5-12/+49
2015-04-10Add documentation about the interation of the ARM assembler's -EB option and ...Nick Clifton2-0/+12
2015-04-09doc/c-rx.texi: Fix markup typos in last change.Hans-Peter Nilsson2-2/+6
2015-04-09Add support to the RX toolchain to restrict the use of string instructions.Nick Clifton5-8/+52
2015-04-08Add SHF_COMPRESSED support to gas and objcopyH.J. Lu12-20/+338
2015-04-07[AArch64] use subseg_text_p to check .textRenlin Li2-9/+15
2015-04-06Remove is_zlib_supportedH.J. Lu2-7/+4
2015-04-06Use bfd_putb64/bfd_getb64H.J. Lu2-8/+6
2015-04-05Xfail the compressed debug sectionsH.J. Lu2-1/+6
2015-04-02Second fix for microblaze gas port's ability to parse constants.Nick Clifton2-5/+11
2015-04-02Fixes a bug in the microblaze assembler where it would not complain about con...Nick Clifton2-5/+11
2015-04-02[AArch64] Emit DATA_MAP in order within text sectionRenlin Li2-19/+42
2015-04-02Remove unused functions in tc-aarch64.c.Ed Maste2-12/+5
2015-04-02Regenerate configure in bfd/binutils/gas/gdb/goldH.J. Lu2-2/+6
2015-04-01[AArch64] Add support for the Samsung Exynos M1 processorEvandro Menezes3-0/+9
2015-04-01[ARM] Add support for the Samsung Exynos M1 processorEvandro Menezes3-0/+9
2015-04-01Regenerate configure in bfd/binutils/gas/gdbH.J. Lu2-2/+8
2015-03-31Remove the last change on dw2-compress-1.dH.J. Lu2-5/+1
2015-03-31Add support for Nuxi CloudABI on x86-64Ed Schouten2-0/+5
2015-03-31Revert the AM_ZLIB change in gasH.J. Lu6-20/+34
2015-03-31Add --with-system-zlib in gasH.J. Lu11-125/+59
2015-03-27Remove the unused cpu_flags_setH.J. Lu2-17/+4
2015-03-25[AARCH64]Fix "align directive causes MAP_DATA symbol to be lost"Renlin Li2-16/+22
2015-03-24Don't write the zlib header if not usedH.J. Lu2-12/+19
2015-03-24Extend arm_feature_set struct to provide more bitsTerry Guo2-106/+139
2015-03-20Limit multi-byte nop instructions to 10 bytesH.J. Lu47-3432/+920
2015-03-19Add support for G13 and G14 flag bits in RL78 ELF binaries.Nick Clifton3-0/+36