gdb/
[deliverable/binutils-gdb.git] / gdb / symfile.h
index 302c29f60287c0e38104f63d8f0fb7c26c1ff292..fe95255f7d386b2863e5c058e04925a862980578 100644 (file)
@@ -80,6 +80,8 @@ struct section_addr_info
   {
     CORE_ADDR addr;
     char *name;
+
+    /* SECTINDEX must be valid for associated BFD if ADDR is not zero.  */
     int sectindex;
   } other[1];
 };
This page took 0.027238 seconds and 4 git commands to generate.