aboutsummaryrefslogtreecommitdiff
path: root/bfd/coff64-rs6000.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-11Remove bfdwin.cAlan Modra1-2/+0
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-08-11warn unused result for bfd IO functionsAlan Modra1-11/+17
2023-08-09Rename bfd_bread and bfd_bwriteAlan Modra1-10/+9
2023-06-07_bfd_free_cached_infoAlan Modra1-4/+4
2023-04-21Keeping track of rs6000-coff archive element pointersAlan Modra1-5/+5
2023-04-21Delete struct artdata archive_headAlan Modra1-6/+0
2023-03-27Use stdint types in coff internal_auxentAlan Modra1-7/+7
2023-03-22XCOFF: use bfd_coff_close_and_cleanupAlan Modra1-2/+2
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-09-06bfd: Add bfd_find_nearest_line_with_altAaron Merey1-0/+2
2022-08-04Don't use BFD_VMA_FMT in binutilsAlan Modra1-1/+1
2022-06-08Don't encode reloc.sizeAlan Modra1-14/+27
2022-06-08HOWTO size encodingAlan Modra1-35/+35
2022-04-20xcoff: implement linker relaxationCl?ment Chigot1-3/+63
2022-04-20Stubs (added in a later patch) will generate new .loader symbols, once the al...Cl?ment Chigot1-2/+2
2022-01-10XCOFF: add support for TLS relocations on hidden symbolsClément Chigot1-1/+1
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-11-10PR 28447: implement multiple parameters for .file on XCOFFClément Chigot1-6/+8
2021-10-25ubsan: _bfd_xcoff64_swap_aux_in left shift of negative valueAlan Modra1-5/+2
2021-10-07PR28423, use-after-free in objdumpAlan Modra1-23/+1
2021-07-06PR 28053: Fix spelling mistakes: usupported -> unsupported and relocatation -...Yuri Chornoivan1-1/+1
2021-04-22Harmonize and improve auxiliary entries support for XCOFFCl?ment Chigot1-82/+119
2021-04-20Rework the R_NEG support on both gas and ld for the PowerPC AIX targets, in o...Cl?ment Chigot1-1/+20
2021-03-31Use bool in bfdAlan Modra1-170/+170
2021-03-12aix: implement TLS relocation for gas and ldClément Chigot1-13/+96
2021-03-12aix: implement R_TOCU and R_TOCL relocationsClément Chigot1-9/+36
2021-03-12aix: correct HOWTO table and add missing relocationsClément Chigot1-90/+144
2021-03-12bfd: move xcoff64_ppc_relocate_section after the HOWTO tableClément Chigot1-188/+190
2021-03-12bfd: use default coff_write_object_contents for XCOFF64Clément Chigot1-350/+2
2021-03-12bfd: add missing smclass when creating csect for xcoff64Clément Chigot1-3/+3
2021-02-22Don't handle BFD_RELOC_16 in XCOFF reloc_type_lookupAlan Modra1-3/+0
2021-01-07ELF: Don't generate unused section symbolsH.J. Lu1-0/+2
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-12-16XCOFF constifyAlan Modra1-5/+4
2020-04-15Unify the behaviour of ld.bfd and ld.gold with respect to warning about unres...Fangrui Song1-2/+3
2020-03-22XCOFF64 uninitialised readAlan Modra1-2/+2
2020-03-02bfd_cleanup for object_pAlan Modra1-5/+5
2020-02-19_bfd_alloc_and_readAlan Modra1-3/+1
2020-02-19bfd_size_type to size_tAlan Modra1-1/+1
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-12-19xcoff slurp_armap bounds checkingAlan Modra1-2/+11
2019-09-19bfd_section_* macrosAlan Modra1-2/+2
2019-09-18Don't use bfd_get_* macro to set bfd fieldsAlan Modra1-3/+3
2019-09-11Tidy ld/ldmisc.cAlan Modra1-0/+2
2019-01-04PR24061, powerpc-ibm-aix-ar sets bogus file permissions when extractingAlan Modra1-8/+8
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-12-18Include bfd_stdint.h in bfd.hAlan Modra1-1/+0
2018-08-21Pack reloc_howto_structAlan Modra1-4/+0
2018-05-21ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDENH.J. Lu1-0/+2