summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/lib/libbsp/powerpc/qoriq/start/start.S3
-rw-r--r--c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_async_normal.S3
2 files changed, 6 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/powerpc/qoriq/start/start.S b/c/src/lib/libbsp/powerpc/qoriq/start/start.S
index 8a073bf09e..97bad1fa17 100644
--- a/c/src/lib/libbsp/powerpc/qoriq/start/start.S
+++ b/c/src/lib/libbsp/powerpc/qoriq/start/start.S
@@ -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
diff --git a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_async_normal.S b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_async_normal.S
index ae575c5825..59e621f64f 100644
--- a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_async_normal.S
+++ b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_async_normal.S
@@ -447,3 +447,6 @@ thread_dispatching_done:
/* Return */
rfi
+
+/* Symbol provided for debugging and tracing */
+ppc_exc_wrap_async_normal_end: