diff options
author | Pedro Alves <palves@redhat.com> | 2016-11-15 19:54:21 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2016-11-15 19:54:21 +0000 |
commit | 5cc8c7310338224d65aa14c4256d4d7539e0dd45 (patch) | |
tree | aa581453ab7a6a998578e1a46ef2bca68a743592 /gdb/ChangeLog | |
parent | b22e99fdaf2efe58161c382bbd55f4572ba49eef (diff) | |
download | gdb-5cc8c7310338224d65aa14c4256d4d7539e0dd45.zip gdb-5cc8c7310338224d65aa14c4256d4d7539e0dd45.tar.gz gdb-5cc8c7310338224d65aa14c4256d4d7539e0dd45.tar.bz2 |
Delete gdb::unique_ptr/gdb::move
Now that we require C++11 and all uses of gdb::unique_ptr and
gdb::move are gone, let's remove their definitions...
With my lazy hat on, I repurposed the header for "generally useful
unique_ptr specializations", and left gdb::unique_xmalloc_ptr in
there. Not sure whether we it'd be better move it out of the gdb
namespace or leave it be. I left it because it's less work and avoids
disrupting yet-unmerged patches that use it.
gdb/ChangeLog:
2016-11-15 Pedro Alves <palves@redhat.com>
* common/common-defs.h: Update comment.
* common/gdb_unique_ptr.h: Update header comment and copyright
year.
(gdb::unique_ptr, gdb::move): Delete.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 814f0c0..45c28a8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,12 @@ 2016-11-15 Pedro Alves <palves@redhat.com> + * common/common-defs.h: Update comment. + * common/gdb_unique_ptr.h: Update header comment and copyright + year. + (gdb::unique_ptr, gdb::move): Delete. + +2016-11-15 Pedro Alves <palves@redhat.com> + * ada-lang.c (create_excep_cond_exprs): Use std::move instead of gdb::move. * break-catch-throw.c (handle_gnu_v3_exceptions): Use |