summaryrefslogtreecommitdiff
path: root/bfd/elfxx-mips.c
AgeCommit message (Expand)Author
2022-06-08HOWTO size encodingAlan Modra
2022-06-08NONE reloc fixesAlan Modra
2022-06-03asan: heap buffer overflow in _bfd_mips_elf_section_from_shdrAlan Modra
2022-01-02Update year range in copyright notice of binutils filesAlan Modra
2021-12-17asan: use after free in _bfd_elf_mips_get_relocated_section_contentsAlan Modra
2021-10-28bfd: remove use of INLINEAlan Modra
2021-06-30Mark .gnu.debuglto_.debug_* as SHT_MIPS_DWARFYunQiang Su
2021-03-31Use bool in bfdAlan Modra
2021-03-29TRUE/FALSE simplificationAlan Modra
2021-03-29hash table iterator callback functions int vs. bfd_booleanAlan Modra
2021-03-29elf_backend_relocate_section int vs. bfd_booleanAlan Modra
2021-03-22Add startswith function and use it instead of CONST_STRNEQ.Martin Liska
2021-02-14Modernise _bfd_elf_mips_get_relocated_section_contentsAlan Modra
2021-01-01Update year range in copyright notice of binutils filesAlan Modra
2020-12-18Statically initialise target common sectionsAlan Modra
2020-12-01PR26979, Visibility of undefined foo@v1 should constrain foo@@v1Alan Modra
2020-08-31PR26476, PR26477 UBSAN: elfxx-mips.c:2695,5370 cannot be representedAlan Modra
2020-08-26PR26475 UBSAN: elfxx-mips.c:12180 null pointer memsetAlan Modra
2020-08-25elf_hash_table_id accessAlan Modra
2020-08-15Set SEC_SMALL_DATA on small commonAlan Modra
2020-08-15PR26389, nm prints "c" for a common symbol with -flto and -fcommonAlan Modra
2020-07-30elf: Add sym_cache to elf_link_hash_tableH.J. Lu
2020-07-29MIPS: Make the IRIX naming of local section symbols consistentMaciej W. Rozycki
2020-06-06ELF: Add target_os to elf_link_hash_table/elf_backend_dataH.J. Lu
2020-06-04ELF: Don't check relocations in non-loaded, non-alloced sectionsH.J. Lu
2020-05-21Replace "if (x) free (x)" with "free (x)", bfdAlan Modra
2020-05-01FIXME for merging of e_flags and .gnu.attributesAlan Modra
2020-04-16Stop the MIPS assembler from accepting ifunc symbols.Nick Clifton
2020-04-15Unify the behaviour of ld.bfd and ld.gold with respect to warning about unres...Fangrui Song
2020-03-02ELF SEC_SMALL_DATAAlan Modra
2020-02-26Indent labelsAlan Modra
2020-02-19_bfd_alloc_and_readAlan Modra
2020-02-19_bfd_mul_overflowAlan Modra
2020-02-19bfd_size_type to size_tAlan Modra
2020-01-01Update year range in copyright notice of binutils filesAlan Modra
2019-12-18Yet more signed overflow fixesAlan Modra
2019-11-27PR23652, Use symbols from debug bfd for _bfd_elf_find_function properlyAlan Modra
2019-11-27PR23652, Use symbols from debug bfd for _bfd_elf_find_functionAlan Modra
2019-11-18elf_backend_init_file_headerAlan Modra
2019-09-23ecoff bfd.h tidyAlan Modra
2019-09-19bfd_section_* macrosAlan Modra
2019-09-18bfd_asymbol_* macrosAlan Modra
2019-08-14Remove _bfd_dwarf2_find_nearest_line addr_size parameterAlan Modra
2019-08-09Add support for a MIPS specific .MIPS.xhash section.Mihailo Stojanovic
2019-07-25When linking binary files into MIPS executables, default to MIPS 3 emaulation...YunQiang Su
2019-07-24Complain about mbind, ifunc, and unique in final_writeAlan Modra
2019-07-23ELF final_write_processingAlan Modra
2019-05-28MIPS/LD: Skip overflow check for %pcrel_hi relocationsFaraz Shahbazker
2019-05-21MIPS/LD: Reject tprel_hi and tprel_lo relocations in shared libraryFaraz Shahbazker
2019-05-21MIPS/LD: Fix memory fault linking non-PIC object in to shared libraryFaraz Shahbazker