aboutsummaryrefslogtreecommitdiff
path: root/libctf/ChangeLog
diff options
context:
space:
mode:
authorNick Alcock <nick.alcock@oracle.com>2019-07-26 21:52:11 +0100
committerNick Alcock <nick.alcock@oracle.com>2019-10-03 17:04:55 +0100
commitedc8bbe90b82f1fa4f3f261b5c97503867e9aba4 (patch)
treecff2d2937f85c18d3c49d4d4e5c5dc50e54e0641 /libctf/ChangeLog
parent7e97445a5a4797ba580a58c99d9e16836aa41188 (diff)
downloadgdb-edc8bbe90b82f1fa4f3f261b5c97503867e9aba4.zip
gdb-edc8bbe90b82f1fa4f3f261b5c97503867e9aba4.tar.gz
gdb-edc8bbe90b82f1fa4f3f261b5c97503867e9aba4.tar.bz2
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.
Diffstat (limited to 'libctf/ChangeLog')
-rw-r--r--libctf/ChangeLog4
1 files changed, 4 insertions, 0 deletions
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 <nick.alcock@oracle.com>
+
+ * ctf-open-bfd.c (ctf_fdopen): Call bfd_set_cacheable.
+
2019-07-13 Nick Alcock <nick.alcock@oracle.com>
* ctf-impl.h (includes): Include <sys/param.h> here.