summaryrefslogtreecommitdiff
path: root/bfd/cofflink.c
Commit message (Expand)AuthorAgeFilesLines
* Use stdint types in coff internal_auxentAlan Modra2023-03-271-11/+11
* Test SEC_HAS_CONTENTS before reading section contentsAlan Modra2023-02-231-1/+1
* Fix seg-fault when generating an empty DLL with LTO enabled.Nick Clifton2023-01-241-2/+3
* Tidy pe flag in coff_dataAlan Modra2023-01-061-3/+3
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* PR29807, SIGSEGV when linking fuzzed PE objectAlan Modra2022-11-221-2/+4
* Get rid of fprintf_vma and sprintf_vmaAlan Modra2022-08-011-8/+4
* COFF: use hash for string table also when copying / strippingJan Beulich2022-05-191-49/+5
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* PR 28447: implement multiple parameters for .file on XCOFFClément Chigot2021-11-101-7/+7
* Fix problems translating messages when a percentage sign appears at the end o...Nick Clifton2021-07-071-4/+8
* PE/Windows x86_64: Fix weak undef symbols after image base changeTamar Christina2021-04-011-0/+15
* Use bool in bfdAlan Modra2021-03-311-172/+172
* Add startswith function and use it instead of CONST_STRNEQ.Martin Liska2021-03-221-6/+6
* bfd: strip symbols not representable in COFF/PE symbol tableJan Beulich2021-03-101-0/+11
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* Fix thinko in the code to check coff archive elements.Nick Clifton2020-09-091-4/+4
* Fixes for testsuite failures introduced by the changes made for PR 19011.Nick Clifton2020-08-281-3/+9
* PR26103, Assertion failure with symbols defined in link-once sectionsAlan Modra2020-06-151-1/+17
* Replace "if (x) free (x)" with "free (x)", bfdAlan Modra2020-05-211-68/+30
* [PATCH v2 2/2] coff-go32: support extended relocationsJuan Manuel Guerrero2020-04-141-2/+2
* Revert earlier delta adding bfd_coff_get_internal_extra_pe_aouthdr() function.Nick Clifton2020-03-261-9/+0
* Add a new function to the BFD library to allow users access to the COFF inter...Nick Clifton2020-03-251-0/+9
* bfd_size_type to size_tAlan Modra2020-02-191-2/+2
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* Pass section when available to bfd_octets_per_byteAlan Modra2019-11-251-3/+4
* Introduce new section flag: SEC_ELF_OCTETSChristian Eggers2019-11-251-2/+3
* bfd_section_* macrosAlan Modra2019-09-191-2/+1
* bfd_asymbol_* macrosAlan Modra2019-09-181-1/+1
* Don't use bfd_get_* macro to set bfd fieldsAlan Modra2019-09-181-2/+2
* COFF linker segmentation faultsAlan Modra2019-05-281-1/+1
* COFF: Check for symbols defined in discarded sectionH.J. Lu2019-03-151-1/+5
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* _bfd_clear_contents bounds checkingAlan Modra2018-10-131-1/+1
* Replace uses of strncmp with memcmpAlan Modra2018-05-071-1/+1
* -Wstringop-truncation warningsAlan Modra2018-05-041-1/+1
* AOUT/COFF/PE messagesAlan Modra2018-02-261-2/+2
* %L conversionsAlan Modra2018-02-191-2/+2
* Use %pA and %pB in messages rather than %A and %BAlan Modra2018-02-191-8/+8
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* BFD whitespace fixesAlan Modra2017-12-061-102/+102
* Fix an invalid free called when attempting to link a COFF object against an E...Nick Clifton2017-11-011-0/+4
* bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra2017-07-121-4/+4
* Use %A and %B in more error messagesAlan Modra2017-04-131-8/+4
* Rewrite bfd error handlerAlan Modra2017-04-131-3/+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-2/+9
* Remove syntactic sugarAlan Modra2016-09-301-7/+7
* COFF buffer overflow in mark_relocsAlan Modra2016-07-151-1/+2
* Return void from linker callbacksAlan Modra2016-05-281-31/+20