summaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2017-10-15 11:31:46 -0600
committerTom Tromey <tom@tromey.com>2017-10-20 09:01:04 -0600
commitd5833c62d93e8176b70e8509ab36cc38801c3ebd (patch)
treef7e374d2825a193014525f3feb4d9a04bf5f8e55 /gdb/ChangeLog
parent06d5bbc8e5f7541b13509c33b8b3eb8afac27b2f (diff)
downloadbinutils-gdb-d5833c62d93e8176b70e8509ab36cc38801c3ebd.tar.gz
Use std::vector in gdb_bfd_data
This changes gdb_bfd_data to use std::vector rather than VEC. ChangeLog 2017-10-20 Tom Tromey <tom@tromey.com> * gdb_bfd.c (struct gdb_bfd_data) <included_bfds>: Now a std::vector. (gdb_bfd_record_inclusion): Update. (bfdp): Remove typedef.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 97fcde2196b..e6e1d029ea2 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,12 @@
2017-10-20 Tom Tromey <tom@tromey.com>
+ * gdb_bfd.c (struct gdb_bfd_data) <included_bfds>: Now a
+ std::vector.
+ (gdb_bfd_record_inclusion): Update.
+ (bfdp): Remove typedef.
+
+2017-10-20 Tom Tromey <tom@tromey.com>
+
* gdb_bfd.c (gdb_bfd_ref): Use new.
(struct gdb_bfd_data): Add constructor, destructor, and member
initializers.