xref: /openbmc/linux/arch/sparc/vdso/vdso32/vdso-note.S (revision 9a08862a)
19a08862aSNagarathnam Muthusamy/*
29a08862aSNagarathnam Muthusamy * This supplies .note.* sections to go into the PT_NOTE inside the vDSO
39a08862aSNagarathnam Muthusamy * text. Here we can supply some information useful to userland.
49a08862aSNagarathnam Muthusamy */
59a08862aSNagarathnam Muthusamy
69a08862aSNagarathnam Muthusamy#include <linux/uts.h>
79a08862aSNagarathnam Muthusamy#include <linux/version.h>
89a08862aSNagarathnam Muthusamy#include <linux/elfnote.h>
99a08862aSNagarathnam Muthusamy
109a08862aSNagarathnam MuthusamyELFNOTE_START(Linux, 0, "a")
119a08862aSNagarathnam Muthusamy	.long	LINUX_VERSION_CODE
129a08862aSNagarathnam MuthusamyELFNOTE_END
13