summaryrefslogtreecommitdiff
path: root/bfd/bfd.c
AgeCommit message (Expand)Author
2018-01-03Update year range in copyright notice of binutils filesAlan Modra
2017-12-11Typo fixSangamesh Mallayya
2017-12-08Add aix 64-bit check to bfd_get_sign_extend_vmaSangamesh Mallayya
2017-12-06BFD whitespace fixesAlan Modra
2017-11-15Handle ' and I format flagsAlan Modra
2017-11-05Proper bound check in _bfd_doprnt_scanAlan Modra
2017-11-05PR22397, BFD internal error when message locale isn't CAlan Modra
2017-10-11Rename _doprnt -> _bfd_doprnt to fix DJGPP bfd build (and likely others)Pedro Alves
2017-10-05bfd_set_input_errorPedro Alves
2017-10-04PR22245, Fix potential UB in bfd_set_errorPavel I. Kryukov
2017-07-07Another _doprnt fix for %L handlingAlan Modra
2017-07-06Convert 'L' to 'l' when setting wide_width to 1H.J. Lu
2017-07-03Support %Lx, %Lu, %Ld in _bfd_error_handler formatAlan Modra
2017-07-03BFD long long cleanupAlan Modra
2017-05-10bfd: new BFD target entry point _bfd_set_reloc.Jose E. Marchesi
2017-04-13Rewrite bfd error handlerAlan Modra
2017-02-16[Patch] Add BFD_LINKER_CREATED to BFD_FLAGS_SAVEDJiong Wang
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-10-07bfd_merge_private_bfd_data tidyAlan Modra
2016-09-30Remove syntactic sugarAlan Modra
2016-09-30Make bfd_error_handler_type like vprintfAlan Modra
2016-06-18Rename bfd_plugin_uknown to bfd_plugin_unknownH.J. Lu
2016-06-14Set my_archive for thin archivesAlan Modra
2016-02-26Properly implement STT_COMMONH.J. Lu
2016-01-01Copyright update for binutilsAlan Modra
2015-10-06Clear the ch_reserved field in 64-bit outputH.J. Lu
2015-09-29Don't use the output section size to copy input sectionH.J. Lu
2015-09-21Use bfd_get_32 and bfd_put_32 to access ch_typeH.J. Lu
2015-07-20Make binutils abort message GDB friendlyH.J. Lu
2015-07-10Properly convert objects between different ELF classesH.J. Lu
2015-06-16Fix build when size_t is not available in bfd-in2.hJon Turney
2015-06-15Allow gdb to find debug symbols file by build-id for PE file format alsoJon Turney
2015-05-14Don't add the zlib header to SHF_COMPRESSED sectionH.J. Lu
2015-04-23Don't change compressed input debug section namesH.J. Lu
2015-04-08Add SHF_COMPRESSED support to gas and objcopyH.J. Lu
2015-02-14PR ld/17973 LTO file symsAlan Modra
2015-02-11Merge linker plugin handling into BFD plugin supportH.J. Lu
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra
2014-10-15Merge bfd_find_nearest_line variantsAlan Modra
2014-07-01Reorganise struct bfdAlan Modra
2014-06-13Free linker hash table from bfd_close.Alan Modra
2014-06-13Don't call bfd_link_hash_table_freeAlan Modra
2014-06-13Make bfd.link_next field a unionAlan Modra
2014-04-04bfd_get_arch_size: return size from arch info on non-ELF targets.Tristan Gingold
2014-03-05Update copyright yearsAlan Modra
2014-01-29Following up on Tom's suggestion I am checking in a patch to replace the variousNick Clifton
2013-05-09Use fputc in place of putc to avoid -Wunused-value warning (AIX).Joel Brobecker
2013-04-09 * bfd.c (typedef bfd, Error reporting, Miscellaneous): Add INODEs.Nick Clifton
2013-04-04 * bfd.c (bfd_error_type, bfd_errmsgs): Add bfd_error_missing_dso.Alan Modra