]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - bfd/ChangeLog-2015
Fix a problem with the maximum number of open files held in the cache when running...
authorStefan Teleman <stefan.teleman@oracle.com>
Fri, 20 Nov 2015 15:28:40 +0000 (15:28 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 20 Nov 2015 15:28:40 +0000 (15:28 +0000)
commit0b1fa2880c60dcb97d15e5d96e5640f3672dae48
tree40afe8c7395ddf0f9a4597c3a4dd56372bb4ff43
parenta915c10f7f1cd8ed433554f05a7281995ae9a540
Fix a problem with the maximum number of open files held in the cache when running on a 32-bit Solaris host.

PR ld/19260
* cache.c (bfd_cache_max_open): Avoid using getrlimit on 32-bit
Solaris as the result is unreliable.
bfd/ChangeLog
bfd/cache.c