summaryrefslogtreecommitdiff
path: root/bfd/elfxx-mips.c
Commit message (Expand)AuthorAgeFilesLines
* _bfd_mips_elf_lo16_reloc vallo commentAlan Modra2023-05-031-4/+16
* MIPS: default output r6 obj if the triple is r6YunQiang Su2023-04-231-2/+2
* MIPS: make mipsisa32 and mipsisa64 link more systematicYunQiang Su2023-04-121-8/+26
* PR30326, uninitialised value in objdump compare_relocsAlan Modra2023-04-121-1/+1
* asan: heap buffer overflow printing ecoff debug info file nameAlan Modra2023-04-031-14/+14
* Free ecoff debug infoAlan Modra2023-02-281-48/+59
* Test SEC_HAS_CONTENTS in relax routinesAlan Modra2023-02-231-1/+2
* Test SEC_HAS_CONTENTS before reading section contentsAlan Modra2023-02-231-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* bfd_get_relocated_section_contents allow NULL data bufferAlan Modra2022-12-171-0/+3
* asan: mips_hi16_list segfault in bfd_get_section_limit_octetsAlan Modra2022-12-131-24/+45
* PR28306, segfault in _bfd_mips_elf_reloc_unshuffleAlan Modra2022-12-091-19/+65
* Sanity check SHT_MIPS_OPTIONS sizeAlan Modra2022-11-111-5/+1
* HOWTO size encodingAlan Modra2022-06-081-1/+1
* NONE reloc fixesAlan Modra2022-06-081-1/+1
* asan: heap buffer overflow in _bfd_mips_elf_section_from_shdrAlan Modra2022-06-031-23/+32
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* asan: use after free in _bfd_elf_mips_get_relocated_section_contentsAlan Modra2021-12-171-5/+21
* bfd: remove use of INLINEAlan Modra2021-10-281-2/+2
* Mark .gnu.debuglto_.debug_* as SHT_MIPS_DWARFYunQiang Su2021-06-301-2/+6
* Use bool in bfdAlan Modra2021-03-311-737/+737
* TRUE/FALSE simplificationAlan Modra2021-03-291-1/+1
* hash table iterator callback functions int vs. bfd_booleanAlan Modra2021-03-291-2/+2
* elf_backend_relocate_section int vs. bfd_booleanAlan Modra2021-03-291-1/+1
* Add startswith function and use it instead of CONST_STRNEQ.Martin Liska2021-03-221-26/+26
* Modernise _bfd_elf_mips_get_relocated_section_contentsAlan Modra2021-02-141-21/+93
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* Statically initialise target common sectionsAlan Modra2020-12-181-30/+10
* PR26979, Visibility of undefined foo@v1 should constrain foo@@v1Alan Modra2020-12-011-4/+4
* PR26476, PR26477 UBSAN: elfxx-mips.c:2695,5370 cannot be representedAlan Modra2020-08-311-5/+5
* PR26475 UBSAN: elfxx-mips.c:12180 null pointer memsetAlan Modra2020-08-261-1/+2
* elf_hash_table_id accessAlan Modra2020-08-251-2/+3
* Set SEC_SMALL_DATA on small commonAlan Modra2020-08-151-1/+1
* PR26389, nm prints "c" for a common symbol with -flto and -fcommonAlan Modra2020-08-151-1/+1
* elf: Add sym_cache to elf_link_hash_tableH.J. Lu2020-07-301-4/+1
* MIPS: Make the IRIX naming of local section symbols consistentMaciej W. Rozycki2020-07-291-1/+1
* ELF: Add target_os to elf_link_hash_table/elf_backend_dataH.J. Lu2020-06-061-54/+66
* ELF: Don't check relocations in non-loaded, non-alloced sectionsH.J. Lu2020-06-041-4/+2
* Replace "if (x) free (x)" with "free (x)", bfdAlan Modra2020-05-211-57/+28
* FIXME for merging of e_flags and .gnu.attributesAlan Modra2020-05-011-0/+1
* Stop the MIPS assembler from accepting ifunc symbols.Nick Clifton2020-04-161-6/+15
* Unify the behaviour of ld.bfd and ld.gold with respect to warning about unres...Fangrui Song2020-04-151-4/+5
* ELF SEC_SMALL_DATAAlan Modra2020-03-021-4/+4
* Indent labelsAlan Modra2020-02-261-1/+1
* _bfd_alloc_and_readAlan Modra2020-02-191-4/+3
* _bfd_mul_overflowAlan Modra2020-02-191-5/+11
* bfd_size_type to size_tAlan Modra2020-02-191-7/+7
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* Yet more signed overflow fixesAlan Modra2019-12-181-1/+1
* PR23652, Use symbols from debug bfd for _bfd_elf_find_function properlyAlan Modra2019-11-271-1/+2