| Commit message (Expand) | Author | Age | Files | Lines |
* | bfd_section_* macros | Alan Modra | 2019-09-19 | 1 | -6/+4 |
* | Check corrupt VTENTRY entry in bfd_elf_gc_record_vtentry | H.J. Lu | 2019-04-11 | 1 | -3/+1 |
* | BFD whitespace fixes | Alan Modra | 2019-04-03 | 1 | -3/+3 |
* | Update year range in copyright notice of binutils files | Alan Modra | 2019-01-01 | 1 | -1/+1 |
* | bfd,sparc: fix the .dynsym sh_index when stripping all symbols in ld | Jose E. Marchesi | 2018-10-04 | 1 | -1/+19 |
* | bfd, sparc: avoid duplicated error messages on invalid relocations. | Jose E. Marchesi | 2018-09-04 | 1 | -2/+0 |
* | PR ld/22972 on SPARC. | Eric Botcazou | 2018-03-28 | 1 | -7/+19 |
* | Fix Sparc, s390 and AArch64 targets so that they can handle relocs against if... | Nick Clifton | 2018-03-09 | 1 | -1/+8 |
* | Use standardized error message for unrecognized relocs. | Nick Clifton | 2018-02-27 | 1 | -1/+1 |
* | Have info_to_howto functions return a success/fail status. Check this result... | Nick Clifton | 2018-02-27 | 1 | -11/+19 |
* | unrecognized/unsupported reloc message | Alan Modra | 2018-02-26 | 1 | -4/+5 |
* | %L conversions | Alan Modra | 2018-02-19 | 1 | -2/+3 |
* | Use %pI, %pR, %pS, %pT in place of %I, %R, %S and %T. | Alan Modra | 2018-02-19 | 1 | -1/+1 |
* | Use %pA and %pB in messages rather than %A and %B | Alan Modra | 2018-02-19 | 1 | -7/+7 |
* | Remove bfd stub function casts. | Alan Modra | 2018-02-16 | 1 | -1/+1 |
* | PR ld/22832 on SPARC. | Eric Botcazou | 2018-02-15 | 1 | -1/+2 |
* | Fix GOT relocation overflow on SPARC. | Eric Botcazou | 2018-02-10 | 1 | -52/+70 |
* | Fix PR ld/22263 on SPARC. | Eric Botcazou | 2018-02-06 | 1 | -160/+109 |
* | Fix PR ld/22727 (TLS breakage in PIC/PIE mode on SPARC). | Eric Botcazou | 2018-01-25 | 1 | -18/+13 |
* | Update year range in copyright notice of binutils files | Alan Modra | 2018-01-03 | 1 | -1/+1 |
* | Work around sparc glibc bug | Alan Modra | 2017-12-09 | 1 | -11/+15 |
* | BFD whitespace fixes | Alan Modra | 2017-12-06 | 1 | -186/+186 |
* | dyn_relocs tidy | Alan Modra | 2017-12-06 | 1 | -46/+16 |
* | readonly_dynrelocs | Alan Modra | 2017-12-01 | 1 | -19/+34 |
* | ELF: Don't set non_ir_ref_regular in check_relocs | H.J. Lu | 2017-11-28 | 1 | -4/+0 |
* | Rename u.weakdef and make it a circular list | Alan Modra | 2017-11-23 | 1 | -8/+8 |
* | sparc: Check bfd_link_executable for TLS check | H.J. Lu | 2017-10-19 | 1 | -10/+10 |
* | ELF: Call check_relocs after opening all inputs | H.J. Lu | 2017-10-16 | 1 | -160/+0 |
* | sparc: Remove a strayed comment | H.J. Lu | 2017-10-08 | 1 | -2/+0 |
* | sparc: Dump dynamic relocation info to the map file | H.J. Lu | 2017-10-07 | 1 | -1/+10 |
* | bfd_error_handler bfd_vma and bfd_size_type args | Alan Modra | 2017-07-12 | 1 | -3/+3 |
* | bfd: partial revert commit EC1ACAB (prevent all but undef weak symbols to bec... | Egeyar Bagcioglu | 2017-07-03 | 1 | -7/+0 |
* | bfd: prevent all but undef weak syms from becoming dynamic in sparc. | Egeyar Bagcioglu | 2017-06-29 | 1 | -20/+47 |
* | binutils: support for the SPARC M8 processor | Jose E. Marchesi | 2017-05-19 | 1 | -2/+15 |
* | Rename non_ir_ref to non_ir_ref_regular | Alan Modra | 2017-05-16 | 1 | -1/+1 |
* | Port the bug fix for PR 19704 (Missing dynamic relocation against undefined w... | Qing Zhao | 2017-04-10 | 1 | -28/+186 |
* | Don't make dynamic .data.rel.ro SEC_READONLY | Alan Modra | 2017-02-28 | 1 | -1/+1 |
* | PR20989, sparc GOT sequence optimisation | Alan Modra | 2017-01-02 | 1 | -2/+29 |
* | Update year range in copyright notice of all files. | Alan Modra | 2017-01-02 | 1 | -1/+1 |
* | dynrelro section for read-only dynamic symbols copied into executable | Alan Modra | 2016-12-26 | 1 | -8/+17 |
* | Put .dynbss and .rel.bss shortcuts in main elf hash table | Alan Modra | 2016-12-26 | 1 | -9/+5 |
* | bfd,ld: Continue after partially-successful relaxed call relocations in sparc. | Alyssa Milburn | 2016-12-04 | 1 | -2/+2 |
* | elf_backend_dtrel_excludes_plt | Alan Modra | 2016-11-23 | 1 | -11/+1 |
* | Delete duplicate target short-cuts to dynamic sections | Alan Modra | 2016-11-23 | 1 | -18/+23 |
* | Revert "bfd: allow negative offsets to _GLOBAL_OFFSET_TABLE_ in elf64 SPARC" | Jose E. Marchesi | 2016-11-19 | 1 | -8/+8 |
* | bfd: fix negative GOT offsets for non-local references on sparc64 | James Clarke | 2016-11-18 | 1 | -10/+12 |
* | Add c-format tags to translatable strings with more than one argument-using f... | Nick Clifton | 2016-10-19 | 1 | -0/+4 |
* | Pass link_info to _bfd_merge_private_bfd_data | Alan Modra | 2016-10-07 | 1 | -3/+3 |
* | Remove syntactic sugar | Alan Modra | 2016-09-30 | 1 | -8/+6 |
* | bfd: allow negative offsets to _GLOBAL_OFFSET_TABLE_ in elf64 SPARC | Jose E. Marchesi | 2016-09-19 | 1 | -8/+8 |