aboutsummaryrefslogtreecommitdiff
path: root/bfd/coff-rs6000.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-12Re: Keeping track of rs6000-coff archive element pointersAlan Modra1-18/+37
2023-06-07_bfd_free_cached_infoAlan Modra1-2/+2
2023-04-28Re: Keeping track of rs6000-coff archive element pointersAlan Modra1-9/+26
2023-04-21Keeping track of rs6000-coff archive element pointersAlan Modra1-86/+144
2023-04-21Delete struct artdata archive_headAlan Modra1-7/+0
2023-03-27Use stdint types in coff internal_auxentAlan Modra1-5/+5
2023-03-22XCOFF: use bfd_coff_close_and_cleanupAlan Modra1-1/+1
2023-03-19XCOFF archive sanity checkAlan Modra1-4/+10
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-01Get rid of fprintf_vma and sprintf_vmaAlan Modra1-19/+8
2022-06-08Don't encode reloc.sizeAlan Modra1-3/+3
2022-06-08HOWTO size encodingAlan Modra1-33/+33
2022-05-27Remove use of bfd_uint64_t and similarAlan Modra1-8/+2
2022-04-20xcoff: implement linker relaxationCl?ment Chigot1-11/+88
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-21/+12
2022-01-04ld: Improve thin archive member error messageH.J. Lu1-1/+1
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-01-01asan: Null-dereference in _bfd_xcoff_copy_private_bfd_dataAlan Modra1-2/+2
2021-11-10PR 28447: implement multiple parameters for .file on XCOFFClément Chigot1-6/+8
2021-10-07PR28423, use-after-free in objdumpAlan Modra1-4/+45
2021-07-14objdump: add DWARF support for AIXClément Chigot1-12/+14
2021-07-07Fix problems translating messages when a percentage sign appears at the end o...Nick Clifton1-14/+24
2021-07-06PR 28053: Fix spelling mistakes: usupported -> unsupported and relocatation -...Yuri Chornoivan1-1/+1
2021-05-07Fix .dwsect generation for XCOFF. Handle .function generated with DWARF on X...Cl?ment Chigot1-1/+4
2021-04-30Fix illegal memory access when parsing a corrupt PE format file.Nick Clifton1-0/+4
2021-04-22Harmonize and improve auxiliary entries support for XCOFFCl?ment Chigot1-118/+74
2021-04-20Rework the R_NEG support on both gas and ld for the PowerPC AIX targets, in o...Cl?ment Chigot1-1/+3
2021-03-31Use bool in bfdAlan Modra1-296/+296
2021-03-12aix: implement TLS relocation for gas and ldClément Chigot1-19/+198
2021-03-12aix: implement R_TOCU and R_TOCL relocationsClément Chigot1-14/+56
2021-03-12aix: correct HOWTO table and add missing relocationsClément Chigot1-119/+204
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-16/+12
2020-11-09xcoff dependency list for static librariesAlan Modra1-7/+28
2020-08-25PR26482, ASAN: _bfd_xcoff_sizeof_headers coff-rs6000.c:2585Alan Modra1-5/+7
2020-07-07XCOFF deterministic archivesAlan Modra1-0/+14
2020-04-15Unify the behaviour of ld.bfd and ld.gold with respect to warning about unres...Fangrui Song1-1/+2
2020-03-20XCOFF uninitialized readAlan Modra1-4/+4
2020-03-02bfd_cleanup for object_pAlan Modra1-4/+4
2020-02-27_bfd_xcoff_read_ar_hdr tidyAlan Modra1-31/+17
2020-02-26Indent labelsAlan Modra1-1/+1
2020-02-19_bfd_alloc_and_readAlan Modra1-6/+2
2020-02-19bfd_size_type to size_tAlan Modra1-2/+2
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-12-19xcoff slurp_armap bounds checkingAlan Modra1-4/+22
2019-09-23xcoff bfd.h tidyAlan Modra1-14/+0