summaryrefslogtreecommitdiff
path: root/bfd/libcoff.h
AgeCommit message (Expand)Author
2022-05-19COFF: use hash for string table also when copying / strippingJan Beulich
2022-01-02Update year range in copyright notice of binutils filesAlan Modra
2021-11-10PR 28447: implement multiple parameters for .file on XCOFFClément Chigot
2021-03-31Use bool in bfdAlan Modra
2021-03-22Add startswith function and use it instead of CONST_STRNEQ.Martin Liska
2021-01-01Update year range in copyright notice of binutils filesAlan Modra
2020-07-09Remove powerpc PE supportAlan Modra
2020-06-15PR26103, Assertion failure with symbols defined in link-once sectionsAlan Modra
2020-04-14[PATCH v2 2/2] coff-go32: support extended relocationsJuan Manuel Guerrero
2020-04-02coff-go32-exe: support variable-length stubsJan W. Jagersma
2020-03-30Fix objcopy's --preserve-dates command line option so that it will work with ...Nick Clifton
2020-03-02bfd_cleanup for object_pAlan Modra
2020-01-01Update year range in copyright notice of binutils filesAlan Modra
2019-12-29coff_close_and_cleanupAlan Modra
2019-10-29When copying pe format files, copy the dos_message array, rather than re-init...Andrew Eikum
2019-09-11Tidy ld/ldmisc.cAlan Modra
2019-01-01Update year range in copyright notice of binutils filesAlan Modra
2018-05-18libbfd.h and libcoff.h include guardsAlan Modra
2018-01-03Update year range in copyright notice of binutils filesAlan Modra
2017-12-06BFD whitespace fixesAlan Modra
2017-01-02Update year range in copyright notice of all files.Alan Modra
2016-01-01Copyright update for binutilsAlan Modra
2015-12-15bfd: don't produce corrupt COFF symbol table due to long ELF file name symbolsJan Beulich
2015-07-03Add experimental support for --gc-sections with COFF and PE based targets.Kai Tietz
2015-02-11Wrap BFD headers in extern "C"Pedro Alves
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra
2014-12-10Don't always build coffgen.oAlan Modra
2014-11-25Use get_symbol_version_string in BFD_JUMP_TABLE_SYMBOLSH.J. Lu
2014-11-13More fixes for memory access violations whilst scanning corrupt binaries.Nick Clifton
2014-11-03More fixes for buffer overruns instigated by corrupt binaries.Nick Clifton
2014-10-15Merge bfd_find_nearest_line variantsAlan Modra
2014-10-15Define bfd_find_line entry of BFD_JUMP_TABLE_SYMBOLS using NAME.Alan Modra
2014-08-05Fix outputdots so that it doesn't errantly discard the first line of, e.g.,Doug Evans
2014-06-13Free linker hash table from bfd_close.Alan Modra
2014-06-11 * libcoff-in.h (coff_tdata): Make relocbase member unsigned.Kai Tietz
2014-04-09Fix fallout from splitting ldbuildid.[ch] off elf32.em.Alan Modra
2014-04-08Add support for generating and inserting build IDs into COFF binaries.Jon TURNEY
2014-03-13Add pe/x86_64 bigobj file format.Tristan Gingold
2014-03-05Update copyright yearsAlan Modra
2013-11-22 * windres.c (define_resource): Use zero for timestamp, makingCory Fields
2013-01-10Remove trailing white spaces in bfdH.J. Lu
2012-10-18ChangeLog bfdKai Tietz
2011-11-02Building EFI binaries, particularly larger ones (like e.g. Xen does), on LinuxJan Beulich
2011-09-302011-09-30 Tristan Gingold <gingold@adacore.com>Tristan Gingold
2011-08-17 PR ld/12762Alan Modra
2011-06-13 * linker.c (bfd_link_hash_traverse): Follow warning symbol link.Alan Modra
2011-03-312011-03-31 Tristan Gingold <gingold@adacore.com>Tristan Gingold
2010-03-18Don't add IMAGE_FILE_RELOCS_STRIPPED for PIE.H.J. Lu
2009-09-05 * bfd/coff-arm.c (coff_arm_relocate_section)Nick Clifton
2009-08-10bfd/Jan Kratochvil