projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da372af
)
ARM: spl: include arm/thumb glue sections
author
Mans Rullgard
<mans@mansr.com>
Sat, 21 Apr 2018 15:11:08 +0000
(16:11 +0100)
committer
Stefano Babic
<sbabic@denx.de>
Fri, 27 Apr 2018 07:32:54 +0000
(09:32 +0200)
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>
arch/arm/cpu/u-boot-spl.lds
patch
|
blob
|
history
diff --git
a/arch/arm/cpu/u-boot-spl.lds
b/arch/arm/cpu/u-boot-spl.lds
index
65f7b68
..
38fc9b4
100644
(file)
--- a/
arch/arm/cpu/u-boot-spl.lds
+++ b/
arch/arm/cpu/u-boot-spl.lds
@@
-21,6
+21,7
@@
SECTIONS
*(.vectors)
CPUDIR/start.o (.text*)
*(.text*)
+ *(.glue*)
}
. = ALIGN(4);