bsps/powerpc: Provide debug and trace symbols

This commit is contained in:
Sebastian Huber
2015-07-08 10:04:39 +02:00
parent 3e02a472ba
commit b171982439
2 changed files with 6 additions and 0 deletions

View File

@@ -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

View File

@@ -447,3 +447,6 @@ thread_dispatching_done:
/* Return */
rfi
/* Symbol provided for debugging and tracing */
ppc_exc_wrap_async_normal_end: