aboutsummaryrefslogtreecommitdiff
path: root/gas/config
AgeCommit message (Expand)AuthorFilesLines
2016-05-13use xstrdup, xmemdup0 and concat moreTrevor Saunders16-170/+67
2016-05-11Add MIPS32 DSPr3 support.Matthew Fortune1-1/+15
2016-05-11Ensure that padding in the constant pool uses constant values.Nick Clifton1-0/+1
2016-05-10Enable Intel RDPID instruction.Alexander Fomin1-0/+2
2016-05-10Use getters/setters to access ARM branch typeThomas Preud'homme1-2/+2
2016-05-10Add support for ARMv8-M Mainline with DSP extensionThomas Preud'homme1-3/+32
2016-05-10Allow extension availability to depend on several architecture bitsThomas Preud'homme1-15/+45
2016-05-10Add support for ARMv8-M security extensions instructionsThomas Preud'homme1-8/+35
2016-05-06[ARM][gas] Fix warnings about uninitialised uses and unused const variablesKyrylo Tkachov1-4/+8
2016-05-04[ARC] Add SYNTAX_NOP and SYNTAX_1OP for extension instructionsClaudiu Zissulescu1-2/+6
2016-04-22MIPS/GAS: Fix an ISA override not lifting ABI restrictionsMaciej W. Rozycki1-8/+34
2016-04-20update many old style function definitionsTrevor Saunders6-9/+7
2016-04-20[AArch64] Support RAS extension for ARMv8 onwards.Matthew Wahab1-0/+1
2016-04-17Revert "gas/arc: Make .cpu directive case-insensitive"Andrew Burgess1-8/+8
2016-04-16gas/arc: Make .cpu directive case-insensitiveAndrew Burgess1-8/+8
2016-04-16gas/arc: Support NPS400 in .cpu directiveAndrew Burgess1-0/+4
2016-04-15remove pointless assignmentTrevor Saunders1-5/+4
2016-04-15Fix non-ELF powerpc build breakageAlan Modra1-0/+2
2016-04-14make a few variables staticTrevor Saunders3-3/+3
2016-04-14remove some unused globalsTrevor Saunders2-2/+2
2016-04-13[ARC] Fix setting private elf flags when parsing .cpu.Claudiu Zissulescu1-3/+6
2016-04-13MIPS/GAS: Correct branch relaxation for weak symbolsMaciej W. Rozycki1-0/+3
2016-04-13MIPS/GAS: Relax branches to symbols resolved at link timeMaciej W. Rozycki1-10/+4
2016-04-12Add support for .extCondCode, .extCoreRegister and .extAuxRegister.Claudiu Zissulescu2-31/+337
2016-04-12Add support for .extInstruction pseudo-op.Claudiu Zissulescu1-32/+353
2016-04-12Remove unneeded AUX register symbols.Claudiu Zissulescu2-0/+26
2016-04-09MIPS/GAS: Sanitize `.option picX' pseudo-opMaciej W. Rozycki1-1/+1
2016-04-09MIPS/GAS: Disallow `.option picX' with VxWorks PICMaciej W. Rozycki1-3/+5
2016-04-09MIPS/GAS: Correct call formatting in `can_swap_branch_p'Maciej W. Rozycki1-5/+5
2016-04-09MIPS/GAS: Unify messages in `mips_check_options'Maciej W. Rozycki1-2/+2
2016-04-09MIPS/GAS: Use `opts->isa' consistently in `mips_check_options'Maciej W. Rozycki1-3/+3
2016-04-07arc/nps400: Add new instructionsAndrew Burgess1-1/+1
2016-04-07gas/arc: Handle multiple arc_opcode chains for same mnemonicAndrew Burgess1-12/+60
2016-04-07gas/arc: Additional work to support multiple arc_opcode chainsAndrew Burgess1-35/+33
2016-04-07gas/arc: Modify structure used to hold opcodesAndrew Burgess1-10/+56
2016-04-07[ARC] Prepare strings for automatic translation.Claudiu Zissulescu1-5/+5
2016-04-07gas/arc: Allow greater range of characters into flag namesAndrew Burgess1-1/+2
2016-04-07gas/arc: Remove preprocess_operands functionAndrew Burgess1-46/+33
2016-04-07Allow integer contants to have a U suffix. Improve error reporting for missi...Nick Clifton1-0/+5
2016-04-06Fix MSP430 assembler's detection of NOP and EINT.Nick Clifton1-1/+24
2016-04-05[ARC] Fix support for double assist instructions.Claudiu Zissulescu1-4/+51
2016-04-05[ARM] Add ARMv8.2 FP16 vmul/vmla/vmls (by scalar)Jiong Wang1-1/+1
2016-04-05[ARC] Don't allow pc-rel relocations for J* instructions.Claudiu Zissulescu1-1/+5
2016-04-04Don't use vec_disp8 encoding with the .d32 suffixH.J. Lu1-1/+3
2016-04-04gas/arc: Use #define from include/opcode/arc.hAndrew Burgess1-8/+1
2016-04-03use XNEW and related macros moreTrevor Saunders45-240/+207
2016-04-03use xstrdup and friends moreTrevor Saunders4-25/+9
2016-04-03cleanup FLT_CHARS and EXP_CHARSTrevor Saunders5-14/+4
2016-04-03make score build againTrevor Saunders2-3/+3
2016-04-03arm: change the type of a variable to bfd_reloc_code_real_typeTrevor Saunders1-1/+1