mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 01:55:51 +02:00
mips: Add build salt to the vDSO
The vDSO needs to have a unique build id in a similar manner to the kernel and modules. Use the build salt macro. Signed-off-by: Bastian Blank <waldi@debian.org> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
This commit is contained in:
parent
eacaf5ae74
commit
a9e0237d2e
|
|
@ -8,6 +8,7 @@
|
|||
|
||||
#include <asm/isa-rev.h>
|
||||
|
||||
#include <linux/build-salt.h>
|
||||
#include <linux/elfnote.h>
|
||||
#include <linux/version.h>
|
||||
|
||||
|
|
@ -15,6 +16,8 @@ ELFNOTE_START(Linux, 0, "a")
|
|||
.long LINUX_VERSION_CODE
|
||||
ELFNOTE_END
|
||||
|
||||
BUILD_SALT
|
||||
|
||||
/*
|
||||
* The .MIPS.abiflags section must be defined with the FP ABI flags set
|
||||
* to 'any' to be able to link with both old and new libraries.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user