X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdbsupport%2FChangeLog;h=78fbbe65c70e1d655ba4c29ce53cfcb52c93317c;hb=0fa7617d84da8b809b14e1e2ee67474526c62021;hp=cd7033d58d6e31e4b41c02d3ccc6763387369b9c;hpb=9b2c992cfa4e9911d3b54c21ced179aa4928c422;p=deliverable%2Fbinutils-gdb.git diff --git a/gdbsupport/ChangeLog b/gdbsupport/ChangeLog index cd7033d58d..78fbbe65c7 100644 --- a/gdbsupport/ChangeLog +++ b/gdbsupport/ChangeLog @@ -1,3 +1,12 @@ +2020-04-20 Tom Tromey + + * scoped_mmap.h (scoped_mmap): Mark move constructor as noexcept. + Use initialization style. Don't call destroy. + * scoped_fd.h (class scoped_fd): Mark move constructor as + noexcept. + * gdb_ref_ptr.h (class ref_ptr): Mark move constructor as + noexcept. + 2020-04-13 Tom Tromey * event-loop.c: Move comment. Remove obsolete comment.