[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: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
committed by
Russell King
parent
95f3df6bcb
commit
c5b8ef62b5
@@ -18,6 +18,7 @@ SECTIONS
|
|||||||
_start = .;
|
_start = .;
|
||||||
*(.start)
|
*(.start)
|
||||||
*(.text)
|
*(.text)
|
||||||
|
*(.text.*)
|
||||||
*(.fixup)
|
*(.fixup)
|
||||||
*(.gnu.warning)
|
*(.gnu.warning)
|
||||||
*(.rodata)
|
*(.rodata)
|
||||||
|
Reference in New Issue
Block a user