--- Additional Comments From hjl dot tools at gmail dot com 2010-09-15
15:35 ---
A patch is posted at
http://sourceware.org/ml/binutils/2010-09/msg00227.html
--
http://sourceware.org/bugzilla/show_bug.cgi?id=12004
--- You are receiving this mail because: ---
You are on the
--- Additional Comments From andi-bz at firstfloor dot org 2010-09-15
15:06 ---
Thanks. I'll look for a workround. I guess just increasing the define
will work for now.
--
http://sourceware.org/bugzilla/show_bug.cgi?id=12004
--- You are receiving this mail because: ---
You
--- Additional Comments From hjl dot tools at gmail dot com 2010-09-15
14:51 ---
The problem is
#define BFD_CACHE_MAX_OPEN 10
...
bfd_boolean
bfd_cache_init (bfd *abfd)
{
BFD_ASSERT (abfd->iostream != NULL);
if (open_files >= BFD_CACHE_MAX_OPEN)
{
if (! close_one ())