aboutsummaryrefslogtreecommitdiff
path: root/bfd/bfd.c
Commit message (Expand)AuthorAgeFilesLines
* PR25196, abort in rewrite_elf_program_headerAlan Modra2019-11-181-0/+2
* ar P supportAlan Modra2019-10-211-1/+4
* Simplify power of two testAlan Modra2019-10-151-1/+1
* bfd macro conversion to inline functions, sectionAlan Modra2019-09-201-0/+99
* bfd macro conversion to inline functions, asymbolAlan Modra2019-09-201-0/+30
* bfd macro conversion to inline functionsAlan Modra2019-09-201-0/+84
* bfd_section_* macrosAlan Modra2019-09-191-4/+4
* Don't use bfd_get_* macro to set bfd fieldsAlan Modra2019-09-181-1/+1
* Constify target name, reloc name, and carsym nameAlan Modra2019-09-181-1/+1
* Tidy ld/ldmisc.cAlan Modra2019-09-111-0/+3
* 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