aboutsummaryrefslogtreecommitdiff
path: root/bfd/elfxx-mips.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-07-29MIPS: Make the IRIX naming of local section symbols consistentMaciej W. Rozycki1-1/+1
2020-06-06ELF: Add target_os to elf_link_hash_table/elf_backend_dataH.J. Lu1-54/+66
2020-06-04ELF: Don't check relocations in non-loaded, non-alloced sectionsH.J. Lu1-4/+2
2020-05-21Replace "if (x) free (x)" with "free (x)", bfdAlan Modra1-57/+28
2020-05-01FIXME for merging of e_flags and .gnu.attributesAlan Modra1-0/+1
2020-04-16Stop the MIPS assembler from accepting ifunc symbols.Nick Clifton1-6/+15
2020-04-15Unify the behaviour of ld.bfd and ld.gold with respect to warning about unres...Fangrui Song1-4/+5
2020-03-02ELF SEC_SMALL_DATAAlan Modra1-4/+4
2020-02-26Indent labelsAlan Modra1-1/+1
2020-02-19_bfd_alloc_and_readAlan Modra1-4/+3
2020-02-19_bfd_mul_overflowAlan Modra1-5/+11
2020-02-19bfd_size_type to size_tAlan Modra1-7/+7
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-12-18Yet more signed overflow fixesAlan Modra1-1/+1
2019-11-27PR23652, Use symbols from debug bfd for _bfd_elf_find_function properlyAlan Modra1-1/+2
2019-11-27PR23652, Use symbols from debug bfd for _bfd_elf_find_functionAlan Modra1-20/+10
2019-11-18elf_backend_init_file_headerAlan Modra1-4/+6