aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Expand)AuthorFilesLines
2016-05-16tc-vax.c: make prototype of flonum_gen2vax match its definitionTrevor Saunders2-1/+6
2016-05-16stop defining linkrelax in multiple placesTrevor Saunders3-6/+12
2016-05-16m68hc11: make some vars type bfd_reloc_code_real_typeTrevor Saunders2-4/+11
2016-05-15SH64/GAS: Fix a -Wwrite-strings build failureMaciej W. Rozycki2-1/+5
2016-05-13Accept valid one byte signed and unsigned values for the IMM8 operand.Peter Bergner3-0/+9
2016-05-13Fix build breakageAlan Modra2-1/+4
2016-05-13use XNEW and related macros moreTrevor Saunders55-267/+365
2016-05-13use xstrdup, xmemdup0 and concat moreTrevor Saunders26-229/+137
2016-05-12Use correct regexp syntax in ARM PR20068 testNick Clifton2-2/+7
2016-05-11Update pr20068 test to allow for big endian ARM configurationNick Clifton2-2/+8
2016-05-11Add MIPS32 DSPr3 support.Matthew Fortune7-3/+94
2016-05-11Ensure that padding in the constant pool uses constant values.Nick Clifton4-0/+37
2016-05-11oops - fix up changelog entryNick Clifton1-1/+9
2016-05-11Skip new ARM security extension tests on non-ELF based targets.Nick Clifton11-25/+24
2016-05-10Enable Intel RDPID instruction.Alexander Fomin12-3/+96
2016-05-10Use getters/setters to access ARM branch typeThomas Preud'homme2-2/+7
2016-05-10Add support for ARMv8-M Mainline with DSP extensionThomas Preud'homme12-3/+325
2016-05-10Allow extension availability to depend on several architecture bitsThomas Preud'homme2-15/+58
2016-05-10Add support for ARMv8-M security extensions instructionsThomas Preud'homme12-8/+230
2016-05-09opcodes,gas: sparc: fix mnemonic of faligndataiJose E. Marchesi3-2/+7
2016-05-09Regenerate configureAlan Modra1-7/+10
2016-05-06[ARM][gas] Fix warnings about uninitialised uses and unused const variablesKyrylo Tkachov2-4/+16
2016-05-04[ARC] Add SYNTAX_NOP and SYNTAX_1OP for extension instructionsClaudiu Zissulescu5-2/+49
2016-05-03Assume that the GAS testsuite for the AVR is being run without -mlink-relax s...Pitchumani Sivanupandi2-0/+6
2016-04-27Provide xmemdup0Alan Modra2-15/+13
2016-04-22MIPS/GAS: Fix an ISA override not lifting ABI restrictionsMaciej W. Rozycki46-8/+775
2016-04-20update many old style function definitionsTrevor Saunders8-12/+20
2016-04-20gas/doc/arc: Add nps400 references into the documentationAndrew Burgess2-2/+14
2016-04-20[AArch64] Support RAS extension for ARMv8 onwards.Matthew Wahab8-0/+249
2016-04-19opcodes/arc: Add yet more nps instructionsAndrew Burgess3-0/+142
2016-04-19opcodes/arc: Add more nps instructionsAndrew Burgess5-0/+45
2016-04-19.cfi_remember_state/.cfi_restore_state documentationMartin Galvan2-5/+53
2016-04-17Revert "gas/arc: Make .cpu directive case-insensitive"Andrew Burgess2-8/+14
2016-04-16gas/arc: Make .cpu directive case-insensitiveAndrew Burgess2-8/+13
2016-04-16gas/arc: Support NPS400 in .cpu directiveAndrew Burgess2-0/+8
2016-04-15remove pointless assignmentTrevor Saunders2-5/+8
2016-04-15Regenerate Makefile.in/aclocal.m4 automake 1.11.6H.J. Lu4-79/+190
2016-04-15Fix non-ELF powerpc build breakageAlan Modra2-0/+6
2016-04-15Add missing ChangeLog entry for PR gas/19909 fixH.J. Lu1-0/+10
2016-04-14make a few variables staticTrevor Saunders4-3/+9
2016-04-14remove some unused globalsTrevor Saunders3-2/+7
2016-04-14arc/nps400 : New cmem instructions and associated relocationAndrew Burgess3-0/+84
2016-04-14gas/arc: Unify tests run on big/little endian arc assemblerAndrew Burgess4-3/+8
2016-04-14Fix copying Solaris binaries with objcopy.Nick Clifton3-4/+11
2016-04-13[ARC] Fix setting private elf flags when parsing .cpu.Claudiu Zissulescu2-3/+13
2016-04-13oops - omitted from previous delta.Nick Clifton1-0/+7
2016-04-13Fix disassembly of the V850's LD.BU instruction.Nick Clifton3-0/+33
2016-04-13MIPS/GAS: Correct branch relaxation for weak symbolsMaciej W. Rozycki10-0/+122
2016-04-13MIPS/GAS: Relax branches to symbols resolved at link timeMaciej W. Rozycki15-10/+193
2016-04-12Add support for .extCondCode, .extCoreRegister and .extAuxRegister.Claudiu Zissulescu16-37/+540