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

[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
......@@ -18,6 +18,7 @@ SECTIONS
_start = .;
*(.start)
*(.text)
*(.text.*)
*(.fixup)
*(.gnu.warning)
*(.rodata)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment