aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1999-06-22 20:58:43 +0000
committerIan Lance Taylor <ian@airs.com>1999-06-22 20:58:43 +0000
commit75945f9f4c515667bb91f081004fc08fdb02bb14 (patch)
tree3e7590ece360de0d7ed5ec9ffa94448000fbe507
parentbb0cb4db08103ccb12840275b162cfe8cc4501ce (diff)
downloadfsf-binutils-gdb-75945f9f4c515667bb91f081004fc08fdb02bb14.zip
fsf-binutils-gdb-75945f9f4c515667bb91f081004fc08fdb02bb14.tar.gz
fsf-binutils-gdb-75945f9f4c515667bb91f081004fc08fdb02bb14.tar.bz2
clarify section dynindx comment
-rw-r--r--bfd/elf-bfd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/elf-bfd.h b/bfd/elf-bfd.h
index 49c5eae..346daab 100644
--- a/bfd/elf-bfd.h
+++ b/bfd/elf-bfd.h
@@ -589,7 +589,8 @@ struct bfd_elf_section_data
Elf_Internal_Rela *relocs;
/* Used by the backend linker when generating a shared library to
record the dynamic symbol index for a section symbol
- corresponding to this section. */
+ corresponding to this section. A value of 0 means that there is
+ no dynamic symbol for this section. */
long dynindx;
/* A pointer used for .stab linking optimizations. */
PTR stab_info;