Back to home page

OSCL-LXR

 
 

    


0001 #ifndef __ELFNOTE_LTO_H
0002 #define __ELFNOTE_LTO_H
0003 
0004 #include <linux/elfnote.h>
0005 
0006 #define LINUX_ELFNOTE_LTO_INFO  0x101
0007 
0008 #ifdef CONFIG_LTO
0009 #define BUILD_LTO_INFO  ELFNOTE32("Linux", LINUX_ELFNOTE_LTO_INFO, 1)
0010 #else
0011 #define BUILD_LTO_INFO  ELFNOTE32("Linux", LINUX_ELFNOTE_LTO_INFO, 0)
0012 #endif
0013 
0014 #endif /* __ELFNOTE_LTO_H */