summaryrefslogtreecommitdiff
path: root/bfd/bfd.c
Commit message (Expand)AuthorAgeFilesLines
* PR24891, objdump memory leaks when parsing malformed archiveAlan Modra2019-08-291-0/+3
* Re: Support .gnu.lto_.lto section in ELF filesAlan Modra2019-07-301-0/+3
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* Handle ELF compressed header alignment correctly by setting up the section al...Mark Wielaard2018-11-271-5/+15
* Convert .note.gnu.property section between ELF32 and ELF64H.J. Lu2018-08-081-8/+17
* Tidy bfdio to consistenly use containing archiveAlan Modra2018-06-051-2/+3
* Make _bfd_error_handler available outside libbfdAlan Modra2018-06-011-8/+20
* Remove m68k-aout and m68k-coff supportAlan Modra2018-04-161-2/+0
* Remove IEEE 695 object supportAlan Modra2018-04-161-2/+0
* Remove netware supportAlan Modra2018-04-161-1/+0
* powerpc common-page-sizeAlan Modra2018-04-141-3/+10
* Remove i860, i960, bout and aout-adobe targetsAlan Modra2018-04-111-1/+0
* BFD messagesAlan Modra2018-02-261-21/+21
* %L conversionsAlan Modra2018-02-191-25/+1
* Use %pA and %pB in messages rather than %A and %BAlan Modra2018-02-191-52/+56
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* Typo fixSangamesh Mallayya2017-12-111-1/+1
* Add aix 64-bit check to bfd_get_sign_extend_vmaSangamesh Mallayya2017-12-081-1/+2
* BFD whitespace fixesAlan Modra2017-12-061-56/+56
* Handle ' and I format flagsAlan Modra2017-11-151-14/+22
* Proper bound check in _bfd_doprnt_scanAlan Modra2017-11-051-6/+6
* PR22397, BFD internal error when message locale isn't CAlan Modra2017-11-051-31/+305
* Rename _doprnt -> _bfd_doprnt to fix DJGPP bfd build (and likely others)Pedro Alves2017-10-111-6/+7
* bfd_set_input_errorPedro Alves2017-10-051-18/+33
* PR22245, Fix potential UB in bfd_set_errorPavel I. Kryukov2017-10-041-2/+2
* Another _doprnt fix for %L handlingAlan Modra2017-07-071-12/+15
* Convert 'L' to 'l' when setting wide_width to 1H.J. Lu2017-07-061-1/+4
* Support %Lx, %Lu, %Ld in _bfd_error_handler formatAlan Modra2017-07-031-3/+21
* BFD long long cleanupAlan Modra2017-07-031-1/+1
* bfd: new BFD target entry point _bfd_set_reloc.Jose E. Marchesi2017-05-101-10/+2
* Rewrite bfd error handlerAlan Modra2017-04-131-148/+212
* [Patch] Add BFD_LINKER_CREATED to BFD_FLAGS_SAVEDJiong Wang2017-02-161-2/+3
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton2016-10-191-0/+3
* bfd_merge_private_bfd_data tidyAlan Modra2016-10-071-21/+0
* Remove syntactic sugarAlan Modra2016-09-301-4/+4
* Make bfd_error_handler_type like vprintfAlan Modra2016-09-301-45/+18
* Rename bfd_plugin_uknown to bfd_plugin_unknownH.J. Lu2016-06-181-1/+1
* Set my_archive for thin archivesAlan Modra2016-06-141-1/+2
* Properly implement STT_COMMONH.J. Lu2016-02-261-3/+10
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* Clear the ch_reserved field in 64-bit outputH.J. Lu2015-10-061-0/+2
* Don't use the output section size to copy input sectionH.J. Lu2015-09-291-3/+5
* Use bfd_get_32 and bfd_put_32 to access ch_typeH.J. Lu2015-09-211-4/+4
* Make binutils abort message GDB friendlyH.J. Lu2015-07-201-2/+2
* Properly convert objects between different ELF classesH.J. Lu2015-07-101-0/+155
* Fix build when size_t is not available in bfd-in2.hJon Turney2015-06-161-1/+1
* Allow gdb to find debug symbols file by build-id for PE file format alsoJon Turney2015-06-151-0/+9
* Don't add the zlib header to SHF_COMPRESSED sectionH.J. Lu2015-05-141-9/+21
* Don't change compressed input debug section namesH.J. Lu2015-04-231-0/+3