summaryrefslogtreecommitdiff
path: root/bfd/bfd.c
Commit message (Expand)AuthorAgeFilesLines
* Replace "if (x) free (x)" with "free (x)", bfdAlan Modra2020-05-211-2/+1
* Use bfd_get_filename throughout bfdAlan Modra2020-05-191-5/+5
* coff-go32-exe: support variable-length stubsJan W. Jagersma2020-04-021-3/+2
* Fix several mix up between octets and bytes in ELF program headersChristian Eggers2020-03-131-2/+3
* bfd_stat_arch_elt buffer overflowAlan Modra2020-02-271-1/+2
* bfd_get_size cacheAlan Modra2020-02-191-7/+12
* bfd_size_type to size_tAlan Modra2020-02-191-1/+1
* Fix an illegal memory access triggered when trying to examine an input file c...Nick Clifton2020-01-091-2/+14
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* PR15350, Fix compressed debug sections for PE targetsAlan Modra2019-12-291-43/+41
* Pass section when available to bfd_octets_per_byteAlan Modra2019-11-251-1/+1
* Introduce new section flag: SEC_ELF_OCTETSChristian Eggers2019-11-251-1/+2
* 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