diff options
author | Tom Tromey <tom@tromey.com> | 2018-05-27 09:31:26 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2018-06-18 13:26:32 -0600 |
commit | 668eb2f045ea535976cf484355831a8808b5ff35 (patch) | |
tree | 21ffd343038c1d86f25be92c5286c25975f6e782 /gdb/ChangeLog | |
parent | 309822ca289d602b9f9baf4760329ddd08b1d204 (diff) | |
download | gdb-668eb2f045ea535976cf484355831a8808b5ff35.zip gdb-668eb2f045ea535976cf484355831a8808b5ff35.tar.gz gdb-668eb2f045ea535976cf484355831a8808b5ff35.tar.bz2 |
Use unique_xmalloc_ptr in darwin_current_sos
This changes darwin_current_sos to use unique_xmalloc_ptr rather than
a cleanup.
gdb/ChangeLog
2018-06-18 Tom Tromey <tom@tromey.com>
* solib-darwin.c (darwin_current_sos): Use unique_xmalloc_ptr.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9c83a4a..c6112d2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2018-06-18 Tom Tromey <tom@tromey.com> + * solib-darwin.c (darwin_current_sos): Use unique_xmalloc_ptr. + +2018-06-18 Tom Tromey <tom@tromey.com> + * solib-frv.c (frv_relocate_main_executable): Use unique_xmalloc_ptr. * solib-dsbt.c (dsbt_relocate_main_executable): Use |