From: Ian Lance Taylor Date: Tue, 22 Jun 1999 20:58:43 +0000 (+0000) Subject: clarify section dynindx comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=75945f9f4c515667bb91f081004fc08fdb02bb14;p=binutils-gdb.git clarify section dynindx comment --- diff --git a/bfd/elf-bfd.h b/bfd/elf-bfd.h index 49c5eae60f8..346daab233a 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;