tile: group .hottext* sections properly in vmlinux.lds
authorChris Metcalf <cmetcalf@tilera.com>
Fri, 9 Aug 2013 20:50:36 +0000 (16:50 -0400)
committerChris Metcalf <cmetcalf@tilera.com>
Fri, 30 Aug 2013 15:56:46 +0000 (11:56 -0400)
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: Chris Metcalf <cmetcalf@tilera.com>

No differences found