[rtems commit] bsps/powerpc: Rename ppc_exc_wrap_async_normal_end

Sebastian Huber sebh at rtems.org
Tue Aug 22 14:54:16 UTC 2017


Module:    rtems
Branch:    master
Commit:    d50124d51b3b70dcf61ca3f1c3c01d97e31db7d3
Changeset: http://git.rtems.org/rtems/commit/?id=d50124d51b3b70dcf61ca3f1c3c01d97e31db7d3

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Aug  1 11:54:25 2017 +0200

bsps/powerpc: Rename ppc_exc_wrap_async_normal_end

Rename ppc_exc_wrap_async_normal_end to ppc_exc_interrupt_end to avoid a
bit of obfuscation.

Update #3082.

---

 .../lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_async_normal.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 c131bf0..d40e5cd 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
@@ -498,4 +498,4 @@ ppc_exc_interrupt:
 	rfi
 
 /* Symbol provided for debugging and tracing */
-ppc_exc_wrap_async_normal_end:
+ppc_exc_interrupt_end:



More information about the vc mailing list