Age | Commit message (Expand) | Author | Files | Lines |
2024-04-11 | Remove bfdwin.c | Alan Modra | 1 | -2/+0 |
2024-01-04 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2023-08-11 | warn unused result for bfd IO functions | Alan Modra | 1 | -11/+17 |
2023-08-09 | Rename bfd_bread and bfd_bwrite | Alan Modra | 1 | -10/+9 |
2023-06-07 | _bfd_free_cached_info | Alan Modra | 1 | -4/+4 |
2023-04-21 | Keeping track of rs6000-coff archive element pointers | Alan Modra | 1 | -5/+5 |
2023-04-21 | Delete struct artdata archive_head | Alan Modra | 1 | -6/+0 |
2023-03-27 | Use stdint types in coff internal_auxent | Alan Modra | 1 | -7/+7 |
2023-03-22 | XCOFF: use bfd_coff_close_and_cleanup | Alan Modra | 1 | -2/+2 |
2023-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2022-09-06 | bfd: Add bfd_find_nearest_line_with_alt | Aaron Merey | 1 | -0/+2 |
2022-08-04 | Don't use BFD_VMA_FMT in binutils | Alan Modra | 1 | -1/+1 |
2022-06-08 | Don't encode reloc.size | Alan Modra | 1 | -14/+27 |
2022-06-08 | HOWTO size encoding | Alan Modra | 1 | -35/+35 |
2022-04-20 | xcoff: implement linker relaxation | Cl?ment Chigot | 1 | -3/+63 |
2022-04-20 | Stubs (added in a later patch) will generate new .loader symbols, once the al... | Cl?ment Chigot | 1 | -2/+2 |
2022-01-10 | XCOFF: add support for TLS relocations on hidden symbols | Clément Chigot | 1 | -1/+1 |
2022-01-02 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2021-11-10 | PR 28447: implement multiple parameters for .file on XCOFF | Clément Chigot | 1 | -6/+8 |
2021-10-25 | ubsan: _bfd_xcoff64_swap_aux_in left shift of negative value | Alan Modra | 1 | -5/+2 |
2021-10-07 | PR28423, use-after-free in objdump | Alan Modra | 1 | -23/+1 |
2021-07-06 | PR 28053: Fix spelling mistakes: usupported -> unsupported and relocatation -... | Yuri Chornoivan | 1 | -1/+1 |
2021-04-22 | Harmonize and improve auxiliary entries support for XCOFF | Cl?ment Chigot | 1 | -82/+119 |
2021-04-20 | Rework the R_NEG support on both gas and ld for the PowerPC AIX targets, in o... | Cl?ment Chigot | 1 | -1/+20 |
2021-03-31 | Use bool in bfd | Alan Modra | 1 | -170/+170 |
2021-03-12 | aix: implement TLS relocation for gas and ld | Clément Chigot | 1 | -13/+96 |
2021-03-12 | aix: implement R_TOCU and R_TOCL relocations | Clément Chigot | 1 | -9/+36 |
2021-03-12 | aix: correct HOWTO table and add missing relocations | Clément Chigot | 1 | -90/+144 |
2021-03-12 | bfd: move xcoff64_ppc_relocate_section after the HOWTO table | Clément Chigot | 1 | -188/+190 |
2021-03-12 | bfd: use default coff_write_object_contents for XCOFF64 | Clément Chigot | 1 | -350/+2 |
2021-03-12 | bfd: add missing smclass when creating csect for xcoff64 | Clément Chigot | 1 | -3/+3 |
2021-02-22 | Don't handle BFD_RELOC_16 in XCOFF reloc_type_lookup | Alan Modra | 1 | -3/+0 |
2021-01-07 | ELF: Don't generate unused section symbols | H.J. Lu | 1 | -0/+2 |
2021-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2020-12-16 | XCOFF constify | Alan Modra | 1 | -5/+4 |
2020-04-15 | Unify the behaviour of ld.bfd and ld.gold with respect to warning about unres... | Fangrui Song | 1 | -2/+3 |
2020-03-22 | XCOFF64 uninitialised read | Alan Modra | 1 | -2/+2 |
2020-03-02 | bfd_cleanup for object_p | Alan Modra | 1 | -5/+5 |
2020-02-19 | _bfd_alloc_and_read | Alan Modra | 1 | -3/+1 |
2020-02-19 | bfd_size_type to size_t | Alan Modra | 1 | -1/+1 |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2019-12-19 | xcoff slurp_armap bounds checking | Alan Modra | 1 | -2/+11 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -2/+2 |
2019-09-18 | Don't use bfd_get_* macro to set bfd fields | Alan Modra | 1 | -3/+3 |
2019-09-11 | Tidy ld/ldmisc.c | Alan Modra | 1 | -0/+2 |
2019-01-04 | PR24061, powerpc-ibm-aix-ar sets bogus file permissions when extracting | Alan Modra | 1 | -8/+8 |
2019-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2018-12-18 | Include bfd_stdint.h in bfd.h | Alan Modra | 1 | -1/+0 |
2018-08-21 | Pack reloc_howto_struct | Alan Modra | 1 | -4/+0 |
2018-05-21 | ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDEN | H.J. Lu | 1 | -0/+2 |