Don't write to inferior_ptid in nto-procfs.c
[deliverable/binutils-gdb.git] / bfd / libcoff-in.h
index 3f0227c4acf8d571e412ab4068c333dbac97770b..b7fcea30bb4754d72bea70206fd7f8218e57317f 100644 (file)
@@ -243,8 +243,9 @@ struct coff_link_hash_entry
 {
   struct bfd_link_hash_entry root;
 
-  /* Symbol index in output file.  Set to -1 initially.  Set to -2 if
-     there is a reloc against this symbol.  */
+  /* Symbol index in output file.  This is initialized to -1.  It is
+     set to -2 if the symbol is used by a reloc.  It is set to -3 if
+     this symbol is defined in a discarded section.  */
   long indx;
 
   /* Symbol type.  */
This page took 0.023908 seconds and 4 git commands to generate.