aboutsummaryrefslogtreecommitdiff
path: root/bfd/cofflink.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-26Revert earlier delta adding bfd_coff_get_internal_extra_pe_aouthdr() function.Nick Clifton1-9/+0
2020-03-25Add a new function to the BFD library to allow users access to the COFF inter...Nick Clifton1-0/+9
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-11-25Pass section when available to bfd_octets_per_byteAlan Modra1-3/+4
2019-11-25Introduce new section flag: SEC_ELF_OCTETSChristian Eggers1-2/+3
2019-09-19bfd_section_* macrosAlan Modra1-2/+1
2019-09-18bfd_asymbol_* macrosAlan Modra1-1/+1
2019-09-18Don't use bfd_get_* macro to set bfd fieldsAlan Modra1-2/+2
2019-05-28COFF linker segmentation faultsAlan Modra1-1/+1
2019-03-15COFF: Check for symbols defined in discarded sectionH.J. Lu1-1/+5
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-10-13_bfd_clear_contents bounds checkingAlan Modra1-1/+1
2018-05-07Replace uses of strncmp with memcmpAlan Modra1-1/+1
2018-05-04-Wstringop-truncation warningsAlan Modra1-1/+1
2018-02-26AOUT/COFF/PE messagesAlan Modra1-2/+2
2018-02-19%L conversionsAlan Modra1-2/+2
2018-02-19Use %pA and %pB in messages rather than %A and %BAlan Modra1-8/+8
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-12-06BFD whitespace fixesAlan Modra1-102/+102
2017-11-01Fix an invalid free called when attempting to link a COFF object against an E...Nick Clifton1-0/+4
2017-07-12bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra1-4/+4
2017-04-13Use %A and %B in more error messagesAlan Modra1-8/+4
2017-04-13Rewrite bfd error handlerAlan Modra1-3/+4
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-10-19Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton1-2/+9
2016-09-30Remove syntactic sugarAlan Modra1-7/+7
2016-07-15COFF buffer overflow in mark_relocsAlan Modra1-1/+2
2016-05-28Return void from linker callbacksAlan Modra1-31/+20
2016-05-25Skip an archive element if not added by linkerH.J. Lu1-1/+2
2016-03-09For COFF and COFF/PE targets, skip relocations against absolute symbols.Leon Winter1-0/+6
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-12-15bfd: don't produce corrupt COFF symbol table due to long ELF file name symbolsJan Beulich1-9/+39
2015-12-01Don't use BFD_TRADITIONAL_FORMAT flag in COFF supportAlan Modra1-4/+4
2015-08-18Add output_type to bfd_link_infoH.J. Lu1-22/+22
2015-06-15DJGPP port of binutils broken due to 64 bit cygwin fixAlan Modra1-11/+11
2015-01-19Fallout from recent bfd_reloc_outofrange changesAlan Modra1-1/+1
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-11-03More fixes for buffer overruns instigated by corrupt binaries.Nick Clifton1-1/+4
2014-08-05Fix LTO vs. COFF archivesAlan Modra1-100/+16
2014-06-13Make bfd.link_next field a unionAlan Modra1-2/+2
2014-03-26This fixes a problem for 64-bit Cygwin, where building some packages canNick Clifton1-0/+5
2014-03-05Update copyright yearsAlan Modra1-2/+1
2013-01-10Remove trailing white spaces in bfdH.J. Lu1-3/+3
2012-10-18ChangeLog bfdKai Tietz1-5/+6
2012-07-13 * aix386-core.c: Remove use of PTR and PARAMS macros.Nick Clifton1-1/+1
2012-05-01 PR binutils/13121Nick Clifton1-278/+278
2011-11-02Building EFI binaries, particularly larger ones (like e.g. Xen does), on LinuxJan Beulich1-1/+87
2011-08-17 PR ld/12762Alan Modra1-5/+1
2011-07-09 PR ld/12942Alan Modra1-1/+5