aboutsummaryrefslogtreecommitdiff
path: root/bfd/elfxx-mips.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-03BFD: Prevent writing the MIPS _gp_disp symbol into symbol tablesSimon Atanasyan1-12/+0
2018-03-03PR ld/21900: MIPS: Fix relocation processing with undefined symbolsJames Cowgill1-4/+10
2018-02-26MIPS messagesAlan Modra1-29/+29
2018-02-26unrecognized/unsupported reloc messageAlan Modra1-1/+1
2018-02-19Revert "_bfd_mips_elf_final_link: Notify user about wrong .reginfo size"Maciej W. Rozycki1-10/+1
2018-02-19MIPS/BFD: Fix the size of `.reginfo' and `.MIPS.abiflags' sectionsMaciej W. Rozycki1-3/+14
2018-02-19Add attribute printf to _bfd_error_handlerAlan Modra1-3/+4
2018-02-19%L conversionsAlan Modra1-13/+15
2018-02-19Use %pA and %pB in messages rather than %A and %BAlan Modra1-44/+44
2018-02-06Improve the find_nearest_line function for the MIPS target so that it tries h...Nick Clifton1-6/+22
2018-02-05MIPS/BFD: Correctly report unsupported `.reginfo' section sizeMaciej W. Rozycki1-1/+10
2018-01-23MIPS/BFD: Update a stale `mips_elf32_section_processing' referenceMaciej W. Rozycki1-1/+1
2018-01-12_bfd_mips_elf_final_link: Notify user about wrong .reginfo sizeVlad Ivanov1-1/+9
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-12-06BFD whitespace fixesAlan Modra1-167/+167
2017-11-28ELF: Don't set non_ir_ref_regular in check_relocsH.J. Lu1-4/+0
2017-11-23Rename u.weakdef and make it a circular listAlan Modra1-6/+6
2017-10-16ELF: Call check_relocs after opening all inputsH.J. Lu1-60/+0
2017-10-14mips: Check UNDEFWEAK_NO_DYNAMIC_RELOCH.J. Lu1-2/+9
2017-08-30MIPS/BFD: Correct microMIPS cross-mode BAL to JALX relaxationMaciej W. Rozycki1-1/+5
2017-07-18Fix spelling typos.Yuri Chornovian1-3/+3
2017-07-12bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra1-14/+13
2017-06-28MIPS: Add Imagination interAptiv MR2 MIPS32r3 processor supportMaciej W. Rozycki1-0/+18
2017-06-26MIPS/BFD: Consistently mark the LSI CW4010 as a MIPS II processorMaciej W. Rozycki1-5/+5
2017-06-06bfd: remove unused local variables in elf32-score, elf32-score7 and elfxx-mipsJose E. Marchesi1-2/+0
2017-06-06ELF/BFD: Hold the number of internal static relocs in `->reloc_count'Maciej W. Rozycki1-2/+2
2017-05-16Rename non_ir_ref to non_ir_ref_regularAlan Modra1-1/+1
2017-05-15MIPS16e2: Add MIPS16e2 ASE supportMaciej W. Rozycki1-0/+2
2017-04-27Constify elf_backend_eh_frame_address_sizeAlan Modra1-1/+1
2017-04-20MIPS/BFD: Reorder comment about dynamic symbol sortingMaciej W. Rozycki1-2/+2
2017-04-13Wrap long linesAlan Modra1-3/+6
2017-04-13Use %A and %B in more error messagesAlan Modra1-2/+1
2017-04-13Rewrite bfd error handlerAlan Modra1-18/+18
2017-02-28Don't make dynamic .data.rel.ro SEC_READONLYAlan Modra1-1/+1
2017-02-28MIPS/BFD: Also handle `jalr $0, $25' with R_MIPS_JALRMaciej W. Rozycki1-4/+4
2017-02-23MIPS/BFD: Remove duplicate NewABI JALR relocation handlingMaciej W. Rozycki1-161/+0
2017-02-23MIPS/BFD: Discard ineligible JALR relocations right awayMaciej W. Rozycki1-0/+6
2017-02-02MIPS/BFD: Respect the ELF gABI dynamic symbol table sort requirementMaciej W. Rozycki1-3/+13
2017-02-02MIPS/BFD: Use `bfd_size_type' for dynamic symbol table indicesMaciej W. Rozycki1-5/+4
2017-02-02MIPS/BFD: Streamline hash table references in `mips_elf_sort_hash_table'Maciej W. Rozycki1-9/+5
2017-02-02MIPS/BFD: Fix assertion in `mips_elf_sort_hash_table'Maciej W. Rozycki1-3/+3
2017-01-30MIPS: Add options to control branch ISA checksMaciej W. Rozycki1-20/+28
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-12-26dynrelro section for read-only dynamic symbols copied into executableAlan Modra1-8/+24
2016-12-26Put .dynbss and .rel.bss shortcuts in main elf hash tableAlan Modra1-18/+6
2016-12-23MIPS/BFD: Remove EI_ABIVERSION 5 allocation for PT_GNU_STACK supportMaciej W. Rozycki1-3/+0
2016-12-14MIPS/opcodes: Also set disassembler's ASE flags from ELF structuresMaciej W. Rozycki1-0/+10
2016-12-01Fix handling of MIPS16 HI16 relocs.Ma Jiang1-1/+0
2016-11-23elf_backend_dtrel_excludes_pltAlan Modra1-7/+0
2016-11-23Delete duplicate target short-cuts to dynamic sectionsAlan Modra1-95/+86