• Kai Germaschewski's avatar
    Consolidate read-only sections in arch/*/vmlinux.lds.S · d6699e96
    Kai Germaschewski authored
    It's annoying having to touch 20+ arch vmlinux.lds.S file for every
    new section introduced, just because they all duplicate the same
    statements. Since we preprocess vmlinux.lds.S anyway, let's
    #include <asm-generic/vmlinux.lds.h> and share the common statements.
    
    This is a first step in consolidating most of the read-only sections.
    d6699e96
vmlinux.lds.S 3.72 KB