diff options
author | Nick Clifton <nickc@redhat.com> | 2021-05-19 11:53:23 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2021-05-19 11:53:23 +0100 |
commit | 83b0a6865c081de2f6e8f56870d832b9fb65edde (patch) | |
tree | 4dd178e13eab97a4d1c13d198fdb412121f9ed3f /bfd/ChangeLog | |
parent | b534617fd56d260d8d6c6c40124390ce72af476a (diff) | |
download | gdb-83b0a6865c081de2f6e8f56870d832b9fb65edde.zip gdb-83b0a6865c081de2f6e8f56870d832b9fb65edde.tar.gz gdb-83b0a6865c081de2f6e8f56870d832b9fb65edde.tar.bz2 |
Warn when the plugin interface runs out of file descriptors.
* plugin.c (bfd_plugin_open_input): Inform the user if the limit
on the number of open files is reached. If possible, try to
increase this limit before failing.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b399aef..a389fdf 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2021-05-19 Nick Clifton <nickc@redhat.com> + + * plugin.c (bfd_plugin_open_input): Inform the user if the limit + on the number of open files is reached. If possible, try to + increase this limit before failing. + 2021-05-14 Nelson Chu <nelson.chu@sifive.com> * elfnn-riscv.c (riscv_resolve_pcrel_lo_relocs): Check the values |