Magellan Linux

Diff of /trunk/mkinitrd-magellan/klibc/usr/include/sys/elf64.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 814 by niro, Sat Sep 1 22:45:15 2007 UTC revision 815 by niro, Fri Apr 24 18:32:46 2009 UTC
# Line 110  typedef struct elf64_note { Line 110  typedef struct elf64_note {
110   Elf64_Word n_type; /* Content type */   Elf64_Word n_type; /* Content type */
111  } Elf64_Nhdr;  } Elf64_Nhdr;
112    
113    /* Both Elf32_Sym and Elf64_Sym use the same one-byte st_info field.  */
114    #define ELF64_ST_BIND(val) ELF32_ST_BIND (val)
115    #define ELF64_ST_TYPE(val) ELF32_ST_TYPE (val)
116    
117  #endif /* _SYS_ELF64_H */  #endif /* _SYS_ELF64_H */

Legend:
Removed from v.814  
changed lines
  Added in v.815