]> git.baikalelectronics.ru Git - kernel.git/commit
x86-64, vdso: Fix vDSO build breakage due to empty .rela.dyn
authorJan Beulich <JBeulich@suse.com>
Thu, 3 Jul 2014 14:34:38 +0000 (15:34 +0100)
committerH. Peter Anvin <hpa@linux.intel.com>
Thu, 10 Jul 2014 22:59:56 +0000 (15:59 -0700)
commit53da421c21dc4ae6fb5693160ea470bd00490944
tree7b0f4e502e3f118e8bc91fe68a2ea490c429e3ae
parentc74f42708e281e44423fe4210356c12f00e0e17e
x86-64, vdso: Fix vDSO build breakage due to empty .rela.dyn

Certain ld versions (observed with 2.20.0) put an empty .rela.dyn
section into shared object files, breaking the assumption on the number
of sections to be copied to the final output. Simply discard any empty
SHT_REL and SHT_RELA sections to address this.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Link: http://lkml.kernel.org/r/53B5861E02000078000204D1@mail.emea.novell.com
Acked-by: Andy Lutomirski <luto@amacapital.net>
Tested-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Tested-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
arch/x86/vdso/vdso2c.h