aboutsummaryrefslogtreecommitdiff
path: root/bfd/bfd.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-15Handle ' and I format flagsAlan Modra1-14/+22
2017-11-05Proper bound check in _bfd_doprnt_scanAlan Modra1-6/+6
2017-11-05PR22397, BFD internal error when message locale isn't CAlan Modra1-31/+305
2017-10-11Rename _doprnt -> _bfd_doprnt to fix DJGPP bfd build (and likely others)Pedro Alves1-6/+7
2017-10-05bfd_set_input_errorPedro Alves1-18/+33
2017-10-04PR22245, Fix potential UB in bfd_set_errorPavel I. Kryukov1-2/+2
2017-07-07Another _doprnt fix for %L handlingAlan Modra1-12/+15
2017-07-06Convert 'L' to 'l' when setting wide_width to 1H.J. Lu1-1/+4
2017-07-03Support %Lx, %Lu, %Ld in _bfd_error_handler formatAlan Modra1-3/+21
2017-07-03BFD long long cleanupAlan Modra1-1/+1
2017-05-10bfd: new BFD target entry point _bfd_set_reloc.Jose E. Marchesi1-10/+2
2017-04-13Rewrite bfd error handlerAlan Modra1-148/+212
2017-02-16[Patch] Add BFD_LINKER_CREATED to BFD_FLAGS_SAVEDJiong Wang1-2/+3
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-0/+3
2016-10-07bfd_merge_private_bfd_data tidyAlan Modra1-21/+0
2016-09-30Remove syntactic sugarAlan Modra1-4/+4
2016-09-30Make bfd_error_handler_type like vprintfAlan Modra1-45/+18
2016-06-18Rename bfd_plugin_uknown to bfd_plugin_unknownH.J. Lu1-1/+1
2016-06-14Set my_archive for thin archivesAlan Modra1-1/+2
2016-02-26Properly implement STT_COMMONH.J. Lu1-3/+10
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-10-06Clear the ch_reserved field in 64-bit outputH.J. Lu1-0/+2
2015-09-29Don't use the output section size to copy input sectionH.J. Lu1-3/+5
2015-09-21Use bfd_get_32 and bfd_put_32 to access ch_typeH.J. Lu1-4/+4
2015-07-20Make binutils abort message GDB friendlyH.J. Lu1-2/+2
2015-07-10Properly convert objects between different ELF classesH.J. Lu1-0/+155
2015-06-16Fix build when size_t is not available in bfd-in2.hJon Turney1-1/+1
2015-06-15Allow gdb to find debug symbols file by build-id for PE file format alsoJon Turney1-0/+9
2015-05-14Don't add the zlib header to SHF_COMPRESSED sectionH.J. Lu1-9/+21
2015-04-23Don't change compressed input debug section namesH.J. Lu1-0/+3
2015-04-08Add SHF_COMPRESSED support to gas and objcopyH.J. Lu1-3/+150
2015-02-14PR ld/17973 LTO file symsAlan Modra1-0/+3
2015-02-11Merge linker plugin handling into BFD plugin supportH.J. Lu1-0/+14
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-10-15Merge bfd_find_nearest_line variantsAlan Modra1-3/+3
2014-07-01Reorganise struct bfdAlan Modra1-59/+53
2014-06-13Free linker hash table from bfd_close.Alan Modra1-0/+3
2014-06-13Don't call bfd_link_hash_table_freeAlan Modra1-3/+0
2014-06-13Make bfd.link_next field a unionAlan Modra1-2/+6
2014-04-04bfd_get_arch_size: return size from arch info on non-ELF targets.Tristan Gingold1-4/+6
2014-03-05Update copyright yearsAlan Modra1-1/+1
2014-01-29Following up on Tom's suggestion I am checking in a patch to replace the variousNick Clifton1-0/+8
2013-05-09Use fputc in place of putc to avoid -Wunused-value warning (AIX).Joel Brobecker1-1/+3
2013-04-09 * bfd.c (typedef bfd, Error reporting, Miscellaneous): Add INODEs.Nick Clifton1-3/+10
2013-04-04 * bfd.c (bfd_error_type, bfd_errmsgs): Add bfd_error_missing_dso.Alan Modra1-0/+2
2013-02-21bfd/Alan Modra1-1/+1
2013-01-26 * bfd.c (struct bfd_preserve, bfd_preserve_save, bfd_preserve_restore,Alan Modra1-122/+0
2012-07-242012-07-24 Teresa Johnson <tejohnson@google.com>Cary Coutant1-0/+5
2012-05-14Add support for PowerPC VLE.James Lemke1-2/+2