aboutsummaryrefslogtreecommitdiff
path: root/bfd/elfxx-mips.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-02PR31458, FAIL: MIPS eh-frame 3 with --no-keep-memoryH.J. Lu1-5/+17
2024-04-02PR 30569, delete _bfd_mips_elf_early_size_sectionsAlan Modra1-50/+34
2024-04-02PR 30569, always call elf_backend_size_dynamic_sectionsAlan Modra1-7/+8
2024-02-21Remove is_relocatable_executable from backend codeAlan Modra1-2/+1
2024-02-15elf_backend_finish_dynamic_symbol returning falseAlan Modra1-1/+8
2024-02-07asan: NULL dereference in _bfd_mips_final_write_processingAlan Modra1-20/+19
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-12-11R_MICROMIPS_GPREL7_S2Alan Modra1-19/+24
2023-11-10MIPS: Change all E_MIPS_* to EF_MIPS_*Ying Huang1-112/+112
2023-08-09Rename bfd_bread and bfd_bwriteAlan Modra1-3/+3
2023-07-20MIPS: Don't move __gnu_lto_slim to .scommonAlan Modra1-4/+6
2023-06-20Don't segfault in mips reloc special_functionsAlan Modra1-3/+7
2023-06-15Add MIPS Allegrex CPU as a MIPS2-based CPUDavid Guillen Fandos1-0/+8
2023-06-09ecoff find_nearest_line and final link leaksAlan Modra1-34/+6
2023-06-07_bfd_free_cached_infoAlan Modra1-14/+14
2023-05-03_bfd_mips_elf_lo16_reloc vallo commentAlan Modra1-4/+16
2023-04-23MIPS: default output r6 obj if the triple is r6YunQiang Su1-2/+2
2023-04-12MIPS: make mipsisa32 and mipsisa64 link more systematicYunQiang Su1-8/+26
2023-04-12PR30326, uninitialised value in objdump compare_relocsAlan Modra1-1/+1
2023-04-03asan: heap buffer overflow printing ecoff debug info file nameAlan Modra1-14/+14
2023-02-28Free ecoff debug infoAlan Modra1-48/+59
2023-02-23Test SEC_HAS_CONTENTS in relax routinesAlan Modra1-1/+2
2023-02-23Test SEC_HAS_CONTENTS before reading section contentsAlan Modra1-1/+1
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-12-17bfd_get_relocated_section_contents allow NULL data bufferAlan Modra1-0/+3
2022-12-13asan: mips_hi16_list segfault in bfd_get_section_limit_octetsAlan Modra1-24/+45
2022-12-09PR28306, segfault in _bfd_mips_elf_reloc_unshuffleAlan Modra1-19/+65
2022-11-11Sanity check SHT_MIPS_OPTIONS sizeAlan Modra1-5/+1
2022-06-08HOWTO size encodingAlan Modra1-1/+1
2022-06-08NONE reloc fixesAlan Modra1-1/+1
2022-06-03asan: heap buffer overflow in _bfd_mips_elf_section_from_shdrAlan Modra1-23/+32
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-12-17asan: use after free in _bfd_elf_mips_get_relocated_section_contentsAlan Modra1-5/+21
2021-10-28bfd: remove use of INLINEAlan Modra1-2/+2
2021-06-30Mark .gnu.debuglto_.debug_* as SHT_MIPS_DWARFYunQiang Su1-2/+6
2021-03-31Use bool in bfdAlan Modra1-737/+737
2021-03-29TRUE/FALSE simplificationAlan Modra1-1/+1
2021-03-29hash table iterator callback functions int vs. bfd_booleanAlan Modra1-2/+2
2021-03-29elf_backend_relocate_section int vs. bfd_booleanAlan Modra1-1/+1
2021-03-22Add startswith function and use it instead of CONST_STRNEQ.Martin Liska1-26/+26
2021-02-14Modernise _bfd_elf_mips_get_relocated_section_contentsAlan Modra1-21/+93
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-12-18Statically initialise target common sectionsAlan Modra1-30/+10
2020-12-01PR26979, Visibility of undefined foo@v1 should constrain foo@@v1Alan Modra1-4/+4
2020-08-31PR26476, PR26477 UBSAN: elfxx-mips.c:2695,5370 cannot be representedAlan Modra1-5/+5
2020-08-26PR26475 UBSAN: elfxx-mips.c:12180 null pointer memsetAlan Modra1-1/+2
2020-08-25elf_hash_table_id accessAlan Modra1-2/+3
2020-08-15Set SEC_SMALL_DATA on small commonAlan Modra1-1/+1
2020-08-15PR26389, nm prints "c" for a common symbol with -flto and -fcommonAlan Modra1-1/+1
2020-07-30elf: Add sym_cache to elf_link_hash_tableH.J. Lu1-4/+1