aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Expand)AuthorFilesLines
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
2016-04-12Update ARC instruction data-base.Claudiu Zissulescu5-0/+70
2016-04-12Add support for .extInstruction pseudo-op.Claudiu Zissulescu12-36/+699
2016-04-12Remove unneeded AUX register symbols.Claudiu Zissulescu5-0/+414
2016-04-09MIPS/GAS: Sanitize `.option picX' pseudo-opMaciej W. Rozycki7-1/+56
2016-04-09MIPS/GAS: Disallow `.option picX' with VxWorks PICMaciej W. Rozycki7-3/+35
2016-04-09MIPS/GAS: Correct call formatting in `can_swap_branch_p'Maciej W. Rozycki2-5/+9
2016-04-09GAS: Fix a typo in `as_bad' descriptionMaciej W. Rozycki2-1/+5
2016-04-09MIPS/GAS: Unify messages in `mips_check_options'Maciej W. Rozycki2-2/+6
2016-04-09MIPS/GAS: Use `opts->isa' consistently in `mips_check_options'Maciej W. Rozycki2-3/+8
2016-04-08Fix regexps in PR19910 test to cope with COFF and AOUT sparc targets.Nick Clifton2-3/+10
2016-04-07arc/nps400: Add new instructionsAndrew Burgess4-1/+41
2016-04-07gas/arc: Handle multiple arc_opcode chains for same mnemonicAndrew Burgess2-12/+69
2016-04-07gas/arc: Additional work to support multiple arc_opcode chainsAndrew Burgess2-35/+46
2016-04-07gas/arc: Modify structure used to hold opcodesAndrew Burgess2-10/+65
2016-04-07Fix gas/ChangeLogAlan Modra1-42/+41
2016-04-07[ARC] Prepare strings for automatic translation.Claudiu Zissulescu2-5/+12
2016-04-07Update AArch64 documentation regarding architecture extensions.James Greenhalgh2-8/+15
2016-04-07gas/arc: Allow greater range of characters into flag namesAndrew Burgess2-1/+7
2016-04-07gas/arc: Remove preprocess_operands functionAndrew Burgess2-46/+40
2016-04-07Allow integer contants to have a U suffix. Improve error reporting for missi...Nick Clifton9-3/+67
2016-04-06Fix MSP430 assembler's detection of NOP and EINT.Nick Clifton4-7/+45
2016-04-05arc/nps400: Add additional instructionsAndrew Burgess3-5/+138
2016-04-05[ARC] Fix support for double assist instructions.Claudiu Zissulescu5-4/+142
2016-04-05[ARM] Add ARMv8.2 FP16 vmul/vmla/vmls (by scalar)Jiong Wang10-1/+158
2016-04-05[ARC] Don't allow pc-rel relocations for J* instructions.Claudiu Zissulescu5-1/+28
2016-04-04Don't use vec_disp8 encoding with the .d32 suffixH.J. Lu5-9/+22
2016-04-04Add a testcase for PR gas/19498H.J. Lu4-0/+29
2016-04-04gas/arc: Use #define from include/opcode/arc.hAndrew Burgess2-8/+7
2016-04-04PR19498, Invalid "symbol definition loop"Alan Modra2-1/+10
2016-04-03use XNEW and related macros moreTrevor Saunders58-281/+366
2016-04-03use xstrdup and friends moreTrevor Saunders5-25/+20