From: Sam Ravnborg Date: Fri, 12 Oct 2007 14:11:49 +0000 (+0200) Subject: [S390] s390: beautify vmlinux.lds X-Git-Tag: v2.6.24-rc1~1410 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e16af09d76ac3322e26f5b3ff49979691f350c12;p=pandora-kernel.git [S390] s390: beautify vmlinux.lds Introduce a consistent style in vmlinux.lds. This style is gradually being introduced for all archs. A few lables were moved inside the section definition so they are assigned the correct value of gcc decide to align the content to another address than the one . has. In the past this has fixed several bugs but for s390 it will not impact due to all the alignmnet already introduced. Stabs definitions are consolidated in asm-generic/vmlinux.lds.h This patch also introduce support for DWARF - without knowing if this makes sense for s390. Signed-off-by: Sam Ravnborg Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed