summaryrefslogtreecommitdiff
path: root/bfd/elfxx-mips.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* PR23652, Use symbols from debug bfd for _bfd_elf_find_functionAlan Modra2019-11-271-20/+10
* elf_backend_init_file_headerAlan Modra2019-11-181-4/+6
* ecoff bfd.h tidyAlan Modra2019-09-231-0/+1
* bfd_section_* macrosAlan Modra2019-09-191-44/+37
* bfd_asymbol_* macrosAlan Modra2019-09-181-2/+2
* Remove _bfd_dwarf2_find_nearest_line addr_size parameterAlan Modra2019-08-141-1/+0
* Add support for a MIPS specific .MIPS.xhash section.Mihailo Stojanovic2019-08-091-0/+78
* When linking binary files into MIPS executables, default to MIPS 3 emaulation...YunQiang Su2019-07-251-0/+6
* Complain about mbind, ifunc, and unique in final_writeAlan Modra2019-07-241-6/+5
* ELF final_write_processingAlan Modra2019-07-231-2/+9
* MIPS/LD: Skip overflow check for %pcrel_hi relocationsFaraz Shahbazker2019-05-281-2/+0
* MIPS/LD: Reject tprel_hi and tprel_lo relocations in shared libraryFaraz Shahbazker2019-05-211-0/+12
* MIPS/LD: Fix memory fault linking non-PIC object in to shared libraryFaraz Shahbazker2019-05-211-8/+11
* [MIPS] Add generation of PLT entries with compact jumps for MIPS R6Matthew Fortune2019-05-211-12/+115
* Check corrupt VTENTRY entry in bfd_elf_gc_record_vtentryH.J. Lu2019-04-111-3/+1
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* MIPS/LD: Accept high-part relocations in PIC code with absolute symbolsMaciej W. Rozycki2018-11-271-0/+4
* MIPS/LD: Continue processing with refused relocations in PIC codeMaciej W. Rozycki2018-11-271-6/+5
* PR ld/21375: MIPS: Fix non-zero run-time value for undefined weaksMaciej W. Rozycki2018-09-141-41/+235
* MIPS/BFD: Factor out relocated field storingMaciej W. Rozycki2018-09-141-4/+16
* [MIPS] Add Loongson 2K1000 proccessor support.Chenghua Xu2018-08-291-0/+8