bsps/arm: Mark functions in start.S

Add the function type to _start() and bsp_start_hook_0_done() so that
the linker can generate ARM/Thumb interworking code.

Update #4202.
This commit is contained in:
Sebastian Huber
2022-09-22 08:05:06 +02:00
parent 3edf9cba67
commit f6e7c62705
+2
View File
@@ -29,7 +29,9 @@
/* Global symbols */
.globl _start
.type _start, %function
.globl bsp_start_hook_0_done
.type bsp_start_hook_0_done, %function
.globl bsp_start_vector_table_begin
.globl bsp_start_vector_table_end
.globl bsp_start_vector_table_size