aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-mips.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-25MIPS16/GAS: Restore unsupported relocation diagnosticsMaciej W. Rozycki1-53/+48
2016-06-23MIPS/GAS: Keep the original microMIPS symbol reference in branch relocsMaciej W. Rozycki1-5/+20
2016-06-21MIPS/GAS: Handle resolved R6 PC-relative relocationsMaciej W. Rozycki1-8/+54
2016-06-21MIPS/GAS: Fix null pointer dereferences in R6 PC-relative relocation checksMaciej W. Rozycki1-2/+2
2016-06-21MIPS/GAS: Correct BFD_RELOC_MIPS_18_PCREL_S3 calculationMaciej W. Rozycki1-1/+14
2016-06-21MIPS/GAS: Use the module level ISA setting for R6 relaxationMaciej W. Rozycki1-2/+2
2016-06-20MIPS/GAS: Update comment on jump reloc conversionMaciej W. Rozycki1-2/+2
2016-06-13MIPS/GAS: Don't convert RELA JALR relocations on R6Maciej W. Rozycki1-5/+7
2016-05-24MIPS/GAS: Treat local jump relocs the same no matter if REL or RELAMaciej W. Rozycki1-7/+6
2016-05-24MIPS/GAS: Cut TLS reloc dead code path in `md_apply_fix'Maciej W. Rozycki1-8/+6
2016-05-20MIPS: Add support for P6600Matthew Fortune1-1/+2
2016-05-20MIPS: Fix the encoding of immediates with microMIPS JALXMaciej W. Rozycki1-1/+12
2016-05-20MIPS/GAS: Correct tab-after-space formatting mistakesMaciej W. Rozycki1-11/+11
2016-05-11Add MIPS32 DSPr3 support.Matthew Fortune1-1/+15
2016-04-22MIPS/GAS: Fix an ISA override not lifting ABI restrictionsMaciej W. Rozycki1-8/+34
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