|
@@ -4,6 +4,7 @@
|
|
* Here we can supply some information useful to userland.
|
|
* Here we can supply some information useful to userland.
|
|
*/
|
|
*/
|
|
|
|
|
|
|
|
+#include <linux/build-salt.h>
|
|
#include <linux/version.h>
|
|
#include <linux/version.h>
|
|
#include <linux/elfnote.h>
|
|
#include <linux/elfnote.h>
|
|
|
|
|
|
@@ -14,6 +15,8 @@ ELFNOTE_START(Linux, 0, "a")
|
|
.long LINUX_VERSION_CODE
|
|
.long LINUX_VERSION_CODE
|
|
ELFNOTE_END
|
|
ELFNOTE_END
|
|
|
|
|
|
|
|
+BUILD_SALT
|
|
|
|
+
|
|
#ifdef CONFIG_XEN
|
|
#ifdef CONFIG_XEN
|
|
/*
|
|
/*
|
|
* Add a special note telling glibc's dynamic linker a fake hardware
|
|
* Add a special note telling glibc's dynamic linker a fake hardware
|