diff options
author | Tom Tromey <tromey@redhat.com> | 2012-07-23 18:54:26 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2012-07-23 18:54:26 +0000 |
commit | da1cc82f30edcf2d49dd89911fc471a5e07d3d94 (patch) | |
tree | ce59f0809b5855b933aa977cad83177573e01bec /gdb/ChangeLog | |
parent | 6c18f3e0f4d7e0399b39a0d554b5152af71a94e2 (diff) | |
download | binutils-gdb-da1cc82f30edcf2d49dd89911fc471a5e07d3d94.tar.gz |
* rs6000-nat.c (add_vmap): Rewrite archive loop. Fix reference
counting.
* exec.c (exec_close_1): Unconditionally release vmap's BFD.
(map_vmap): Acquire a reference to the BFD.
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 062eefdd932..bce298b13b4 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2012-07-23 Tom Tromey <tromey@redhat.com> + + * rs6000-nat.c (add_vmap): Rewrite archive loop. Fix reference + counting. + * exec.c (exec_close_1): Unconditionally release vmap's BFD. + (map_vmap): Acquire a reference to the BFD. + 2012-07-23 Siddhesh Poyarekar <siddhesh@redhat.com> * p-valprint.c (pascal_object_print_value): Replace potentially |