[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:
Russell King 2006-04-09 19:08:42 +01:00 коммит произвёл Russell King
Родитель 95f3df6bcb
Коммит c5b8ef62b5
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -18,6 +18,7 @@ SECTIONS
_start = .;
*(.start)
*(.text)
*(.text.*)
*(.fixup)
*(.gnu.warning)
*(.rodata)