aboutsummaryrefslogtreecommitdiff
path: root/gas/config
AgeCommit message (Expand)AuthorFilesLines
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
2016-04-03bfin: simplify current_inputlineTrevor Saunders2-5/+2
2016-04-03avr: simplify some option parsing with strcasecmp ()Trevor Saunders1-12/+1
2016-04-01gas/arc: Change 'LENGHT' to 'LENGTH'Andrew Burgess2-3/+3
2016-04-01Constify moreAlan Modra79-121/+123
2016-03-31make xtensa_section_rename () take const char *Trevor Saunders2-4/+4
2016-03-31tc-i960.c: add some casts when assigning literals to args[i]Trevor Saunders1-8/+8
2016-03-31cast the arg to md_assemble () to char *Trevor Saunders2-9/+9
2016-03-31work around get_symbol_name () in sparc and ia64Trevor Saunders2-3/+5
2016-03-31cast literal to char * when assigning to input_line_ptrTrevor Saunders4-8/+8
2016-03-31get rid of K&R style argsTrevor Saunders2-12/+4
2016-03-31make some variables unsignedTrevor Saunders4-10/+10
2016-03-30Fix compile time warning about comparison between signed and unsigned values.Nick Clifton1-1/+1
2016-03-29use xstrdup and friends moreTrevor Saunders5-62/+30