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

Commit c5b8ef62 authored by Russell King's avatar Russell King Committed by Russell King
Browse files

[ARM] Allow decompressor to be built with -ffunction-sections



Arrange for all the text ends up in the right place when
-ffunction-sections is used.

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 95f3df6b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ SECTIONS
    _start = .;
    *(.start)
    *(.text)
    *(.text.*)
    *(.fixup)
    *(.gnu.warning)
    *(.rodata)