aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Expand)AuthorFilesLines
2014-06-18GAS: Fix MMIX err-fb-2.s regression caused by recent generic GAS changes.Hans-Peter Nilsson2-0/+18
2014-06-17This fixes a bug whereby #line directives inside a macro would be ignored,Chris Metcalf2-0/+28
2014-06-17gas/ARM: Misses deprecated IT instruction warning for ARMv8Jiong Wang5-0/+31
2014-06-17GAS: Fix CRIS double-error reports caused by recent generic GAS changes.Hans-Peter Nilsson4-24/+59
2014-06-16Fixes a problem exposed by the aarcg64/illegal.s test case - where the assemb...Nick Clifton2-0/+8
2014-06-16This fixes the aarch64 assembler so that it will generate error messages whenJiong Wang5-10/+61
2014-06-16Run write_object_file after errorsAlan Modra16-66/+102
2014-06-16Don't leave DLX the_insn uninitialisedAlan Modra2-12/+10
2014-06-16Report an error on x86 pcrel BFD_RELOC_SIZE64Alan Modra2-2/+10
2014-06-16Fix unintitialised TIC6X dataAlan Modra2-1/+9
2014-06-16Fix TIC54X buffer overrunsAlan Modra2-3/+10
2014-06-16Fix uninitialised VAX insnAlan Modra4-14/+30
2014-06-16Fix uninitialised ARM dataAlan Modra2-8/+10
2014-06-16Fix uninitialised CRIS insnAlan Modra4-3/+18
2014-06-13Fix seg-faults when fetching the frags of local symbols.Chen Gang3-6/+10
2014-06-13A simple replacement of sprintf (xxx, "%s", xxx) with strcpy.Chen Gang2-5/+10
2014-06-10Only print prefixes before fwaitH.J. Lu3-0/+10
2014-06-09Update expected disassembly of MSP430X instructions now that the disassemblerNick Clifton2-53/+57
2014-06-07Allow both signed and unsigned fields in PowerPC cmpli insnAlan Modra2-3/+22
2014-06-06[AArch64] Fix the documentation on :pg_hi21:Martin Storsjo2-5/+9
2014-06-05Make it easy to make --disable-werror the default for both binutils and gdbJoel Brobecker4-4/+18
2014-06-03Change -mz command line option to -my for the MSP430 port of GAS.Nick Clifton5-10/+20
2014-05-22Fix whitespace in gas listing errors and warningsAlan Modra16-128/+149
2014-05-20Add ChangeLog from previous MIPS .module commitmfortune2-0/+51
2014-05-20Add MIPS .module directivemfortune12-284/+376
2014-05-20Remove newly introduced whitespace from warnings.mfortune2-3/+8
2014-05-20Mark MSA as requiring FP64mfortune5-124/+114
2014-05-20 * messages.c (as_warn_internal): Ensure we don't interleave outputMike Stump2-10/+14
2014-05-20gas/Richard Sandiford3-0/+67
2014-05-20Fix MSP430 assembler to support #hi(<symbol>).Nick Clifton6-28/+67
2014-05-19Extend the fix already created for PR 16858 so that it works with x86 PE targ...Nick Clifton2-0/+16
2014-05-18gas/Richard Sandiford2-26/+14
2014-05-17Prevent the V850 assembler from generating an internal error if it is asked toNick Clifton2-0/+12
2014-05-16This adds support for marking RL78 binaries as either supporting 32-bitKaushik Phata4-9/+60
2014-05-13Re-work register size macros for MIPS.mfortune2-69/+78
2014-05-09Properly display extra data/address size prefixesH.J. Lu40-308/+350
2014-05-08Fix references to file_mips_isa missed in previous patch.mfortune2-4/+9
2014-05-08Consolidate file_mips_xxx variables.mfortune2-86/+94
2014-05-08Implement CONVERT_SYMBOLIC_ATTRIBUTE for MIPS.mfortune9-0/+71
2014-05-08Use signed data type for R_XTENSA_DIFF* relocation offsets.Volodymyr Arbatov2-0/+8
2014-05-07Add MIPS r3 and r5 support.Andrew Bennett10-16/+192
2014-05-05Properly handle multiple opcode prefixesH.J. Lu10-21/+437
2014-05-02Move fwait test with prefix to prefix.sH.J. Lu7-9/+13
2014-05-01Handle prefixes before fwaitH.J. Lu5-0/+17
2014-04-28This fixes a bootstrapping problem with gcc 4.9 in an x86 PE environment.Nick Clifton2-1/+10
2014-04-26Regenerate files for openrisk -> or1k changeAlan Modra2-4/+6
2014-04-24Fix a problem building the ARM assembler for non-ELF based toolchains.Nick Clifton2-1/+7
2014-04-23gas/arm: Fix gas tests to run on armeb-linux-eabiWill Newton5-6/+12
2014-04-23gas/arm: Force output of a data mapping symbol for literal poolsWill Newton5-2/+30
2014-04-23Add support for the MIPS eXtended Physical Address (XPA) ASE.Andrew Bennett8-2/+104