aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-mips.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-15remove pointless assignmentTrevor Saunders1-5/+4
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-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-03use XNEW and related macros moreTrevor Saunders1-7/+6
2016-04-01Constify moreAlan Modra1-2/+3
2016-03-29use xstrdup and friends moreTrevor Saunders1-3/+1
2016-03-29make md_parse_option () take a const char *Trevor Saunders1-1/+1
2016-03-21Remove use of alloca.Nick Clifton1-7/+11
2016-02-25Convert more variables to a constant form.Trevor Saunders1-4/+4
2016-02-22Add more const type qualifiers to GAS sources.Trevor Saunders1-2/+2
2016-01-25Avoid the use of gp-relative addressing when abicalls are in effect.Catherine Moore1-0/+6
2016-01-18MIPS: Remove remnants of 48-bit microMIPS instruction supportMaciej W. Rozycki1-4/+2
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-11-09gas: Fix left shift of negative value.Dominik Vogt1-1/+1
2015-08-21Allow symbol and label names to be enclosed in double quotes.Nick Clifton1-24/+27
2015-08-12[MIPS] Map 'move' to 'or'.Simon Dardis1-8/+6
2015-08-12Remove trailing spaces in gasH.J. Lu1-11/+11
2015-07-28Add cores for M5100 seriesRobert Suchanek1-0/+3
2015-07-28Add -march=interaptivRobert Suchanek1-0/+2
2015-07-092015-07-09 Catherine Moore <clm@codesourcery.com>Catherine Moore1-0/+4
2015-05-28Compact EH SupportCatherine Moore1-2/+18
2015-04-23Improve warning messages for la/dlaMatthew Fortune1-2/+4
2015-03-12Add i6400 entry to the MIPS CPU table.Andrew Bennett1-0/+3
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-12-19Rework the alignment check for BFD_RELOC_MIPS_18_PCREL_S3.Matthew Fortune1-4/+8
2014-11-05Update .MIPS.abiflags to support MIPS R6Matthew Fortune1-0/+8
2014-11-04Don't use register keywordAlan Modra1-1/+1
2014-10-31MIPS: Add Octeon 3 supportNaveen H.S1-1/+3
2014-10-21MIPS/GAS: Correct file option settings with `.insn'Maciej W. Rozycki1-0/+4
2014-09-15Add support for MIPS R6.Andrew Bennett1-44/+407
2014-09-15Ensure softfloat and singlefloat take precedence in consistency checksMatthew Fortune1-12/+12
2014-08-26MIPS/gas: SAA/SAAD macro clean-upsMaciej W. Rozycki1-3/+3
2014-07-29[MIPS] Rename COPROC related macrosMatthew Fortune1-8/+8
2014-07-29[MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensionsMatthew Fortune1-57/+379
2014-05-20Add MIPS .module directivemfortune1-276/+328
2014-05-20Mark MSA as requiring FP64mfortune1-4/+4
2014-05-18gas/Richard Sandiford1-26/+8
2014-05-13Re-work register size macros for MIPS.mfortune1-69/+71
2014-05-08Fix references to file_mips_isa missed in previous patch.mfortune1-4/+4
2014-05-08Consolidate file_mips_xxx variables.mfortune1-86/+84
2014-05-08Implement CONVERT_SYMBOLIC_ATTRIBUTE for MIPS.mfortune1-0/+33
2014-05-07Add MIPS r3 and r5 support.Andrew Bennett1-6/+76
2014-04-23Add support for the MIPS eXtended Physical Address (XPA) ASE.Andrew Bennett1-2/+13
2014-04-10Add support for the MIPS P5600 family of CPUs.Andrew Bennett1-0/+2
2014-03-20gas/Richard Sandiford1-18/+30