summaryrefslogtreecommitdiff
path: root/bfd/elfxx-mips.c
Commit message (Expand)AuthorAgeFilesLines
* MIPS/BFD: Remove EI_ABIVERSION 5 allocation for PT_GNU_STACK supportMaciej W. Rozycki2016-12-231-3/+0
* MIPS16: Add R_MIPS16_PC16_S1 branch relocation supportMaciej W. Rozycki2016-06-281-3/+32
* MIPS/BFD: Don't stop processing on a cross-mode jump conversion errorMaciej W. Rozycki2016-06-211-7/+5
* MIPS/BFD: Correctly handle `bfd_reloc_outofrange' with branchesMaciej W. Rozycki2016-05-281-0/+11
* MIPS/BFD: Enable local R_MIPS_26 overflow detectionMaciej W. Rozycki2016-05-281-8/+9
* Return void from linker callbacksAlan Modra2016-05-281-27/+20
* MIPS/BFD: Include the addend in JALX's target alignment verificationMaciej W. Rozycki2016-05-271-6/+8
* MIPS/BFD: Fix section symbol name fetching in relocationMaciej W. Rozycki2016-05-271-1/+1
* MIPS/BFD: Don't stop processing on `bfd_reloc_outofrange'Maciej W. Rozycki2016-05-261-3/+2
* MIPS/BFD: Report `bfd_reloc_outofrange' errors as suchMaciej W. Rozycki2016-05-251-2/+3
* MIPS/BFD: Unify `bfd_reloc_outofrange' error reporting codeMaciej W. Rozycki2016-05-241-8/+5
* MIPS: Fix the encoding of immediates with microMIPS JALXMaciej W. Rozycki2016-05-201-2/+10
* LD/ELF: Unify STB_GNU_UNIQUE handlingMaciej W. Rozycki2016-05-171-5/+0
* Set dynamic tag VMA and size from dynamic section when possibleAlan Modra2016-05-131-1/+1
* Add MIPS32 DSPr3 support.Matthew Fortune2016-05-111-0/+2
* PR 10549: MIPS/LD: Handle OSABI setting for STB_GNU_UNIQUEMaciej W. Rozycki2016-05-031-0/+5
* Remove use of alloca.Nick Clifton2016-03-211-10/+16
* Increment the ABIVERSION to 5 for MIPS objects with non-executable stacks.Faraz Shahbazker2016-02-231-0/+3
* MIPS/BFD: Simplify register index calculation in BZ16_REG_FIELDMaciej W. Rozycki2016-01-241-2/+1
* MIPS/BFD: Correct register index calculation in BZ16_REGMaciej W. Rozycki2016-01-241-1/+1
* MIPS/BFD: Factor out ABI flag mergingMaciej W. Rozycki2016-01-041-20/+33
* MIPS/BFD: Move attribute check after ELF file header flag checkMaciej W. Rozycki2016-01-041-5/+7
* MIPS/BFD: Propagate the return status in attribute mergingMaciej W. Rozycki2016-01-041-3/+1
* MIPS/BFD: Factor out ELF file header flag checksMaciej W. Rozycki2016-01-041-182/+194
* MIPS/BFD: Fold the handling of input MIPS ABI flags togetherMaciej W. Rozycki2016-01-041-16/+14
* MIPS/BFD: Suppress attribute checks for null inputMaciej W. Rozycki2016-01-041-15/+15
* MIPS/BFD: Use local pointers to target data in private data mergeMaciej W. Rozycki2016-01-041-32/+29
* MIPS/BFD: Correct an FP ABI warningMaciej W. Rozycki2016-01-041-1/+1
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* 2015-10-29 Catherine Moore <clm@codesourcery.com>Catherine Moore2015-10-291-0/+3
* Fix compile time warnings generated when compiling with clang.Nick Clifton2015-09-231-12/+0
* Add --no-dynamic-linker option to ld, for static PIE useRich Felker2015-09-201-1/+1
* Select MIPS ABi based upon abiflags rather than e_flags.Matthew Fortune2015-08-261-201/+194
* Add output_type to bfd_link_infoH.J. Lu2015-08-181-66/+69
* [MIPS] Map 'move' to 'or'.Simon Dardis2015-08-121-16/+9
* Fix DT_MIPS_RLD_MAP_REL tag for n64 target and 32-bit host.Joseph Myers2015-07-231-1/+1
* Add support for DT_MIPS_RLD_MAP_REL.Matthew Fortune2015-06-261-3/+35
* Compact EH SupportCatherine Moore2015-05-281-0/+15
* Fallout from recent bfd_reloc_outofrange changesAlan Modra2015-01-191-3/+8
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* Copy relocations against protected symbolsAlan Modra2014-12-121-1/+1
* Don't sort ld -r relocs for mipsAlan Modra2014-12-101-0/+12
* [MIPS] When calculating a relocation using an undefined weak symbol don't che...Andrew Bennett2014-12-021-11/+22
* bfd/Richard Sandiford2014-11-101-12/+3
* Fix segfault when creating a dso with discarded .dynsym section.Matthew Fortune2014-11-051-2/+4
* Update .MIPS.abiflags to support MIPS R6Matthew Fortune2014-11-051-0/+8
* MIPS: Add Octeon 3 supportNaveen H.S2014-10-311-0/+13
* Show information about unknown ASEs and extensions in .MIPS.abiflagsMatthew Fortune2014-10-221-1/+3
* Merge bfd_find_nearest_line variantsAlan Modra2014-10-151-11/+13
* MIPS: Don't sign extend the addend for RELA relocationsMatthew Fortune2014-09-221-7/+25