aboutsummaryrefslogtreecommitdiff
path: root/bfd/xcofflink.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-09PR 14962 testcase xcoff failureAlan Modra1-1/+7
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-08-09Rename bfd_bread and bfd_bwriteAlan Modra1-11/+11
2023-05-18Re: Add section caches to coff_data_typeAlan Modra1-0/+2
2023-03-27Use stdint types in coff internal_auxentAlan Modra1-32/+31
2023-02-23Test SEC_HAS_CONTENTS before reading section contentsAlan Modra1-7/+9
2023-02-09coff keep_relocs and keep_contentsAlan Modra1-38/+28
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-12-21enable-non-contiguous-regions warningsAlan Modra1-1/+1
2022-04-20Re: xcoff: implement linker relaxationAlan Modra1-18/+19
2022-04-20xcoff: implement linker relaxationCl?ment Chigot1-10/+930
2022-04-20Stubs (added in a later patch) will generate new .loader symbols, once the al...Cl?ment Chigot1-100/+168
2022-01-13Re: gas: add visibility support using GNU syntax on XCOFFAlan Modra1-2/+5
2022-01-12ld: add hidden and internal visibility support for XCOFFClément Chigot1-2/+48
2022-01-10XCOFF: add support for TLS relocations on hidden symbolsClément Chigot1-6/+49
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-11-20bfd: remove wrong comment in xcofflink.cClément Chigot1-2/+0
2021-11-10PR 28447: implement multiple parameters for .file on XCOFFClément Chigot1-6/+6
2021-07-30bfd: ensure that symbols targeted by DWARF relocations are kept in XCOFFClément Chigot1-79/+106
2021-07-30bfd: avoid a crash when debug_section isn't created in XCOFFClément Chigot1-1/+2
2021-04-22fix string table generation for XCOFF64 .debug sectionCl?ment Chigot1-1/+4
2021-04-20Rework the R_NEG support on both gas and ld for the PowerPC AIX targets, in o...Cl?ment Chigot1-3/+11
2021-04-13bfd: avoid infinite loop when static linking XCOFFClément Chigot1-2/+1
2021-03-31Use bool in bfdAlan Modra1-311/+311
2021-03-12aix: implement TLS relocation for gas and ldClément Chigot1-0/+18
2021-01-01PR27116, Spelling errors found by Debian style checkerAlan Modra1-2/+2
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-09-03heap use after free in xcoff_archive_info_eqAlan Modra1-1/+1
2020-07-27Accept --just-symbols symbols as absolute for xcoffAlan Modra1-6/+12
2020-07-07XCOFF ld segfaults when running ld testsuiteAlan Modra1-7/+23
2020-05-21Replace "if (x) free (x)" with "free (x)", bfdAlan Modra1-74/+32
2020-05-19Use bfd_get_filename throughout bfdAlan Modra1-2/+3
2020-02-19_bfd_alloc_and_readAlan Modra1-5/+8
2020-02-19bfd_size_type to size_tAlan Modra1-8/+8
2020-01-30Remove need to clear obj_coff_keep_syms in coff object_pAlan Modra1-7/+11
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-09-23xcoff bfd.h tidyAlan Modra1-0/+1
2019-09-19bfd_section_* macrosAlan Modra1-3/+3
2019-09-18Don't use bfd_get_* macro to set bfd fieldsAlan Modra1-2/+2
2019-05-28XCOFF linker segmentation faultAlan Modra1-6/+6
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-07-18BFD/XCOFF: Fix storage class setting for weak defined symbolsMaciej W. Rozycki1-2/+2
2018-07-17BFD: Use `bfd_is_abs_symbol' to determine whether a symbol is absoluteMaciej W. Rozycki1-6/+3
2018-02-19%L conversionsAlan Modra1-8/+9
2018-02-19Use %pA and %pB in messages rather than %A and %BAlan Modra1-13/+13
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-12-06BFD whitespace fixesAlan Modra1-18/+18
2017-07-18Fix spelling typos.Yuri Chornovian1-1/+1
2017-07-12bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra1-5/+5
2017-04-13Use %A and %B in more error messagesAlan Modra1-4/+4