summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-08-01 11:38:32 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-08-01 11:38:32 +0200
commit23cb9afeb6352a927ee1f797e21a69a281bf8619 (patch)
tree4e559e05cc319b7807479ce09c1f30da449814a8 /c/src/lib/libcpu/powerpc
parentbsps/powerpc: Do not set ouput format and arch (diff)
downloadrtems-23cb9afeb6352a927ee1f797e21a69a281bf8619.tar.bz2
bsps/powerpc: Rename ppc_exc_wrap_async_normal
Rename ppc_exc_wrap_async_normal to ppc_exc_interrupt to avoid a bit of obfuscation. Update #3082.
Diffstat (limited to 'c/src/lib/libcpu/powerpc')
-rw-r--r--c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_async_normal.S6
1 files changed, 3 insertions, 3 deletions
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 f79687b387..f5c9ce9898 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
@@ -69,7 +69,7 @@
#endif /* PPC_EXC_CONFIG_USE_FIXED_HANDLER */
.global ppc_exc_min_prolog_async_tmpl_normal
- .global ppc_exc_wrap_async_normal
+ .global ppc_exc_interrupt
ppc_exc_min_prolog_async_tmpl_normal:
@@ -84,9 +84,9 @@ ppc_exc_min_prolog_async_tmpl_normal:
* We store the absolute branch target address here. It will be used
* to generate the branch operation in ppc_exc_make_prologue().
*/
- .int ppc_exc_wrap_async_normal
+ .int ppc_exc_interrupt
-ppc_exc_wrap_async_normal:
+ppc_exc_interrupt:
#ifdef RTEMS_PROFILING
/* Save non-volatile ENTRY_INSTANT_REGISTER */