summaryrefslogtreecommitdiff
path: root/bfd/cache.c
Commit message (Expand)AuthorAgeFilesLines
* Add mmap.cusers/hjl/mmap/writeH.J. Lu2016-07-131-1/+1
* Set my_archive for thin archivesAlan Modra2016-06-141-2/+4
* update many old style function definitionsTrevor Saunders2016-04-201-1/+1
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* Fix a problem with the maximum number of open files held in the cache when ru...Stefan Teleman2015-11-201-3/+21
* Revert the last 2 commits on pagesize_m1H.J. Lu2015-04-111-8/+4
* Don't call getpagesize more than onceH.J. Lu2015-04-111-1/+2
* Initialize pagesize_m1 in bfd_cache_initH.J. Lu2015-04-111-4/+7
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* Account for trailing bytes read from bfd_breadAlan Modra2014-07-151-2/+2
* Update copyright yearsAlan Modra2014-03-051-2/+1
* * cache.c (bfd_cache_max_open): Cast RLIM_INFINITY to rlim_t.Rainer Orth2014-02-071-1/+1
* bfd: Make bfd_cache_max_open depend on actual open file limit.Mark Wielaard2013-05-271-6/+32
* PR binutils/14813Alan Modra2013-01-141-2/+2
* Change return type of bclose to bfd_booleanH.J. Lu2012-11-071-1/+1
* * cache.c (cache_bmmap): Don't use void* arithmetic.Alan Modra2012-10-221-1/+1
* * aix386-core.c: Remove use of PTR and PARAMS macros.Nick Clifton2012-07-131-4/+4
* 2012-01-10 Tristan Gingold <gingold@adacore.com>Tristan Gingold2012-01-101-1/+1
* 2011-06-27 Tristan Gingold <gingold@adacore.com>Tristan Gingold2011-06-271-3/+28
* 2009-12-11 Tristan Gingold <gingold@adacore.com>Tristan Gingold2009-12-111-10/+10
* Updated soruces in bfd/* to compile cleanly with -Wc++-compat.Nick Clifton2009-09-091-3/+3
* update copyright datesAlan Modra2009-09-021-1/+1
* 2009-06-10 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov2009-06-111-1/+33
* * cache.c (cache_bread): Cast void * pointer before performingNick Clifton2008-10-301-2/+6
* * cache.c (cache_bread_1): Renames cache_bread.Joel Brobecker2008-05-011-1/+38
* * cache.c (close_one): Remove mtime hack.Daniel Jacobowitz2008-03-141-16/+0
* * cache.c (cache_bread): Set bfd_error_file_truncated if EOFDaniel Jacobowitz2008-02-111-0/+4
* Switch sources over to use the GPL version 3Nick Clifton2007-07-031-15/+16
* bfd/Alan Modra2007-04-261-2/+2
* * configure.in: Check for fopen64.Daniel Jacobowitz2005-11-031-4/+4
* PR 973Alan Modra2005-10-271-12/+48
* * cache.c (BFD_CACHE_MAX_OPEN): Make private to this file.Alan Modra2005-10-271-55/+23
* * cache.c: Reorganize file to avoid forward reference.Alan Modra2005-10-271-191/+188
* * cache.c (bfd_cache_lookup_worker): Don't abort on failing toAlan Modra2005-10-261-12/+34
* * cache.c (bfd_cache_lookup_worker): Use bfd_error_handlerAlan Modra2005-10-261-1/+3
* * cache.c (bfd_open_file): Set bfd_error_system_call on failureAlan Modra2005-10-261-8/+13
* * archive.c: Add missing SUBSECTION for documentation.Bob Wilson2005-10-051-0/+2
* (bfd_last_cache): Initialise to NULL.Nick Clifton2005-07-141-1/+1
* Update the address and phone number of the FSF organization in the GPL noticesNick Clifton2005-05-041-1/+1
* Update the FSF address in the copyright/GPL noticeNick Clifton2005-05-041-1/+1
* bfd/Jan Beulich2005-03-021-1/+2
* cache.c (bfd_cache_close_all): Add missing return statement.Jerome Guitton2004-06-171-0/+2
* * bfd-in.h (bfd_cache_close_all): New function declaration.Jerome Guitton2004-06-171-0/+25
* PR/136 - Have bfd_cache_lookup_worker() abort rather than return anNick Clifton2004-05-051-10/+9
* 2004-04-22 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-04-221-0/+4
* 2004-04-21 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-04-211-2/+105
* 2004-02-11 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-02-111-4/+6
* Convert to C90 and a few tweaks.Alan Modra2003-06-291-24/+14
* s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra2002-11-301-18/+18
* * aout-adobe.c: Don't compare against "true" or "false.Alan Modra2002-06-251-2/+2