[BACK]Return to link_elf.h CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/link_elf.h between version 1.5 and 1.6

version 1.5, 2004/10/14 10:02:28 version 1.6, 2006/02/06 16:51:50
Line 16 
Line 16 
 /*  /*
  * struct link_map is a part of the protocol between the debugger and   * struct link_map is a part of the protocol between the debugger and
  * ld.so. ld.so may have additional fields in it's version of this   * ld.so. ld.so may have additional fields in it's version of this
  * stucture but those are ld.so private fields.   * structure but those are ld.so private fields.
  */   */
 struct link_map {  struct link_map {
         caddr_t         l_addr;         /* Base address of library */          caddr_t         l_addr;         /* Base address of library */

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6