Merge branch 'work.exfat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[linux-2.6-microblaze.git] / include / asm-generic / vmlinux.lds.h
index 2444336..71e387a 100644 (file)
                                                                        \
        RO_EXCEPTION_TABLE                                              \
        NOTES                                                           \
+       BTF                                                             \
                                                                        \
        . = ALIGN((align));                                             \
        __end_rodata = .;
                __stop___ex_table = .;                                  \
        }
 
+/*
+ * .BTF
+ */
+#ifdef CONFIG_DEBUG_INFO_BTF
+#define BTF                                                            \
+       .BTF : AT(ADDR(.BTF) - LOAD_OFFSET) {                           \
+               __start_BTF = .;                                        \
+               *(.BTF)                                                 \
+               __stop_BTF = .;                                         \
+       }
+#else
+#define BTF
+#endif
+
 /*
  * Init task
  */