aboutsummaryrefslogtreecommitdiff
path: root/bfd/bfd.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-16Remove IEEE 695 object supportAlan Modra1-2/+0
2018-04-16Remove netware supportAlan Modra1-1/+0
2018-04-14powerpc common-page-sizeAlan Modra1-3/+10
2018-04-11Remove i860, i960, bout and aout-adobe targetsAlan Modra1-1/+0
2018-02-26BFD messagesAlan Modra1-21/+21
2018-02-19%L conversionsAlan Modra1-25/+1
2018-02-19Use %pA and %pB in messages rather than %A and %BAlan Modra1-52/+56
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-12-11Typo fixSangamesh Mallayya1-1/+1
2017-12-08Add aix 64-bit check to bfd_get_sign_extend_vmaSangamesh Mallayya1-1/+2
2017-12-06BFD whitespace fixesAlan Modra1-56/+56
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