summaryrefslogtreecommitdiff
path: root/bfd/xcofflink.c
AgeCommit message (Expand)Author
2022-04-20Re: xcoff: implement linker relaxationAlan Modra
2022-04-20xcoff: implement linker relaxationCl?ment Chigot
2022-04-20Stubs (added in a later patch) will generate new .loader symbols, once the al...Cl?ment Chigot
2022-01-13Re: gas: add visibility support using GNU syntax on XCOFFAlan Modra
2022-01-12ld: add hidden and internal visibility support for XCOFFClément Chigot
2022-01-10XCOFF: add support for TLS relocations on hidden symbolsClément Chigot
2022-01-02Update year range in copyright notice of binutils filesAlan Modra
2021-11-20bfd: remove wrong comment in xcofflink.cClément Chigot
2021-11-10PR 28447: implement multiple parameters for .file on XCOFFClément Chigot
2021-07-30bfd: ensure that symbols targeted by DWARF relocations are kept in XCOFFClément Chigot
2021-07-30bfd: avoid a crash when debug_section isn't created in XCOFFClément Chigot
2021-04-22fix string table generation for XCOFF64 .debug sectionCl?ment Chigot
2021-04-20Rework the R_NEG support on both gas and ld for the PowerPC AIX targets, in o...Cl?ment Chigot
2021-04-13bfd: avoid infinite loop when static linking XCOFFClément Chigot
2021-03-31Use bool in bfdAlan Modra
2021-03-12aix: implement TLS relocation for gas and ldClément Chigot
2021-01-01PR27116, Spelling errors found by Debian style checkerAlan Modra
2021-01-01Update year range in copyright notice of binutils filesAlan Modra
2020-09-03heap use after free in xcoff_archive_info_eqAlan Modra
2020-07-27Accept --just-symbols symbols as absolute for xcoffAlan Modra
2020-07-07XCOFF ld segfaults when running ld testsuiteAlan Modra
2020-05-21Replace "if (x) free (x)" with "free (x)", bfdAlan Modra
2020-05-19Use bfd_get_filename throughout bfdAlan Modra
2020-02-19_bfd_alloc_and_readAlan Modra
2020-02-19bfd_size_type to size_tAlan Modra
2020-01-30Remove need to clear obj_coff_keep_syms in coff object_pAlan Modra
2020-01-01Update year range in copyright notice of binutils filesAlan Modra
2019-09-23xcoff bfd.h tidyAlan Modra
2019-09-19bfd_section_* macrosAlan Modra
2019-09-18Don't use bfd_get_* macro to set bfd fieldsAlan Modra
2019-05-28XCOFF linker segmentation faultAlan Modra
2019-01-01Update year range in copyright notice of binutils filesAlan Modra
2018-07-18BFD/XCOFF: Fix storage class setting for weak defined symbolsMaciej W. Rozycki
2018-07-17BFD: Use `bfd_is_abs_symbol' to determine whether a symbol is absoluteMaciej W. Rozycki
2018-02-19%L conversionsAlan Modra
2018-02-19Use %pA and %pB in messages rather than %A and %BAlan Modra
2018-01-03Update year range in copyright notice of binutils filesAlan Modra
2017-12-06BFD whitespace fixesAlan Modra
2017-07-18Fix spelling typos.Yuri Chornovian
2017-07-12bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra
2017-04-13Use %A and %B in more error messagesAlan Modra
2017-01-02Update year range in copyright notice of all files.Alan Modra
2016-10-19Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton
2016-09-30Remove syntactic sugarAlan Modra
2016-06-14Set my_archive for thin archivesAlan Modra
2016-05-28Return void from linker callbacksAlan Modra
2016-05-25Skip an archive element if not added by linkerH.J. Lu
2016-01-01Copyright update for binutilsAlan Modra
2015-12-01Don't use BFD_TRADITIONAL_FORMAT flag in COFF supportAlan Modra
2015-08-18Add output_type to bfd_link_infoH.J. Lu