]> Git Repo - linux.git/blob - include/linux/elfnote-lto.h
svcrdma: Add Write chunk WRs to the RPC's Send WR chain
[linux.git] / include / linux / elfnote-lto.h
1 #ifndef __ELFNOTE_LTO_H
2 #define __ELFNOTE_LTO_H
3
4 #include <linux/elfnote.h>
5
6 #define LINUX_ELFNOTE_LTO_INFO  0x101
7
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
13
14 #endif /* __ELFNOTE_LTO_H */
This page took 0.035294 seconds and 4 git commands to generate.