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

Diff for /src/include/link.h between version 1.12 and 1.13

version 1.12, 2002/06/07 03:00:01 version 1.13, 2002/09/07 20:35:03
Line 99 
Line 99 
                  */                   */
                 RT_CONSISTENT,          /* Mapping change is complete.  */                  RT_CONSISTENT,          /* Mapping change is complete.  */
                 RT_ADD,                 /* Adding a new object.  */                  RT_ADD,                 /* Adding a new object.  */
                 RT_DELETE,              /* Removing an object mapping.  */                  RT_DELETE               /* Removing an object mapping.  */
         } r_state;          } r_state;
   
         unsigned long r_ldbase;         /* Base address the linker is loaded at.  */          unsigned long r_ldbase;         /* Base address the linker is loaded at.  */

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13