clarify section dynindx comment
This commit is contained in:
parent
bb0cb4db08
commit
75945f9f4c
1 changed files with 2 additions and 1 deletions
|
@ -589,7 +589,8 @@ struct bfd_elf_section_data
|
||||||
Elf_Internal_Rela *relocs;
|
Elf_Internal_Rela *relocs;
|
||||||
/* Used by the backend linker when generating a shared library to
|
/* Used by the backend linker when generating a shared library to
|
||||||
record the dynamic symbol index for a section symbol
|
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;
|
long dynindx;
|
||||||
/* A pointer used for .stab linking optimizations. */
|
/* A pointer used for .stab linking optimizations. */
|
||||||
PTR stab_info;
|
PTR stab_info;
|
||||||
|
|
Loading…
Reference in a new issue