aboutsummaryrefslogtreecommitdiff
path: root/gas/config
AgeCommit message (Expand)AuthorFilesLines
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
2016-03-29make md_parse_option () take a const char *Trevor Saunders72-112/+113
2016-03-29replace some obstack_alloc () calls with the XOBNEW wrapperTrevor Saunders3-7/+7
2016-03-28add more const qualifiersTrevor Saunders6-15/+16
2016-03-25split up cr16s md_assemble ()Trevor Saunders1-25/+37
2016-03-25rename flag_size_check to flag_allow_nonconst_size and make it a boolTrevor Saunders1-1/+1
2016-03-24gas: sparc: allow ASR registers in the 0..31 range in V9 and laterJose E. Marchesi1-16/+16
2016-03-24make microblaze build with -Wwrite-stringsTrevor Saunders1-4/+4
2016-03-24localize string returned from visium's md_atof ()Trevor Saunders1-1/+1
2016-03-22make more variables constTrevor Saunders10-26/+29
2016-03-22tc-pdp11.c: remove useless codeTrevor Saunders1-2/+0