aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1999-08-18 05:58:46 +0000
committerIan Lance Taylor <ian@airs.com>1999-08-18 05:58:46 +0000
commitf994ccccd3d8cb1f299db376b23f2308d62d417e (patch)
tree076958bcbf9b5316ee43bfd156c587cb7e815f60
parentf589a541dc723a8cf7104bdce5ac8413e594f8fe (diff)
downloadgdb-f994ccccd3d8cb1f299db376b23f2308d62d417e.zip
gdb-f994ccccd3d8cb1f299db376b23f2308d62d417e.tar.gz
gdb-f994ccccd3d8cb1f299db376b23f2308d62d417e.tar.bz2
add comment from Donn Terry
-rw-r--r--bfd/targets.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/targets.c b/bfd/targets.c
index f7ad7b0..8600f98 100644
--- a/bfd/targets.c
+++ b/bfd/targets.c
@@ -245,7 +245,8 @@ Write cached information into a file being written, at <<bfd_close>>.
. boolean (*_bfd_write_contents[bfd_type_end]) PARAMS ((bfd *));
-The general target vector.
+The general target vector. These vectors are initialized using the
+BFD_JUMP_TABLE macros.
.
. {* Generic entry points. *}