summaryrefslogtreecommitdiff
path: root/bfd/xcofflink.c
Commit message (Expand)AuthorAgeFilesLines
* Use stdint types in coff internal_auxentAlan Modra2023-03-271-32/+31
* Test SEC_HAS_CONTENTS before reading section contentsAlan Modra2023-02-231-7/+9
* coff keep_relocs and keep_contentsAlan Modra2023-02-091-38/+28
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* enable-non-contiguous-regions warningsAlan Modra2022-12-211-1/+1
* Re: xcoff: implement linker relaxationAlan Modra2022-04-201-18/+19
* xcoff: implement linker relaxationCl?ment Chigot2022-04-201-10/+930
* Stubs (added in a later patch) will generate new .loader symbols, once the al...Cl?ment Chigot2022-04-201-100/+168
* Re: gas: add visibility support using GNU syntax on XCOFFAlan Modra2022-01-131-2/+5
* ld: add hidden and internal visibility support for XCOFFClément Chigot2022-01-121-2/+48
* XCOFF: add support for TLS relocations on hidden symbolsClément Chigot2022-01-101-6/+49
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* bfd: remove wrong comment in xcofflink.cClément Chigot2021-11-201-2/+0
* PR 28447: implement multiple parameters for .file on XCOFFClément Chigot2021-11-101-6/+6
* bfd: ensure that symbols targeted by DWARF relocations are kept in XCOFFClément Chigot2021-07-301-79/+106
* bfd: avoid a crash when debug_section isn't created in XCOFFClément Chigot2021-07-301-1/+2
* fix string table generation for XCOFF64 .debug sectionCl?ment Chigot2021-04-221-1/+4
* Rework the R_NEG support on both gas and ld for the PowerPC AIX targets, in o...Cl?ment Chigot2021-04-201-3/+11
* bfd: avoid infinite loop when static linking XCOFFClément Chigot2021-04-131-2/+1
* Use bool in bfdAlan Modra2021-03-311-311/+311
* aix: implement TLS relocation for gas and ldClément Chigot2021-03-121-0/+18
* PR27116, Spelling errors found by Debian style checkerAlan Modra2021-01-011-2/+2
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* heap use after free in xcoff_archive_info_eqAlan Modra2020-09-031-1/+1
* Accept --just-symbols symbols as absolute for xcoffAlan Modra2020-07-271-6/+12
* XCOFF ld segfaults when running ld testsuiteAlan Modra2020-07-071-7/+23
* Replace "if (x) free (x)" with "free (x)", bfdAlan Modra2020-05-211-74/+32
* Use bfd_get_filename throughout bfdAlan Modra2020-05-191-2/+3
* _bfd_alloc_and_readAlan Modra2020-02-191-5/+8
* bfd_size_type to size_tAlan Modra2020-02-191-8/+8
* Remove need to clear obj_coff_keep_syms in coff object_pAlan Modra2020-01-301-7/+11
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* xcoff bfd.h tidyAlan Modra2019-09-231-0/+1
* bfd_section_* macrosAlan Modra2019-09-191-3/+3
* Don't use bfd_get_* macro to set bfd fieldsAlan Modra2019-09-181-2/+2
* XCOFF linker segmentation faultAlan Modra2019-05-281-6/+6
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* BFD/XCOFF: Fix storage class setting for weak defined symbolsMaciej W. Rozycki2018-07-181-2/+2
* BFD: Use `bfd_is_abs_symbol' to determine whether a symbol is absoluteMaciej W. Rozycki2018-07-171-6/+3
* %L conversionsAlan Modra2018-02-191-8/+9
* Use %pA and %pB in messages rather than %A and %BAlan Modra2018-02-191-13/+13
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* BFD whitespace fixesAlan Modra2017-12-061-18/+18
* Fix spelling typos.Yuri Chornovian2017-07-181-1/+1
* bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra2017-07-121-5/+5
* Use %A and %B in more error messagesAlan Modra2017-04-131-4/+4
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton2016-10-191-0/+11
* Remove syntactic sugarAlan Modra2016-09-301-17/+17
* Set my_archive for thin archivesAlan Modra2016-06-141-1/+1