summaryrefslogtreecommitdiff
path: root/gas
Commit message (Expand)AuthorAgeFilesLines
* Adds support for writing values to AVR system I/O registers.Barney Stratford2014-07-072-50/+78
* Update "configure.in" in comments and docoAlan Modra2014-07-044-3/+9
* Rename configure.in to configure.acAlan Modra2014-07-045-3/+10
* Remove some more bfd/configure.in dependenciesAlan Modra2014-07-043-3/+5
* Use modern AC_INIT in configure.inAlan Modra2014-07-047-39/+51
* Add support for the AVR Tiny series of microcontrollers.Barney Stratford2014-07-014-70/+146
* Avoid cascading errors due to write_object_file changeAlan Modra2014-06-282-7/+18
* [rx] Make .B suffix optional when possible.DJ Delorie2014-06-182-6/+15
* GAS: Fix MMIX err-fb-2.s regression caused by recent generic GAS changes.Hans-Peter Nilsson2014-06-182-0/+18
* This fixes a bug whereby #line directives inside a macro would be ignored,Chris Metcalf2014-06-172-0/+28
* gas/ARM: Misses deprecated IT instruction warning for ARMv8Jiong Wang2014-06-175-0/+31
* GAS: Fix CRIS double-error reports caused by recent generic GAS changes.Hans-Peter Nilsson2014-06-174-24/+59
* Fixes a problem exposed by the aarcg64/illegal.s test case - where the assemb...Nick Clifton2014-06-162-0/+8
* This fixes the aarch64 assembler so that it will generate error messages whenJiong Wang2014-06-165-10/+61
* Run write_object_file after errorsAlan Modra2014-06-1616-66/+102
* Don't leave DLX the_insn uninitialisedAlan Modra2014-06-162-12/+10
* Report an error on x86 pcrel BFD_RELOC_SIZE64Alan Modra2014-06-162-2/+10
* Fix unintitialised TIC6X dataAlan Modra2014-06-162-1/+9
* Fix TIC54X buffer overrunsAlan Modra2014-06-162-3/+10
* Fix uninitialised VAX insnAlan Modra2014-06-164-14/+30
* Fix uninitialised ARM dataAlan Modra2014-06-162-8/+10
* Fix uninitialised CRIS insnAlan Modra2014-06-164-3/+18
* Fix seg-faults when fetching the frags of local symbols.Chen Gang2014-06-133-6/+10
* A simple replacement of sprintf (xxx, "%s", xxx) with strcpy.Chen Gang2014-06-132-5/+10
* Only print prefixes before fwaitH.J. Lu2014-06-103-0/+10
* Update expected disassembly of MSP430X instructions now that the disassemblerNick Clifton2014-06-092-53/+57
* Allow both signed and unsigned fields in PowerPC cmpli insnAlan Modra2014-06-072-3/+22
* [AArch64] Fix the documentation on :pg_hi21:Martin Storsjo2014-06-062-5/+9
* Make it easy to make --disable-werror the default for both binutils and gdbJoel Brobecker2014-06-054-4/+18
* Change -mz command line option to -my for the MSP430 port of GAS.Nick Clifton2014-06-035-10/+20
* Fix whitespace in gas listing errors and warningsAlan Modra2014-05-2216-128/+149
* Add ChangeLog from previous MIPS .module commitmfortune2014-05-202-0/+51
* Add MIPS .module directivemfortune2014-05-2012-284/+376
* Remove newly introduced whitespace from warnings.mfortune2014-05-202-3/+8
* Mark MSA as requiring FP64mfortune2014-05-205-124/+114
* * messages.c (as_warn_internal): Ensure we don't interleave outputMike Stump2014-05-202-10/+14
* gas/Richard Sandiford2014-05-203-0/+67
* Fix MSP430 assembler to support #hi(<symbol>).Nick Clifton2014-05-206-28/+67
* Extend the fix already created for PR 16858 so that it works with x86 PE targ...Nick Clifton2014-05-192-0/+16
* gas/Richard Sandiford2014-05-182-26/+14
* Prevent the V850 assembler from generating an internal error if it is asked toNick Clifton2014-05-172-0/+12
* This adds support for marking RL78 binaries as either supporting 32-bitKaushik Phata2014-05-164-9/+60
* Re-work register size macros for MIPS.mfortune2014-05-132-69/+78
* Properly display extra data/address size prefixesH.J. Lu2014-05-0940-308/+350
* Fix references to file_mips_isa missed in previous patch.mfortune2014-05-082-4/+9
* Consolidate file_mips_xxx variables.mfortune2014-05-082-86/+94
* Implement CONVERT_SYMBOLIC_ATTRIBUTE for MIPS.mfortune2014-05-089-0/+71
* Use signed data type for R_XTENSA_DIFF* relocation offsets.Volodymyr Arbatov2014-05-082-0/+8
* Add MIPS r3 and r5 support.Andrew Bennett2014-05-0710-16/+192
* Properly handle multiple opcode prefixesH.J. Lu2014-05-0510-21/+437