Skip to content
Commit 334bb773 authored by Adam Borowski's avatar Adam Borowski Committed by Michal Marek
Browse files

x86/kbuild: enable modversions for symbols exported from asm

Commit 4efca4ed ("kbuild: modversions for EXPORT_SYMBOL() for asm") adds
modversion support for symbols exported from asm files. Architectures
must include C-style declarations for those symbols in asm/asm-prototypes.h
in order for them to be versioned.

Add these declarations for x86, and an architecture-independent file that
can be used for common symbols.

With f27c2f69 reverting 8ab2ae65

 ("default exported asm symbols to zero") we
produce a scary warning on x86, this commit fixes that.

Signed-off-by: default avatarAdam Borowski <kilobyte@angband.pl>
Tested-by: default avatarKalle Valo <kvalo@codeaurora.org>
Acked-by: default avatarNicholas Piggin <npiggin@gmail.com>
Tested-by: default avatarPeter Wu <peter@lekensteyn.nl>
Tested-by: default avatarOliver Hartkopp <socketcan@hartkopp.net>
Signed-off-by: default avatarMichal Marek <mmarek@suse.com>
parent d073472a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment