From: Jeremy Fitzhardinge Date: Tue, 10 Mar 2009 18:19:18 +0000 (-0700) Subject: x86: make section delimiter symbols part of their section X-Git-Tag: v2.6.30-rc1~211^2~21^8~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9719a4d9cfa5d46fa6a1eb3e3fc2238e7981e4d;p=pandora-kernel.git 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 Cc: Yinghai Lu Cc: "Eric W. Biederman" Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed