• Sam Ravnborg's avatar
    x86, vmlinux.lds: unify remaining parts · 091e52c3
    Sam Ravnborg authored
    32 bit:
    - explicit page align .bss
    - move ALING() out of .brk output section
    - discard *(.eh_frame)
    
    64 bit:
    - move ALIGN() out of .bss output section
    - move ALIGN() out of .brk output section
    - use a dedicated section to define _end
    
    [ Impact: unify and fix section alignments in linker script ]
    Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
    Cc: Tim Abbott <tabbott@MIT.EDU>
    Cc: Linus Torvalds <torvalds@linux-foundation.org>
    LKML-Reference: <1240991249-27117-13-git-send-email-sam@ravnborg.org>
    Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
    091e52c3
vmlinux.lds.S 9.37 KB