printf: Remove unused 'bprintf'
[drm/drm-misc.git] / include / linux / elfnote-lto.h
blobd4635a3ecc4fcdd7f349044f271a366cdf81cc19
1 #ifndef __ELFNOTE_LTO_H
2 #define __ELFNOTE_LTO_H
4 #include <linux/elfnote.h>
6 #define LINUX_ELFNOTE_LTO_INFO 0x101
8 #ifdef CONFIG_LTO
9 #define BUILD_LTO_INFO ELFNOTE32("Linux", LINUX_ELFNOTE_LTO_INFO, 1)
10 #else
11 #define BUILD_LTO_INFO ELFNOTE32("Linux", LINUX_ELFNOTE_LTO_INFO, 0)
12 #endif
14 #endif /* __ELFNOTE_LTO_H */