aboutsummaryrefslogtreecommitdiff
path: root/bfd/bfd.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-02coff-go32-exe: support variable-length stubsJan W. Jagersma1-3/+2
2020-03-13Fix several mix up between octets and bytes in ELF program headersChristian Eggers1-2/+3
2020-02-27bfd_stat_arch_elt buffer overflowAlan Modra1-1/+2
2020-02-19bfd_get_size cacheAlan Modra1-7/+12
2020-02-19bfd_size_type to size_tAlan Modra1-1/+1
2020-01-09Fix an illegal memory access triggered when trying to examine an input file c...Nick Clifton1-2/+14
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-12-29PR15350, Fix compressed debug sections for PE targetsAlan Modra1-43/+41
2019-11-25Pass section when available to bfd_octets_per_byteAlan Modra1-1/+1
2019-11-25Introduce new section flag: SEC_ELF_OCTETSChristian Eggers1-1/+2
2019-11-18PR25196, abort in rewrite_elf_program_headerAlan Modra1-0/+2
2019-10-21ar P supportAlan Modra1-1/+4
2019-10-15Simplify power of two testAlan Modra1-1/+1
2019-09-20bfd macro conversion to inline functions, sectionAlan Modra1-0/+99
2019-09-20bfd macro conversion to inline functions, asymbolAlan Modra1-0/+30
2019-09-20bfd macro conversion to inline functionsAlan Modra1-0/+84
2019-09-19bfd_section_* macrosAlan Modra1-4/+4
2019-09-18Don't use bfd_get_* macro to set bfd fieldsAlan Modra1-1/+1
2019-09-18Constify target name, reloc name, and carsym nameAlan Modra1-1/+1
2019-09-11Tidy ld/ldmisc.cAlan Modra1-0/+3
2019-08-29PR24891, objdump memory leaks when parsing malformed archiveAlan Modra1-0/+3
2019-07-30Re: Support .gnu.lto_.lto section in ELF filesAlan Modra1-0/+3
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-11-27Handle ELF compressed header alignment correctly by setting up the section al...Mark Wielaard1-5/+15
2018-08-08Convert .note.gnu.property section between ELF32 and ELF64H.J. Lu1-8/+17
2018-06-05Tidy bfdio to consistenly use containing archiveAlan Modra1-2/+3
2018-06-01Make _bfd_error_handler available outside libbfdAlan Modra1-8/+20
2018-04-16Remove m68k-aout and m68k-coff supportAlan Modra1-2/+0
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