summaryrefslogtreecommitdiff
path: root/bfd/cache.c
AgeCommit message (Expand)Author
2018-01-03Update year range in copyright notice of binutils filesAlan Modra
2017-12-06BFD whitespace fixesAlan Modra
2017-02-17bfd: Rename real_{ftell, fseek, fopen}Pedro Alves
2017-01-02Update year range in copyright notice of all files.Alan Modra
2016-10-19Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton
2016-09-30Remove syntactic sugarAlan Modra
2016-06-14Set my_archive for thin archivesAlan Modra
2016-04-20update many old style function definitionsTrevor Saunders
2016-01-01Copyright update for binutilsAlan Modra
2015-11-20Fix a problem with the maximum number of open files held in the cache when ru...Stefan Teleman
2015-04-11Revert the last 2 commits on pagesize_m1H.J. Lu
2015-04-11Don't call getpagesize more than onceH.J. Lu
2015-04-11Initialize pagesize_m1 in bfd_cache_initH.J. Lu
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra
2014-07-15Account for trailing bytes read from bfd_breadAlan Modra
2014-03-05Update copyright yearsAlan Modra
2014-02-07 * cache.c (bfd_cache_max_open): Cast RLIM_INFINITY to rlim_t.Rainer Orth
2013-05-27bfd: Make bfd_cache_max_open depend on actual open file limit.Mark Wielaard
2013-01-14 PR binutils/14813Alan Modra
2012-11-07Change return type of bclose to bfd_booleanH.J. Lu
2012-10-22 * cache.c (cache_bmmap): Don't use void* arithmetic.Alan Modra
2012-07-13 * aix386-core.c: Remove use of PTR and PARAMS macros.Nick Clifton
2012-01-102012-01-10 Tristan Gingold <gingold@adacore.com>Tristan Gingold
2011-06-272011-06-27 Tristan Gingold <gingold@adacore.com>Tristan Gingold
2009-12-112009-12-11 Tristan Gingold <gingold@adacore.com>Tristan Gingold
2009-09-09 Updated soruces in bfd/* to compile cleanly with -Wc++-compat.Nick Clifton
2009-09-02update copyright datesAlan Modra
2009-06-112009-06-10 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov
2008-10-30 * cache.c (cache_bread): Cast void * pointer before performingNick Clifton
2008-05-01 * cache.c (cache_bread_1): Renames cache_bread.Joel Brobecker
2008-03-14 * cache.c (close_one): Remove mtime hack.Daniel Jacobowitz
2008-02-11 * cache.c (cache_bread): Set bfd_error_file_truncated if EOFDaniel Jacobowitz
2007-07-03Switch sources over to use the GPL version 3Nick Clifton
2007-04-26bfd/Alan Modra
2005-11-03 * configure.in: Check for fopen64.Daniel Jacobowitz
2005-10-27 PR 973Alan Modra
2005-10-27 * cache.c (BFD_CACHE_MAX_OPEN): Make private to this file.Alan Modra
2005-10-27 * cache.c: Reorganize file to avoid forward reference.Alan Modra
2005-10-26 * cache.c (bfd_cache_lookup_worker): Don't abort on failing toAlan Modra
2005-10-26 * cache.c (bfd_cache_lookup_worker): Use bfd_error_handlerAlan Modra
2005-10-26 * cache.c (bfd_open_file): Set bfd_error_system_call on failureAlan Modra
2005-10-05 * archive.c: Add missing SUBSECTION for documentation.Bob Wilson
2005-07-14(bfd_last_cache): Initialise to NULL.Nick Clifton
2005-05-04Update the address and phone number of the FSF organization in the GPL noticesNick Clifton
2005-05-04Update the FSF address in the copyright/GPL noticeNick Clifton
2005-03-02bfd/Jan Beulich
2004-06-17cache.c (bfd_cache_close_all): Add missing return statement.Jerome Guitton
2004-06-17 * bfd-in.h (bfd_cache_close_all): New function declaration.Jerome Guitton
2004-05-05PR/136 - Have bfd_cache_lookup_worker() abort rather than return anNick Clifton
2004-04-222004-04-22 Andrew Cagney <cagney@redhat.com>Andrew Cagney