Skip to content
  • Sam Ravnborg's avatar
    [S390] s390: beautify vmlinux.lds · e16af09d
    Sam Ravnborg authored
    
    
    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: default avatarSam Ravnborg <sam@ravnborg.org>
    Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
    e16af09d