Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e56059f2 authored by Chris Metcalf's avatar Chris Metcalf
Browse files

tile: group .hottext* sections properly in vmlinux.lds



With this change such sections are grouped with regular text
in the vmlinux image; this change puts them at the front,
which is where the standard Linux includes .text.hot*.
This change should fix a recently-observed bug where a bunch of
symbols were being omitted from the /proc/kallsyms output
because they fell between _etext and _sinittext.

Signed-off-by: default avatarChris Metcalf <cmetcalf@tilera.com>
parent c0f06010
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -46,6 +46,8 @@ SECTIONS
    KPROBES_TEXT
    IRQENTRY_TEXT
    __fix_text_end = .;   /* tile-cpack won't rearrange before this */
    ALIGN_FUNCTION();
    *(.hottext*)
    TEXT_TEXT
    *(.text.*)
    *(.coldtext*)