aboutsummaryrefslogtreecommitdiff
path: root/gdb/namespace.c
diff options
context:
space:
mode:
authorAndrew Burgess <andrew.burgess@embecosm.com>2019-10-07 16:45:24 +0100
committerAndrew Burgess <andrew.burgess@embecosm.com>2019-10-15 21:32:28 +0100
commit791b7405f4627ad65fd636d57adb9e5749d0b9e7 (patch)
treeaf7b601346c39181f5090ea6086a8728be999806 /gdb/namespace.c
parent0dc327459b19e6765c8fe80957f5c8620611628e (diff)
downloadbinutils-791b7405f4627ad65fd636d57adb9e5749d0b9e7.zip
binutils-791b7405f4627ad65fd636d57adb9e5749d0b9e7.tar.gz
binutils-791b7405f4627ad65fd636d57adb9e5749d0b9e7.tar.bz2
gdb: Update comments that reference VEC or vec.h
With the removal of the old VEC mechanism from the code base, update comments that still make reference to VECs. There should be no user visible changes after this commit. gdb/ChangeLog: * linespec.c (decode_digits_ordinary): Update comment. * make-target-delegates: No longer need to handle VEC case. * memrange.c (normalize_mem_ranges): Update comment. * namespace.c (add_using_directive): Update comment. * objc-lang.c (uniquify_strings): Update comment. * ppc-linux-nat.c (struct thread_points): Update comment. * probe.h (find_probes_in_objfile): Update comment. * target.h (enum flash_preserve_mode): Update comment. * varobj.c (varobj_restrict_range): Update comment. * varobj.h (varobj_list_children): Update comment. Change-Id: Iefd2e903705c3e79cd13b43395c7a1c167f9a088
Diffstat (limited to 'gdb/namespace.c')
-rw-r--r--gdb/namespace.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/namespace.c b/gdb/namespace.c
index 04b49ef..e08d4f7 100644
--- a/gdb/namespace.c
+++ b/gdb/namespace.c
@@ -30,8 +30,8 @@
it is NULL. EXCLUDES is a list of names not to import from an
imported module or NULL. If COPY_NAMES is non-zero, then the
arguments are copied into newly allocated memory so they can be
- temporaries. For EXCLUDES the VEC pointers are copied but the
- pointed to characters are not copied. */
+ temporaries. For EXCLUDES the contents of the vector are copied,
+ but the pointed to characters are not copied. */
void
add_using_directive (struct using_direct **using_directives,