mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-10-09 14:41:44 +02:00
ARM: spl: include arm/thumb glue sections
When building in Thumb mode, the linker might generate mode switching stubs in .glue sections. Include these in the final link. Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
parent
da372af6e4
commit
68f835557c
@ -21,6 +21,7 @@ SECTIONS
|
|||||||
*(.vectors)
|
*(.vectors)
|
||||||
CPUDIR/start.o (.text*)
|
CPUDIR/start.o (.text*)
|
||||||
*(.text*)
|
*(.text*)
|
||||||
|
*(.glue*)
|
||||||
}
|
}
|
||||||
|
|
||||||
. = ALIGN(4);
|
. = ALIGN(4);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user