Age | Commit message (Expand) | Author | Files | Lines |
2021-03-31 | Use bool in bfd | Alan Modra | 1 | -228/+228 |
2021-03-29 | hash table iterator callback functions int vs. bfd_boolean | Alan Modra | 1 | -2/+2 |
2021-03-29 | elf_backend_relocate_section int vs. bfd_boolean | Alan Modra | 1 | -1/+1 |
2021-03-22 | Add startswith function and use it instead of CONST_STRNEQ. | Martin Liska | 1 | -1/+1 |
2021-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2020-09-17 | Skip IFUNC relocations in debug sections ignored by ld.so. Fixes some ld tes... | Mikael Pettersson | 1 | -1/+19 |
2020-07-30 | elf: Add sym_cache to elf_link_hash_table | H.J. Lu | 1 | -1/+2 |
2020-06-23 | ELF: Add _bfd_elf_add_dynamic_tags | H.J. Lu | 1 | -34/+2 |
2020-06-06 | Remove is_vxworks from _bfd_sparc_elf_link_hash_table | H.J. Lu | 1 | -1/+1 |
2020-06-06 | ELF: Add target_os to elf_link_hash_table/elf_backend_data | H.J. Lu | 1 | -13/+16 |
2020-06-03 | ELF: Consolidate maybe_set_textrel | H.J. Lu | 1 | -28/+2 |
2020-06-03 | ELF: Copy dyn_relocs in _bfd_elf_link_hash_copy_indirect | H.J. Lu | 1 | -31/+0 |
2020-06-03 | ELF: Consolidate readonly_dynrelocs | H.J. Lu | 1 | -19/+2 |
2020-06-01 | ELF: Move dyn_relocs to struct elf_link_hash_entry | H.J. Lu | 1 | -22/+18 |
2020-02-26 | Indent labels | Alan Modra | 1 | -1/+1 |
2020-02-19 | bfd_size_type to size_t | Alan Modra | 1 | -3/+3 |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -6/+4 |
2019-04-11 | Check corrupt VTENTRY entry in bfd_elf_gc_record_vtentry | H.J. Lu | 1 | -3/+1 |
2019-04-03 | BFD whitespace fixes | Alan Modra | 1 | -3/+3 |
2019-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2018-10-04 | bfd,sparc: fix the .dynsym sh_index when stripping all symbols in ld | Jose E. Marchesi | 1 | -1/+19 |
2018-09-04 | bfd, sparc: avoid duplicated error messages on invalid relocations. | Jose E. Marchesi | 1 | -2/+0 |
2018-03-28 | PR ld/22972 on SPARC. | Eric Botcazou | 1 | -7/+19 |
2018-03-09 | Fix Sparc, s390 and AArch64 targets so that they can handle relocs against if... | Nick Clifton | 1 | -1/+8 |
2018-02-27 | Use standardized error message for unrecognized relocs. | Nick Clifton | 1 | -1/+1 |
2018-02-27 | Have info_to_howto functions return a success/fail status. Check this result... | Nick Clifton | 1 | -11/+19 |
2018-02-26 | unrecognized/unsupported reloc message | Alan Modra | 1 | -4/+5 |
2018-02-19 | %L conversions | Alan Modra | 1 | -2/+3 |
2018-02-19 | Use %pI, %pR, %pS, %pT in place of %I, %R, %S and %T. | Alan Modra | 1 | -1/+1 |
2018-02-19 | Use %pA and %pB in messages rather than %A and %B | Alan Modra | 1 | -7/+7 |
2018-02-16 | Remove bfd stub function casts. | Alan Modra | 1 | -1/+1 |
2018-02-15 | PR ld/22832 on SPARC. | Eric Botcazou | 1 | -1/+2 |
2018-02-10 | Fix GOT relocation overflow on SPARC. | Eric Botcazou | 1 | -52/+70 |
2018-02-06 | Fix PR ld/22263 on SPARC. | Eric Botcazou | 1 | -160/+109 |
2018-01-25 | Fix PR ld/22727 (TLS breakage in PIC/PIE mode on SPARC). | Eric Botcazou | 1 | -18/+13 |
2018-01-03 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2017-12-09 | Work around sparc glibc bug | Alan Modra | 1 | -11/+15 |
2017-12-06 | BFD whitespace fixes | Alan Modra | 1 | -186/+186 |
2017-12-06 | dyn_relocs tidy | Alan Modra | 1 | -46/+16 |
2017-12-01 | readonly_dynrelocs | Alan Modra | 1 | -19/+34 |
2017-11-28 | ELF: Don't set non_ir_ref_regular in check_relocs | H.J. Lu | 1 | -4/+0 |
2017-11-23 | Rename u.weakdef and make it a circular list | Alan Modra | 1 | -8/+8 |
2017-10-19 | sparc: Check bfd_link_executable for TLS check | H.J. Lu | 1 | -10/+10 |
2017-10-16 | ELF: Call check_relocs after opening all inputs | H.J. Lu | 1 | -160/+0 |
2017-10-08 | sparc: Remove a strayed comment | H.J. Lu | 1 | -2/+0 |
2017-10-07 | sparc: Dump dynamic relocation info to the map file | H.J. Lu | 1 | -1/+10 |
2017-07-12 | bfd_error_handler bfd_vma and bfd_size_type args | Alan Modra | 1 | -3/+3 |
2017-07-03 | bfd: partial revert commit EC1ACAB (prevent all but undef weak symbols to bec... | Egeyar Bagcioglu | 1 | -7/+0 |
2017-06-29 | bfd: prevent all but undef weak syms from becoming dynamic in sparc. | Egeyar Bagcioglu | 1 | -20/+47 |