aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-mips.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-20Don't segfault in mips reloc special_functionsAlan Modra1-2/+5
2023-06-08Re: _bfd_free_cached_infoAlan Modra1-1/+1
2023-06-07_bfd_free_cached_infoAlan Modra1-1/+1
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-12-13asan: mips_hi16_list segfault in bfd_get_section_limit_octetsAlan Modra1-0/+1
2022-12-09PR28306, segfault in _bfd_mips_elf_reloc_unshuffleAlan Modra1-1/+10
2022-09-06bfd: Add bfd_find_nearest_line_with_altAaron Merey1-0/+2
2022-06-14BFD_RELOC_MIPS_16Alan Modra1-1/+1
2022-06-08Revert reloc howto nitsAlan Modra1-1/+1
2022-06-08HOWTO size encodingAlan Modra1-99/+99
2022-06-03Re: asan: mips_gprel_reloc segfaultAlan Modra1-2/+1
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-08-04PR28162, segment fault in mips_elf_assign_gpAlan Modra1-3/+3
2021-03-31Use bool in bfdAlan Modra1-352/+352
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-07-29MIPS/LD: Set symtab's `sh_info' correctly for IRIX emulationsMaciej W. Rozycki1-0/+12
2020-06-06ELF: Add target_os to elf_link_hash_table/elf_backend_dataH.J. Lu1-0/+3
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-09-18bfd_asymbol_* macrosAlan Modra1-2/+2
2019-07-24Complain about mbind, ifunc, and unique in final_writeAlan Modra1-4/+4
2019-07-23ELF final_write_processingAlan Modra1-1/+1
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-09-14PR ld/21375: MIPS: Fix non-zero run-time value for undefined weaksMaciej W. Rozycki1-0/+1
2018-05-03BFD: Prevent writing the MIPS _gp_disp symbol into symbol tablesSimon Atanasyan1-0/+12
2018-04-04PR binutils/22875: MIPS/ELF: Also fail with relocation placeholdersMaciej W. Rozycki1-10/+13
2018-03-29PR binutils/22875: MIPS: Remove duplicate unsupported relocation processingMaciej W. Rozycki1-6/+2
2018-03-28MIPS/BFD: Call `mips_elf32_rtype_to_howto' directly with o32Maciej W. Rozycki1-3/+1
2018-02-27Have info_to_howto functions return a success/fail status. Check this result...Nick Clifton1-6/+15
2018-02-26unrecognized/unsupported reloc messageAlan Modra1-5/+5
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-12-06BFD whitespace fixesAlan Modra1-24/+24
2017-11-08BFD: Extract PID from MIPS core dump fileDjordje Todorovic1-0/+2
2017-11-08BFD: Write Linux core PRSTATUS note into MIPS core fileDjordje Todorovic1-0/+44
2017-10-16ELF: Call check_relocs after opening all inputsH.J. Lu1-1/+0
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-0/+1
2016-11-23elf_backend_dtrel_excludes_pltAlan Modra1-0/+2
2016-09-30Remove syntactic sugarAlan Modra1-1/+1
2016-06-28MIPS16: Add R_MIPS16_PC16_S1 branch relocation supportMaciej W. Rozycki1-1/+17
2016-06-13MIPS/BFD: Update outdated comment about o32 R_MIPS_PC32 reloc supportMaciej W. Rozycki1-3/+3
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-01-19Fallout from recent bfd_reloc_outofrange changesAlan Modra1-1/+1
2015-01-15Fix memory access violations triggered by running objdump on fuzzed binaries.Nick Clifton1-1/+6
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-12-10Don't sort ld -r relocs for mipsAlan Modra1-0/+2
2014-09-15Add support for MIPS R6.Andrew Bennett1-1/+100
2014-07-29[MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensionsMatthew Fortune1-0/+2
2014-05-02bfd target vector rationalisationAlan Modra1-12/+12
2014-03-05Update copyright yearsAlan Modra1-2/+1
2013-12-17Default elf_backend_post_process_headers to set OSABIH.J. Lu1-12/+0