aboutsummaryrefslogtreecommitdiff
path: root/bfd/elfxx-mips.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-10MIPS/BFD: Actually produce short microMIPS LA25 stubsMaciej W. Rozycki1-0/+2
2016-08-10MIPS/BFD: Add microMIPS annotation to LA25 stub symbolsMaciej W. Rozycki1-1/+4
2016-08-10MIPS/BFD: Set the ISA bit in microMIPS LA25 stub referencesMaciej W. Rozycki1-3/+7
2016-07-26MIPS/BFD: Handle branches in PLT compression selectionMaciej W. Rozycki1-3/+6
2016-07-19MIPS: Convert cross-mode BAL to JALXMaciej W. Rozycki1-6/+49
2016-07-19MIPS: Verify the ISA mode and alignment of branch and jump targetsMaciej W. Rozycki1-13/+105
2016-06-28MIPS16: Add R_MIPS16_PC16_S1 branch relocation supportMaciej W. Rozycki1-3/+32
2016-06-21MIPS/BFD: Don't stop processing on a cross-mode jump conversion errorMaciej W. Rozycki1-7/+5
2016-05-28MIPS/BFD: Correctly handle `bfd_reloc_outofrange' with branchesMaciej W. Rozycki1-0/+11
2016-05-28MIPS/BFD: Enable local R_MIPS_26 overflow detectionMaciej W. Rozycki1-8/+9
2016-05-28Return void from linker callbacksAlan Modra1-27/+20
2016-05-27MIPS/BFD: Include the addend in JALX's target alignment verificationMaciej W. Rozycki1-6/+8
2016-05-27MIPS/BFD: Fix section symbol name fetching in relocationMaciej W. Rozycki1-1/+1
2016-05-26MIPS/BFD: Don't stop processing on `bfd_reloc_outofrange'Maciej W. Rozycki1-3/+2
2016-05-25MIPS/BFD: Report `bfd_reloc_outofrange' errors as suchMaciej W. Rozycki1-2/+3
2016-05-24MIPS/BFD: Unify `bfd_reloc_outofrange' error reporting codeMaciej W. Rozycki1-8/+5
2016-05-20MIPS: Fix the encoding of immediates with microMIPS JALXMaciej W. Rozycki1-2/+10
2016-05-17LD/ELF: Unify STB_GNU_UNIQUE handlingMaciej W. Rozycki1-5/+0
2016-05-13Set dynamic tag VMA and size from dynamic section when possibleAlan Modra1-1/+1
2016-05-11Add MIPS32 DSPr3 support.Matthew Fortune1-0/+2
2016-05-03PR 10549: MIPS/LD: Handle OSABI setting for STB_GNU_UNIQUEMaciej W. Rozycki1-0/+5
2016-03-21Remove use of alloca.Nick Clifton1-10/+16
2016-02-23Increment the ABIVERSION to 5 for MIPS objects with non-executable stacks.Faraz Shahbazker1-0/+3
2016-01-24MIPS/BFD: Simplify register index calculation in BZ16_REG_FIELDMaciej W. Rozycki1-2/+1
2016-01-24MIPS/BFD: Correct register index calculation in BZ16_REGMaciej W. Rozycki1-1/+1
2016-01-04MIPS/BFD: Factor out ABI flag mergingMaciej W. Rozycki1-20/+33
2016-01-04MIPS/BFD: Move attribute check after ELF file header flag checkMaciej W. Rozycki1-5/+7
2016-01-04MIPS/BFD: Propagate the return status in attribute mergingMaciej W. Rozycki1-3/+1
2016-01-04MIPS/BFD: Factor out ELF file header flag checksMaciej W. Rozycki1-182/+194
2016-01-04MIPS/BFD: Fold the handling of input MIPS ABI flags togetherMaciej W. Rozycki1-16/+14
2016-01-04MIPS/BFD: Suppress attribute checks for null inputMaciej W. Rozycki1-15/+15
2016-01-04MIPS/BFD: Use local pointers to target data in private data mergeMaciej W. Rozycki1-32/+29
2016-01-04MIPS/BFD: Correct an FP ABI warningMaciej W. Rozycki1-1/+1
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-10-292015-10-29 Catherine Moore <clm@codesourcery.com>Catherine Moore1-0/+3
2015-09-23Fix compile time warnings generated when compiling with clang.Nick Clifton1-12/+0
2015-09-20Add --no-dynamic-linker option to ld, for static PIE useRich Felker1-1/+1
2015-08-26Select MIPS ABi based upon abiflags rather than e_flags.Matthew Fortune1-201/+194
2015-08-18Add output_type to bfd_link_infoH.J. Lu1-66/+69
2015-08-12[MIPS] Map 'move' to 'or'.Simon Dardis1-16/+9
2015-07-23Fix DT_MIPS_RLD_MAP_REL tag for n64 target and 32-bit host.Joseph Myers1-1/+1
2015-06-26Add support for DT_MIPS_RLD_MAP_REL.Matthew Fortune1-3/+35
2015-05-28Compact EH SupportCatherine Moore1-0/+15
2015-01-19Fallout from recent bfd_reloc_outofrange changesAlan Modra1-3/+8
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-12-12Copy relocations against protected symbolsAlan Modra1-1/+1
2014-12-10Don't sort ld -r relocs for mipsAlan Modra1-0/+12
2014-12-02[MIPS] When calculating a relocation using an undefined weak symbol don't che...Andrew Bennett1-11/+22
2014-11-10bfd/Richard Sandiford1-12/+3
2014-11-05Fix segfault when creating a dso with discarded .dynsym section.Matthew Fortune1-2/+4