summaryrefslogtreecommitdiff
path: root/bfd/libbfd.c
Commit message (Expand)AuthorAgeFilesLines
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* Remove duplicate castAlan Modra2019-12-121-1/+1
* Make bfd_get_8 return a bfd_vma like other bfd_get_* functionsAlan Modra2019-12-111-2/+2
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* PR23966, mingw failure due to 32-bit longAlan Modra2018-12-281-2/+6
* Add functions and macros to read and write 24 bit values.John Darrington2018-07-271-2/+37
* Add support for the Freescale s12z processor.John Darrington2018-05-181-0/+21
* Use %pA and %pB in messages rather than %A and %BAlan Modra2018-02-191-1/+1
* Remove bfd stub function casts.Alan Modra2018-02-161-9/+87
* Fix compilation of the BFD sub-directory with a gcc v8 compiler by adding ext...Nick Clifton2018-02-141-67/+1
* Fix compile time warning messages from gcc version 8 about cast between incom...Nick Clifton2018-02-131-0/+66
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* BFD whitespace fixesAlan Modra2017-12-061-8/+8
* Don't call bfd_get_file_size in _bfd_generic_get_section_contentsH.J. Lu2017-06-281-7/+10
* Warning fixAlan Modra2017-06-271-2/+2
* More fixes for bfd_get_section_contents changeAlan Modra2017-06-271-14/+4
* Fix GDB regressions caused by previous bfd_get_section_contents changesPedro Alves2017-06-271-1/+1
* Add a missing line to _bfd_generic_get_section_contents_in_windowH.J. Lu2017-06-261-0/+1
* Check file size before getting section contentsH.J. Lu2017-06-261-1/+16
* bfd: new BFD target entry point _bfd_set_reloc.Jose E. Marchesi2017-05-101-0/+9
* bfd: Rename warn_deprecatedPedro Alves2017-02-171-4/+4
* bfd: Rename read_{signed,unsigned}_leb128, safe_read_leb128Pedro Alves2017-02-171-11/+11
* 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/+2
* bfd_merge_private_bfd_data tidyAlan Modra2016-10-071-26/+0
* Remove syntactic sugarAlan Modra2016-09-301-2/+2
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* bfd: Fix left shift of negative value.Dominik Vogt2015-11-091-1/+1
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* More fixes for memory access violations triggered by fuzzed binaries.Nick Clifton2014-12-091-0/+39
* Fix memory access problems exposed by fuzzed binaries.Nick Clifton2014-12-031-99/+28
* Merge bfd_find_nearest_line variantsAlan Modra2014-10-151-13/+0
* Define bfd_find_line entry of BFD_JUMP_TABLE_SYMBOLS using NAME.Alan Modra2014-10-151-10/+0
* Avoid undefined behaviour with signed expressionsAlan Modra2014-10-141-4/+3
* Update copyright yearsAlan Modra2014-03-051-3/+1
* 2012-07-24 Teresa Johnson <tejohnson@google.com>Cary Coutant2012-07-241-0/+13
* PR 12739Alan Modra2011-05-071-2/+2
* * libbfd.c (bfd_log2): Do return rounded up value.Alan Modra2011-04-201-1/+5
* * bfd-in.h (bfd_get_section_limit): Don't use rawsize with outputAlan Modra2011-04-111-2/+13
* * bfd.c (bfd_perror): Flush stdout before and stderr after printingAlan Modra2011-01-141-1/+3
* Add compressed debug section support to binutils and ld.H.J. Lu2010-10-291-0/+9
* 2010-08-18 Pedro Alves <pedro@codesourcery.com>Pedro Alves2010-08-181-0/+10
* Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton2009-12-111-5/+5
* Updated soruces in bfd/* to compile cleanly with -Wc++-compat.Nick Clifton2009-09-091-20/+20
* PR 868Nick Clifton2008-02-201-1/+29
* * srec.c (srec_get_section_contents): Return immediately onAlan Modra2007-07-261-1/+2
* Switch sources over to use the GPL version 3Nick Clifton2007-07-031-2/+3
* bfd/Alan Modra2007-04-261-1/+1
* * libbfd-in.h (_bfd_norelocs_get_reloc_upper_bound): Don't define,Alan Modra2007-02-151-1/+18
* bfd/Alan Modra2005-11-241-9/+0