From edc8bbe90b82f1fa4f3f261b5c97503867e9aba4 Mon Sep 17 00:00:00 2001 From: Nick Alcock Date: Fri, 26 Jul 2019 21:52:11 +0100 Subject: libctf: bfd-open: mark the bfd as cacheable Without this, the FD is only closed when the CTF file is, leading to running out of fds on (e.g.) very large links. New in v3. libctf/ * ctf-open-bfd.c (ctf_fdopen): Call bfd_set_cacheable. --- libctf/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libctf/ChangeLog') diff --git a/libctf/ChangeLog b/libctf/ChangeLog index 9637cf3..852ad62 100644 --- a/libctf/ChangeLog +++ b/libctf/ChangeLog @@ -1,3 +1,7 @@ +2019-07-30 Nick Alcock + + * ctf-open-bfd.c (ctf_fdopen): Call bfd_set_cacheable. + 2019-07-13 Nick Alcock * ctf-impl.h (includes): Include here. -- cgit v1.1