forked from Imagelibrary/rtems
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user