]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86: make section delimiter symbols part of their section
authorJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Tue, 10 Mar 2009 18:19:18 +0000 (11:19 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Sat, 14 Mar 2009 22:37:14 +0000 (15:37 -0700)
commitb9719a4d9cfa5d46fa6a1eb3e3fc2238e7981e4d
treecf0388efb149437c7d4f1e14fc4c2b401d728a0f
parentc550033ced484d8d333bc1edc0a482728680e689
x86: make section delimiter symbols part of their section

Impact: cleanup

Move the symbols delimiting a section part of the section
(section relative) rather than absolute.  This avoids any
unexpected gaps between the section-start symbol and the first
data in the section, which could be caused by implicit
alignment of the section data.  It also makes the general
form of vmlinux_64.lds.S consistent with vmlinux_32.lds.S.

Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Cc: Yinghai Lu <yinghai@kernel.org>
Cc: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/x86/kernel/vmlinux_64.lds.S