aboutsummaryrefslogtreecommitdiff
path: root/bfd/cache.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-12-18Include bfd_stdint.h in bfd.hAlan Modra1-1/+0
2018-06-05Tidy bfdio to consistenly use containing archiveAlan Modra1-30/+13
2018-02-19Use %pA and %pB in messages rather than %A and %BAlan Modra1-1/+1
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-12-06BFD whitespace fixesAlan Modra1-21/+21
2017-02-17bfd: Rename real_{ftell, fseek, fopen}Pedro Alves1-8/+9
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-10-19Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton1-0/+1
2016-09-30Remove syntactic sugarAlan Modra1-2/+2
2016-06-14Set my_archive for thin archivesAlan Modra1-2/+4
2016-04-20update many old style function definitionsTrevor Saunders1-1/+1
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-11-20Fix a problem with the maximum number of open files held in the cache when ru...Stefan Teleman1-3/+21
2015-04-11Revert the last 2 commits on pagesize_m1H.J. Lu1-8/+4
2015-04-11Don't call getpagesize more than onceH.J. Lu1-1/+2
2015-04-11Initialize pagesize_m1 in bfd_cache_initH.J. Lu1-4/+7
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-07-15Account for trailing bytes read from bfd_breadAlan Modra1-2/+2
2014-03-05Update copyright yearsAlan Modra1-2/+1
2014-02-07 * cache.c (bfd_cache_max_open): Cast RLIM_INFINITY to rlim_t.Rainer Orth1-1/+1
2013-05-27bfd: Make bfd_cache_max_open depend on actual open file limit.Mark Wielaard1-6/+32
2013-01-14 PR binutils/14813Alan Modra1-2/+2
2012-11-07Change return type of bclose to bfd_booleanH.J. Lu1-1/+1
2012-10-22 * cache.c (cache_bmmap): Don't use void* arithmetic.Alan Modra1-1/+1
2012-07-13 * aix386-core.c: Remove use of PTR and PARAMS macros.Nick Clifton1-4/+4
2012-01-102012-01-10 Tristan Gingold <gingold@adacore.com>Tristan Gingold1-1/+1
2011-06-272011-06-27 Tristan Gingold <gingold@adacore.com>Tristan Gingold1-3/+28
2009-12-112009-12-11 Tristan Gingold <gingold@adacore.com>Tristan Gingold1-10/+10
2009-09-09 Updated soruces in bfd/* to compile cleanly with -Wc++-compat.Nick Clifton1-3/+3
2009-09-02update copyright datesAlan Modra1-1/+1
2009-06-112009-06-10 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov1-1/+33
2008-10-30 * cache.c (cache_bread): Cast void * pointer before performingNick Clifton1-2/+6
2008-05-01 * cache.c (cache_bread_1): Renames cache_bread.Joel Brobecker1-1/+38
2008-03-14 * cache.c (close_one): Remove mtime hack.Daniel Jacobowitz1-16/+0
2008-02-11 * cache.c (cache_bread): Set bfd_error_file_truncated if EOFDaniel Jacobowitz1-0/+4
2007-07-03Switch sources over to use the GPL version 3Nick Clifton1-15/+16
2007-04-26bfd/Alan Modra1-2/+2
2005-11-03 * configure.in: Check for fopen64.Daniel Jacobowitz1-4/+4
2005-10-27 PR 973Alan Modra1-12/+48
2005-10-27 * cache.c (BFD_CACHE_MAX_OPEN): Make private to this file.Alan Modra1-55/+23
2005-10-27 * cache.c: Reorganize file to avoid forward reference.Alan Modra1-191/+188
2005-10-26 * cache.c (bfd_cache_lookup_worker): Don't abort on failing toAlan Modra1-12/+34
2005-10-26 * cache.c (bfd_cache_lookup_worker): Use bfd_error_handlerAlan Modra1-1/+3
2005-10-26 * cache.c (bfd_open_file): Set bfd_error_system_call on failureAlan Modra1-8/+13
2005-10-05 * archive.c: Add missing SUBSECTION for documentation.Bob Wilson1-0/+2
2005-07-14(bfd_last_cache): Initialise to NULL.Nick Clifton1-1/+1
2005-05-04Update the address and phone number of the FSF organization in the GPL noticesNick Clifton1-1/+1
2005-05-04Update the FSF address in the copyright/GPL noticeNick Clifton1-1/+1
2005-03-02bfd/Jan Beulich1-1/+2