forked from Imagelibrary/rtems
bsps/powerpc: Provide debug and trace symbols
This commit is contained in:
@@ -345,6 +345,9 @@ system_call:
|
||||
li r4, 15
|
||||
b ppc_exc_wrap_nopush_std
|
||||
|
||||
/* Symbol provided for debugging and tracing */
|
||||
bsp_exc_vector_end:
|
||||
|
||||
/* Start stack area */
|
||||
.section ".bsp_rwextra", "aw", @nobits
|
||||
.align 4
|
||||
|
||||
@@ -447,3 +447,6 @@ thread_dispatching_done:
|
||||
|
||||
/* Return */
|
||||
rfi
|
||||
|
||||
/* Symbol provided for debugging and tracing */
|
||||
ppc_exc_wrap_async_normal_end:
|
||||
|
||||
Reference in New Issue
Block a user