Magellan Linux

Diff of /trunk/mkinitrd-magellan/klibc/usr/include/sys/elfcommon.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 184  Line 184 
184  #define ELFOSABI_NONE   0  #define ELFOSABI_NONE   0
185  #define ELFOSABI_LINUX  3  #define ELFOSABI_LINUX  3
186    
187    /* Legal values for ST_BIND subfield of st_info (symbol binding).  */
188    #define STB_LOCAL 0 /* Local symbol */
189    #define STB_GLOBAL 1 /* Global symbol */
190    #define STB_WEAK 2 /* Weak symbol */
191    #define STB_NUM 3 /* Number of defined types.  */
192    #define STB_LOOS 10 /* Start of OS-specific */
193    #define STB_HIOS 12 /* End of OS-specific */
194    #define STB_LOPROC 13 /* Start of processor-specific */
195    #define STB_HIPROC 15 /* End of processor-specific */
196    
197  #endif /* _SYS_ELFCOMMON_H */  #endif /* _SYS_ELFCOMMON_H */

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